Home | History | Annotate | Download | only in src

Lines Matching refs:rinfo

2389   ASSERT(it->rinfo()->rmode() == RelocInfo::COMMENT);
2390 const char* tmp = reinterpret_cast<const char*>(it->rinfo()->data());
2398 reinterpret_cast<const char*>(it->rinfo()->data());
2399 const byte* prev_pc = it->rinfo()->pc();
2406 if (it->rinfo()->rmode() == RelocInfo::COMMENT) {
2408 reinterpret_cast<const char*>(it->rinfo()->data());
2409 flat_delta += static_cast<int>(it->rinfo()->pc() - prev_pc);
2414 prev_pc = it->rinfo()->pc();
2436 if (it.rinfo()->rmode() == RelocInfo::COMMENT) {
2437 delta += static_cast<int>(it.rinfo()->pc() - prev_pc);
2439 prev_pc = it.rinfo()->pc();