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

  /external/chromium_org/v8/src/arm/
debug-arm.cc 66 rinfo()->PatchCode(original_rinfo()->pc(),
106 rinfo()->PatchCode(original_rinfo()->pc(),
assembler-arm.cc 303 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /external/chromium_org/v8/src/ia32/
debug-ia32.cc 60 rinfo()->PatchCode(original_rinfo()->pc(),
91 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength);
assembler-ia32.cc 163 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /external/chromium_org/v8/src/mips/
debug-mips.cc 76 rinfo()->PatchCode(original_rinfo()->pc(),
115 rinfo()->PatchCode(original_rinfo()->pc(),
assembler-mips.cc 217 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /external/chromium_org/v8/src/x64/
debug-x64.cc 60 rinfo()->PatchCode(original_rinfo()->pc(),
90 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength);
assembler-x64.cc 127 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /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);
  /external/chromium_org/v8/src/
assembler.h 449 void PatchCode(byte* instructions, int instruction_count);
    [all...]

Completed in 321 milliseconds