Lines Matching refs:rinfo
333 it->rinfo()->pc() == reinterpret_cast<Address>(pc) &&
334 (it->rinfo()->rmode() == RelocInfo::INTERNAL_REFERENCE ||
335 it->rinfo()->rmode() == RelocInfo::LITERAL_CONSTANT ||
336 it->rinfo()->rmode() == RelocInfo::DATA_EMBEDDED_OBJECT)) {
340 if (RelocInfo::IsInternalReference(it->rinfo()->rmode())) {
346 const char* kType = RelocInfo::IsLiteralConstant(it->rinfo()->rmode())
366 while (!it->done() && it->rinfo()->pc() < reinterpret_cast<Address>(pc)) {
368 pcs.push_back(it->rinfo()->pc());
369 rmodes.push_back(it->rinfo()->rmode());
370 datas.push_back(it->rinfo()->data());
431 if (reloc_it.rinfo()->IsInConstantPool() &&
432 (reloc_it.rinfo()->constant_pool_entry_address() ==
435 reloc_it.rinfo());