Home | History | Annotate | Download | only in mips

Lines Matching full:non_function_call

5469   Label slow, non_function_call;
5472 __ JumpIfSmi(a1, &non_function_call);
5492 __ Branch(&non_function_call, ne, a3, Operand(JS_FUNCTION_PROXY_TYPE));
5496 __ bind(&non_function_call);