Lines Matching refs:rinfo
2947 DCHECK(it->rinfo()->rmode() == RelocInfo::COMMENT); in AllocateChunk()
2948 const char* tmp = reinterpret_cast<const char*>(it->rinfo()->data()); in AllocateChunk()
2956 reinterpret_cast<const char*>(it->rinfo()->data()); in AllocateChunk()
2957 const byte* prev_pc = it->rinfo()->pc(); in AllocateChunk()
2964 if (it->rinfo()->rmode() == RelocInfo::COMMENT) { in AllocateChunk()
2966 reinterpret_cast<const char*>(it->rinfo()->data()); in AllocateChunk()
2967 flat_delta += static_cast<int>(it->rinfo()->pc() - prev_pc); in AllocateChunk()
2972 prev_pc = it->rinfo()->pc(); in AllocateChunk()
2994 if (it.rinfo()->rmode() == RelocInfo::COMMENT) { in AllocateChunk()
2995 delta += static_cast<int>(it.rinfo()->pc() - prev_pc); in AllocateChunk()
2997 prev_pc = it.rinfo()->pc(); in AllocateChunk()