Searched refs:PatchCode (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Ddebug-arm64.cc64 rinfo()->PatchCode(original_rinfo()->pc(),
122 rinfo()->PatchCode(original_rinfo()->pc(),
H A Dassembler-arm64.cc186 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { function in class:v8::internal::RelocInfo
/external/chromium_org/v8/src/ia32/
H A Ddebug-ia32.cc35 rinfo()->PatchCode(original_rinfo()->pc(),
66 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength);
H A Dassembler-ia32.cc110 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { function in class:v8::internal::RelocInfo
/external/chromium_org/v8/src/mips64/
H A Ddebug-mips64.cc49 rinfo()->PatchCode(original_rinfo()->pc(),
92 rinfo()->PatchCode(original_rinfo()->pc(),
H A Dassembler-mips64.cc195 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { function in class:v8::internal::RelocInfo
/external/chromium_org/v8/src/x64/
H A Ddebug-x64.cc35 rinfo()->PatchCode(original_rinfo()->pc(),
65 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength);
H A Dassembler-x64.cc71 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { function in class:v8::internal::RelocInfo
/external/chromium_org/v8/src/x87/
H A Ddebug-x87.cc35 rinfo()->PatchCode(original_rinfo()->pc(),
66 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength);
H A Dassembler-x87.cc105 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { function in class:v8::internal::RelocInfo
/external/chromium_org/v8/src/arm/
H A Ddebug-arm.cc42 rinfo()->PatchCode(original_rinfo()->pc(),
82 rinfo()->PatchCode(original_rinfo()->pc(),
H A Dassembler-arm.cc239 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { function in class:v8::internal::RelocInfo
/external/chromium_org/v8/src/mips/
H A Ddebug-mips.cc50 rinfo()->PatchCode(original_rinfo()->pc(),
89 rinfo()->PatchCode(original_rinfo()->pc(),
H A Dassembler-mips.cc217 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { function in class:v8::internal::RelocInfo
/external/chromium_org/v8/src/
H A Dassembler.h559 void PatchCode(byte* instructions, int instruction_count);

Completed in 379 milliseconds