Lines Matching defs:masm
935 MacroAssembler* masm() { return &masm_; }
980 #define ACCESS_MASM(masm) { \
983 masm->pushfd(); \
984 masm->pushad(); \
985 masm->push(Immediate(reinterpret_cast<int>(&__FILE_LINE__))); \
986 masm->call(ia32_coverage_function, RelocInfo::RUNTIME_ENTRY); \
987 masm->pop(eax); \
988 masm->popad(); \
989 masm->popfd(); \
991 masm->
993 #define ACCESS_MASM(masm) masm->