Home
last modified time | relevance | path

Searched refs:INTERNAL_REFERENCE_ENCODED (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/mips64/
Dassembler-mips64-inl.h179 if (mode == RelocInfo::INTERNAL_REFERENCE_ENCODED) { in deserialization_set_target_internal_reference_at()
230 DCHECK(rmode_ == INTERNAL_REFERENCE_ENCODED); in target_internal_reference()
242 DCHECK(rmode_ == INTERNAL_REFERENCE || rmode_ == INTERNAL_REFERENCE_ENCODED); in target_internal_reference_address()
358 mode == RelocInfo::INTERNAL_REFERENCE_ENCODED) { in Visit()
383 mode == RelocInfo::INTERNAL_REFERENCE_ENCODED) { in Visit()
Dassembler-mips64.cc155 1 << RelocInfo::INTERNAL_REFERENCE_ENCODED;
3432 RecordRelocInfo(RelocInfo::INTERNAL_REFERENCE_ENCODED); in CheckTrampolinePool()
Dmacro-assembler-mips64.cc3919 RecordRelocInfo(RelocInfo::INTERNAL_REFERENCE_ENCODED); in BranchLong()
3939 RecordRelocInfo(RelocInfo::INTERNAL_REFERENCE_ENCODED); in BranchAndLinkLong()
/external/v8/src/mips/
Dassembler-mips-inl.h191 if (mode == RelocInfo::INTERNAL_REFERENCE_ENCODED) { in deserialization_set_target_internal_reference_at()
243 DCHECK(rmode_ == INTERNAL_REFERENCE_ENCODED); in target_internal_reference()
260 DCHECK(rmode_ == INTERNAL_REFERENCE || rmode_ == INTERNAL_REFERENCE_ENCODED); in target_internal_reference_address()
376 mode == RelocInfo::INTERNAL_REFERENCE_ENCODED) { in Visit()
401 mode == RelocInfo::INTERNAL_REFERENCE_ENCODED) { in Visit()
Dassembler-mips.cc177 1 << RelocInfo::INTERNAL_REFERENCE_ENCODED;
3049 if (rmode == RelocInfo::INTERNAL_REFERENCE_ENCODED || in GrowBuffer()
3169 RecordRelocInfo(RelocInfo::INTERNAL_REFERENCE_ENCODED); in CheckTrampolinePool()
3184 RecordRelocInfo(RelocInfo::INTERNAL_REFERENCE_ENCODED); in CheckTrampolinePool()
Dmacro-assembler-mips.cc3749 RecordRelocInfo(RelocInfo::INTERNAL_REFERENCE_ENCODED); in BranchLong()
3761 RecordRelocInfo(RelocInfo::INTERNAL_REFERENCE_ENCODED); in BranchLong()
3790 RecordRelocInfo(RelocInfo::INTERNAL_REFERENCE_ENCODED); in BranchAndLinkLong()
3802 RecordRelocInfo(RelocInfo::INTERNAL_REFERENCE_ENCODED); in BranchAndLinkLong()
/external/v8/src/ppc/
Dassembler-ppc-inl.h338 mode == RelocInfo::INTERNAL_REFERENCE_ENCODED) { in Visit()
363 mode == RelocInfo::INTERNAL_REFERENCE_ENCODED) { in Visit()
Dassembler-ppc.cc144 1 << RelocInfo::INTERNAL_REFERENCE_ENCODED;
1836 RecordRelocInfo(RelocInfo::INTERNAL_REFERENCE_ENCODED); in mov_label_addr()
/external/v8/src/
Dobjects-body-descriptors-inl.h380 RelocInfo::ModeMask(RelocInfo::INTERNAL_REFERENCE_ENCODED) | in IterateBody()
407 RelocInfo::ModeMask(RelocInfo::INTERNAL_REFERENCE_ENCODED) | in IterateBody()
Dassembler.h343 INTERNAL_REFERENCE_ENCODED, enumerator
426 return mode == INTERNAL_REFERENCE_ENCODED; in IsInternalReferenceEncoded()
Dassembler.cc742 case INTERNAL_REFERENCE_ENCODED: in RelocModeName()
848 case INTERNAL_REFERENCE_ENCODED: { in Verify()
/external/v8/src/snapshot/
Dserializer.cc747 RelocInfo::ModeMask(RelocInfo::INTERNAL_REFERENCE_ENCODED); in PrepareCode()
Ddeserializer.cc721 : RelocInfo::INTERNAL_REFERENCE_ENCODED); in ReadData()