Home | History | Annotate | Download | only in x87

Lines Matching refs:RelocInfo

726   void Call(Handle<Code> target, RelocInfo::Mode rmode) { call(target, rmode); }
727 void Jump(Handle<Code> target, RelocInfo::Mode rmode) { jmp(target, rmode); }
748 call(self, RelocInfo::CODE_TARGET);
986 masm->call(ia32_coverage_function, RelocInfo::RUNTIME_ENTRY); \