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

  /external/v8/src/ia32/
debug-ia32.cc 53 rinfo()->PatchCodeWithCall(isolate->debug()->debug_break_return()->entry(),
83 rinfo()->PatchCodeWithCall(
assembler-ia32.cc 195 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) {
    [all...]
  /external/v8/src/x64/
debug-x64.cc 53 rinfo()->PatchCodeWithCall(
83 rinfo()->PatchCodeWithCall(
assembler-x64.cc 158 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) {
    [all...]
  /external/v8/src/
assembler.h 344 void PatchCodeWithCall(Address target, int guard_bytes);
  /external/v8/src/mips/
assembler-mips.cc 167 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) {
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 142 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) {
    [all...]

Completed in 3711 milliseconds