Home | History | Annotate | Download | only in mips

Lines Matching refs:non_function

5389   Label slow, non_function;
5411 __ JumpIfSmi(a1, &non_function);
5440 __ Branch(&non_function, ne, a2, Operand(JS_FUNCTION_PROXY_TYPE));
5454 __ bind(&non_function);