Home | History | Annotate | Download | only in x64

Lines Matching full:masm

1550   MacroAssembler* masm() { return &masm_; }
1608 #define ACCESS_MASM(masm) { \
1610 masm->pushfq(); \
1611 masm->Pushad(); \
1612 masm->push(Immediate(reinterpret_cast<int>(&__FILE_LINE__))); \
1613 masm->Call(x64_coverage_function, RelocInfo::EXTERNAL_REFERENCE); \
1614 masm->pop(rax); \
1615 masm->Popad(); \
1616 masm->popfq(); \
1618 masm->
1620 #define ACCESS_MASM(masm) masm->