Searched refs:PatchCode (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/mips/ |
D | debug-mips.cc | 76 rinfo()->PatchCode(original_rinfo()->pc(), in ClearDebugBreakAtReturn() 115 rinfo()->PatchCode(original_rinfo()->pc(), in ClearDebugBreakAtSlot()
|
D | assembler-mips.cc | 189 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() function in v8::internal::RelocInfo
|
/external/v8/src/ia32/ |
D | debug-ia32.cc | 60 rinfo()->PatchCode(original_rinfo()->pc(), in ClearDebugBreakAtReturn() 91 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength); in ClearDebugBreakAtSlot()
|
D | assembler-ia32.cc | 184 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() function in v8::internal::RelocInfo
|
/external/v8/src/x64/ |
D | debug-x64.cc | 61 rinfo()->PatchCode(original_rinfo()->pc(), in ClearDebugBreakAtReturn() 91 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength); in ClearDebugBreakAtSlot()
|
D | assembler-x64.cc | 188 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() function in v8::internal::RelocInfo
|
/external/v8/src/arm/ |
D | debug-arm.cc | 75 rinfo()->PatchCode(original_rinfo()->pc(), in ClearDebugBreakAtReturn() 124 rinfo()->PatchCode(original_rinfo()->pc(), in ClearDebugBreakAtSlot()
|
D | assembler-arm.cc | 142 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() function in v8::internal::RelocInfo
|
/external/v8/src/ |
D | assembler.h | 327 void PatchCode(byte* instructions, int instruction_count);
|