Home | History | Annotate | Download | only in ia32

Lines Matching refs:masm

1004   MacroAssembler* masm() { return &masm_; }
1050 #define ACCESS_MASM(masm) { \
1053 masm->pushfd(); \
1054 masm->pushad(); \
1055 masm->push(Immediate(reinterpret_cast<int>(&__FILE_LINE__))); \
1056 masm->call(ia32_coverage_function, RelocInfo::RUNTIME_ENTRY); \
1057 masm->pop(eax); \
1058 masm->popad(); \
1059 masm->popfd(); \
1061 masm->
1063 #define ACCESS_MASM(masm) masm->