Lines Matching refs:masm
41 ASMCLASS* masm = new ASMCLASS(buf, INSTR_SIZE); \
52 masm->SetAllowSimulatorInstructions(true)
57 masm->SetAllowSimulatorInstructions(false)
62 masm->Reset(); \
64 CodeBufferCheckScope blind(masm); \
65 masm->ASM; \
67 masm->FinalizeCode(); \
80 masm->Reset(); \
82 CodeBufferCheckScope blind(masm); \
83 masm->ASM; \
85 masm->FinalizeCode(); \
98 masm->Reset(); \
99 masm->ASM; \
100 masm->FinalizeCode(); \
115 delete masm; \