Searched refs:not_heap_number (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2712 Label not_heap_number; local
2718 j(not_equal, &not_heap_number, Label::kNear);
2722 bind(&not_heap_number);
H A Dlithium-codegen-ia32.cc1513 Label not_heap_number; local
1516 __ j(not_equal, &not_heap_number, Label::kNear);
1522 __ bind(&not_heap_number);
H A Dcode-stubs-ia32.cc496 Label not_heap_number, false_result; local
498 __ j(not_equal, &not_heap_number, Label::kNear);
511 __ bind(&not_heap_number);
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc4327 Label not_heap_number; local
4333 j(not_equal, &not_heap_number, Label::kNear);
4337 bind(&not_heap_number);
H A Dcode-stubs-x64.cc478 Label not_heap_number, false_result; local
480 __ j(not_equal, &not_heap_number, Label::kNear);
492 __ bind(&not_heap_number);
H A Dlithium-codegen-x64.cc1475 Label not_heap_number; local
1477 __ j(not_equal, &not_heap_number, Label::kNear);
1482 __ bind(&not_heap_number);
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc1694 Label not_heap_number; local
1696 __ b(ne, &not_heap_number);
1702 __ bind(&not_heap_number);
H A Dcode-stubs-arm.cc1836 Label not_heap_number; local
1838 __ b(ne, &not_heap_number);
1847 __ bind(&not_heap_number);
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc1545 Label not_heap_number; local
1547 __ Branch(&not_heap_number, ne, map, Operand(at));
1552 __ bind(&not_heap_number);
H A Dcode-stubs-mips.cc1924 Label not_heap_number; local
1926 __ Branch(&not_heap_number, ne, map, Operand(at));
1937 __ bind(&not_heap_number);

Completed in 575 milliseconds