Home
last modified time | relevance | path

Searched refs:guard_bytes (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/x87/
Dassembler-x87.cc118 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
121 int code_size = kCallCodeSize + guard_bytes; in PatchCodeWithCall()
140 DCHECK_GE(guard_bytes, 0); in PatchCodeWithCall()
141 for (int i = 0; i < guard_bytes; i++) { in PatchCodeWithCall()
/external/v8/src/ia32/
Dassembler-ia32.cc123 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
126 int code_size = kCallCodeSize + guard_bytes; in PatchCodeWithCall()
145 DCHECK_GE(guard_bytes, 0); in PatchCodeWithCall()
146 for (int i = 0; i < guard_bytes; i++) { in PatchCodeWithCall()
/external/v8/src/
Dassembler.h562 void PatchCodeWithCall(Address target, int guard_bytes);
/external/v8/src/x64/
Dassembler-x64.cc43 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
44 int code_size = Assembler::kCallSequenceLength + guard_bytes; in PatchCodeWithCall()
65 for (int i = 0; i < guard_bytes; i++) { in PatchCodeWithCall()
/external/v8/src/mips/
Dassembler-mips.cc231 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
/external/v8/src/arm64/
Dassembler-arm64.cc201 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
/external/v8/src/mips64/
Dassembler-mips64.cc209 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
/external/v8/src/arm/
Dassembler-arm.cc254 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument