Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/x87/
Dassembler-x87.cc116 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
119 int code_size = kCallCodeSize + guard_bytes; in PatchCodeWithCall()
138 ASSERT_GE(guard_bytes, 0); in PatchCodeWithCall()
139 for (int i = 0; i < guard_bytes; i++) { in PatchCodeWithCall()
/external/chromium_org/v8/src/ia32/
Dassembler-ia32.cc121 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
124 int code_size = kCallCodeSize + guard_bytes; in PatchCodeWithCall()
143 ASSERT_GE(guard_bytes, 0); in PatchCodeWithCall()
144 for (int i = 0; i < guard_bytes; i++) { in PatchCodeWithCall()
/external/chromium_org/v8/src/
Dassembler.h555 void PatchCodeWithCall(Address target, int guard_bytes);
/external/chromium_org/v8/src/x64/
Dassembler-x64.cc42 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
43 int code_size = Assembler::kCallSequenceLength + guard_bytes; in PatchCodeWithCall()
64 for (int i = 0; i < guard_bytes; i++) { in PatchCodeWithCall()
/external/chromium_org/v8/src/mips/
Dassembler-mips.cc207 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
/external/chromium_org/v8/src/arm64/
Dassembler-arm64.cc199 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
/external/chromium_org/v8/src/arm/
Dassembler-arm.cc258 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument