Searched defs:check_capacity (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/ia32/
H A Dstub-cache-ia32.cc3785 Label check_capacity, prepare_slow, finish_store, commit_backing_store; local
3867 __ j(not_equal, &check_capacity);
3900 __ bind(&check_capacity);
3940 Label check_capacity, prepare_slow, finish_store, commit_backing_store; local
4003 __ j(not_equal, &check_capacity);
4032 __ bind(&check_capacity);
/external/v8/src/x64/
H A Dstub-cache-x64.cc3547 Label check_capacity, slow; local
3621 __ j(not_equal, &check_capacity);
3652 __ bind(&check_capacity);
3689 Label grow, slow, check_capacity; local
3754 __ j(not_equal, &check_capacity);
3780 __ bind(&check_capacity);
/external/v8/src/arm/
H A Dstub-cache-arm.cc4168 Label finish_store, check_capacity; local
4266 __ b(ne, &check_capacity);
4296 __ bind(&check_capacity);
4334 Label finish_store, check_capacity; local
4414 __ b(ne, &check_capacity);
4443 __ bind(&check_capacity);
/external/v8/src/mips/
H A Dstub-cache-mips.cc4223 Label finish_store, check_capacity; local
4320 __ Branch(&check_capacity, ne, elements_reg, Operand(at));
4350 __ bind(&check_capacity);
4389 Label finish_store, check_capacity; local
4471 __ Branch(&check_capacity, ne, elements_reg, Operand(at));
4499 __ bind(&check_capacity);

Completed in 68 milliseconds