Searched defs:PatchCodeWithCall (Results 1 - 5 of 5) sorted by relevance
/external/v8/src/ia32/ | ||
H A D | assembler-ia32.cc | 176 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { function in class:v8::internal::RelocInfo |
/external/v8/src/mips/ | ||
H A D | assembler-mips.cc | 196 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { function in class:v8::internal::RelocInfo |
/external/v8/src/x64/ | ||
H A D | assembler-x64.cc | 144 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { function in class:v8::internal::RelocInfo |
/external/v8/src/arm/ | ||
H A D | assembler-arm.cc | 218 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { function in class:v8::internal::RelocInfo |
H A D | assembler-thumb2.cc | 198 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { function in class:v8::internal::RelocInfo |
Completed in 166 milliseconds