Searched refs:guard_bytes (Results 1 – 7 of 7) sorted by relevance
116 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument119 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()
121 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument124 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()
555 void PatchCodeWithCall(Address target, int guard_bytes);
42 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument43 int code_size = Assembler::kCallSequenceLength + guard_bytes; in PatchCodeWithCall()64 for (int i = 0; i < guard_bytes; i++) { in PatchCodeWithCall()
207 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
199 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument
258 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { in PatchCodeWithCall() argument