Searched refs:guard_bytes (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/x87/ |
D | assembler-x87.cc | 118 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/ |
D | assembler-ia32.cc | 123 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/ |
D | assembler.h | 562 void PatchCodeWithCall(Address target, int guard_bytes);
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 43 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/ |
D | assembler-mips.cc | 231 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
|
/external/v8/src/arm64/ |
D | assembler-arm64.cc | 201 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 209 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 254 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
|