Home
last modified time | relevance | path

Searched refs:RelocateInternalReference (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips64/
Dassembler-mips64-inl.h119 int count = Assembler::RelocateInternalReference(p, delta); in apply()
Dassembler-mips64.h1051 static int RelocateInternalReference(byte* pc, intptr_t pc_delta);
Dassembler-mips64.cc2576 int Assembler::RelocateInternalReference(byte* pc, intptr_t pc_delta) { in RelocateInternalReference() function in v8::internal::Assembler
2668 RelocateInternalReference(p, pc_delta); in GrowBuffer()
/external/v8/src/mips/
Dassembler-mips-inl.h127 int count = Assembler::RelocateInternalReference(p, delta); in apply()
Dassembler-mips.h1015 static int RelocateInternalReference(byte* pc, intptr_t pc_delta);
Dassembler-mips.cc2349 int Assembler::RelocateInternalReference(byte* pc, intptr_t pc_delta) { in RelocateInternalReference() function in v8::internal::Assembler
2429 RelocateInternalReference(p, pc_delta); in GrowBuffer()