Home | History | Annotate | Download | only in ia32

Lines Matching defs:masm

955   MacroAssembler* masm() { return &masm_; }
1000 #define ACCESS_MASM(masm) { \
1003 masm->pushfd(); \
1004 masm->pushad(); \
1005 masm->push(Immediate(reinterpret_cast<int>(&__FILE_LINE__))); \
1006 masm->call(ia32_coverage_function, RelocInfo::RUNTIME_ENTRY); \
1007 masm->pop(eax); \
1008 masm->popad(); \
1009 masm->popfd(); \
1011 masm->
1013 #define ACCESS_MASM(masm) masm->