Lines Matching refs:is_true
1917 void LCodeGen::EmitClassOfTest(Label* is_true,
1941 __ Branch(is_true, eq, temp2, Operand(FIRST_SPEC_OBJECT_TYPE));
1942 __ Branch(is_true, eq, temp2, Operand(LAST_SPEC_OBJECT_TYPE));
1959 __ Branch(is_true, ne, temp2, Operand(JS_FUNCTION_TYPE));