Home | History | Annotate | Download | only in arm

Lines Matching refs:ext

2213 void MacroAssembler::CallExternalReference(const ExternalReference& ext,
2216 mov(r1, Operand(ext));
2223 void MacroAssembler::TailCallExternalReference(const ExternalReference& ext,
2231 JumpToExternalReference(ext);
2236 const ExternalReference& ext, int num_arguments, int result_size) {
2242 return TryJumpToExternalReference(ext);