Home | History | Annotate | Download | only in ia32

Lines Matching refs:ext

1273 void MacroAssembler::TailCallExternalReference(const ExternalReference& ext,
1281 JumpToExternalReference(ext);
1286 const ExternalReference& ext, int num_arguments, int result_size) {
1292 return TryJumpToExternalReference(ext);
1442 void MacroAssembler::JumpToExternalReference(const ExternalReference& ext) {
1444 mov(ebx, Immediate(ext));
1451 const ExternalReference& ext) {
1453 mov(ebx, Immediate(ext));