Home | History | Annotate | Download | only in ppc

Lines Matching refs:masm

15 #define __ ACCESS_MASM(masm)
18 void EmitDebugBreakSlot(MacroAssembler* masm) {
25 masm->InstructionsGeneratedSince(&check_size));
29 void DebugCodegen::GenerateSlot(MacroAssembler* masm, RelocInfo::Mode mode) {
32 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm);
33 masm->RecordDebugBreakSlot(mode);
34 EmitDebugBreakSlot(masm);
40 EmitDebugBreakSlot(patcher.masm());
62 Assembler::BlockTrampolinePoolScope block_trampoline_pool(patcher.masm());
63 patcher.masm()->mov(v8::internal::r0,
65 patcher.masm()->mtctr(v8::internal::r0);
66 patcher.masm()->bctrl();
74 void DebugCodegen::GenerateDebugBreakStub(MacroAssembler* masm,
78 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL);
86 __ Push(masm->isolate()->factory()->the_hole_value());
91 Runtime::FunctionForId(Runtime::kDebugBreak), masm->isolate())));
93 CEntryStub ceb(masm->isolate(), 1);
115 void DebugCodegen::GenerateHandleDebuggerStatement(MacroAssembler* masm) {
117 FrameScope scope(masm, StackFrame::INTERNAL);
126 void DebugCodegen::GenerateFrameDropperTrampoline(MacroAssembler* masm) {