Lines Matching refs:ext
389 void MacroAssembler::CallExternalReference(const ExternalReference& ext,
392 movq(rbx, ext);
399 void MacroAssembler::TailCallRuntime(ExternalReference const& ext,
414 JumpToRuntime(ext, result_size);
418 void MacroAssembler::JumpToRuntime(const ExternalReference& ext,
421 movq(rbx, ext);
1478 void MacroAssembler::Jump(ExternalReference ext) {
1479 movq(kScratchRegister, ext);
1496 void MacroAssembler::Call(ExternalReference ext) {
1497 movq(kScratchRegister, ext);