Searched refs:is_not_hole (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc2367 Label is_not_hole; local
2368 __ j(not_equal, &is_not_hole, Label::kNear);
2370 __ bind(&is_not_hole);
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc2485 Label is_not_hole; local
2486 __ Branch(&is_not_hole, ne, result, Operand(at));
2488 __ bind(&is_not_hole);
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc2608 Label is_not_hole; local
2609 __ Branch(&is_not_hole, ne, result, Operand(at));
2611 __ bind(&is_not_hole);
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc2509 Label is_not_hole; local
2510 __ j(not_equal, &is_not_hole, Label::kNear);
2512 __ bind(&is_not_hole);
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc2651 Label is_not_hole; local
2652 __ j(not_equal, &is_not_hole, Label::kNear);
2654 __ bind(&is_not_hole);

Completed in 296 milliseconds