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

  /external/v8/src/ia32/
debug-ia32.cc 35 rinfo()->PatchCode(original_rinfo()->pc(),
66 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength);
assembler-ia32.cc 110 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /external/v8/src/mips64/
debug-mips64.cc 49 rinfo()->PatchCode(original_rinfo()->pc(),
92 rinfo()->PatchCode(original_rinfo()->pc(),
assembler-mips64.cc 195 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /external/v8/src/x64/
debug-x64.cc 35 rinfo()->PatchCode(original_rinfo()->pc(),
65 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength);
assembler-x64.cc 71 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /external/v8/src/x87/
debug-x87.cc 35 rinfo()->PatchCode(original_rinfo()->pc(),
66 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength);
assembler-x87.cc 105 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /external/v8/src/arm/
debug-arm.cc 42 rinfo()->PatchCode(original_rinfo()->pc(),
82 rinfo()->PatchCode(original_rinfo()->pc(),
assembler-arm.cc 239 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /external/v8/src/arm64/
debug-arm64.cc 64 rinfo()->PatchCode(original_rinfo()->pc(),
122 rinfo()->PatchCode(original_rinfo()->pc(),
assembler-arm64.cc 186 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /external/v8/src/mips/
debug-mips.cc 50 rinfo()->PatchCode(original_rinfo()->pc(),
89 rinfo()->PatchCode(original_rinfo()->pc(),
assembler-mips.cc 217 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
    [all...]
  /external/v8/src/
assembler.h 559 void PatchCode(byte* instructions, int instruction_count);
    [all...]

Completed in 1212 milliseconds