HomeSort by relevance Sort by last modified time
    Searched refs:PatchCode (Results 1 - 9 of 9) sorted by null

  /external/v8/src/arm/
debug-arm.cc 75 rinfo()->PatchCode(original_rinfo()->pc(),
124 rinfo()->PatchCode(original_rinfo()->pc(),
assembler-arm.cc 142 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /external/v8/src/ia32/
debug-ia32.cc 60 rinfo()->PatchCode(original_rinfo()->pc(),
91 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength);
assembler-ia32.cc 184 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /external/v8/src/mips/
debug-mips.cc 76 rinfo()->PatchCode(original_rinfo()->pc(),
115 rinfo()->PatchCode(original_rinfo()->pc(),
assembler-mips.cc 189 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /external/v8/src/x64/
debug-x64.cc 61 rinfo()->PatchCode(original_rinfo()->pc(),
91 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength);
assembler-x64.cc 188 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /external/v8/src/
assembler.h 327 void PatchCode(byte* instructions, int instruction_count);

Completed in 611 milliseconds