Home | History | Annotate | Download | only in mips

Lines Matching refs:patcher

34   CodePatcher patcher(rinfo()->pc(), Assembler::kJSReturnSequenceInstructions);
36 patcher.masm()->li(v8::internal::t9, Operand(reinterpret_cast<int32_t>(
38 patcher.masm()->Call(v8::internal::t9);
39 patcher.masm()->nop();
40 patcher.masm()->nop();
41 patcher.masm()->nop();
44 // patcher.masm()->bkpt(0);
80 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions);
81 patcher.masm()->li(v8::internal::t9, Operand(reinterpret_cast<int32_t>(
83 patcher.masm()->Call(v8::internal::t9);