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

/external/v8/src/interpreter/
H A Dinterpreter-assembler.cc798 Label check_allocation_site(this), check_initialized(this),
811 GotoIfNot(is_weak_cell, &check_allocation_site);
819 Bind(&check_allocation_site);
/external/v8/src/arm/
H A Dcode-stubs-arm.cc1592 Label check_allocation_site; local
1602 __ b(ne, &check_allocation_site);
1608 __ bind(&check_allocation_site);
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc1799 Label check_allocation_site; local
1807 __ B(ne, &check_allocation_site);
1813 __ bind(&check_allocation_site);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc1246 Label check_allocation_site; local
1253 __ j(not_equal, &check_allocation_site);
1259 __ bind(&check_allocation_site);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc1735 Label check_allocation_site; local
1744 __ Branch(&check_allocation_site, ne, feedback_map, Operand(at));
1750 __ bind(&check_allocation_site);
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc1736 Label check_allocation_site; local
1745 __ Branch(&check_allocation_site, ne, feedback_map, Operand(at));
1751 __ bind(&check_allocation_site);
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc1682 Label check_allocation_site; local
1692 __ bne(&check_allocation_site);
1698 __ bind(&check_allocation_site);
/external/v8/src/s390/
H A Dcode-stubs-s390.cc1692 Label check_allocation_site; local
1702 __ bne(&check_allocation_site);
1708 __ bind(&check_allocation_site);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc1145 Label check_allocation_site; local
1152 __ j(not_equal, &check_allocation_site);
1159 __ bind(&check_allocation_site);
/external/v8/src/x87/
H A Dcode-stubs-x87.cc1079 Label check_allocation_site; local
1086 __ j(not_equal, &check_allocation_site);
1092 __ bind(&check_allocation_site);

Completed in 121 milliseconds