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

/external/v8/src/ia32/
H A Dstub-cache-ia32.cc1410 Label attempt_to_grow_elements, with_write_barrier; local
1435 __ JumpIfNotSmi(ecx, &with_write_barrier);
1449 __ bind(&with_write_barrier);
/external/v8/src/x64/
H A Dstub-cache-x64.cc1377 Label attempt_to_grow_elements, with_write_barrier; local
1401 __ JumpIfNotSmi(rcx, &with_write_barrier);
1416 __ bind(&with_write_barrier);
/external/v8/src/arm/
H A Dstub-cache-arm.cc1548 Label with_write_barrier; local
1550 __ JumpIfNotSmi(r4, &with_write_barrier);
1568 __ bind(&with_write_barrier);
/external/v8/src/mips/
H A Dstub-cache-mips.cc1545 Label with_write_barrier; local
1547 __ JumpIfNotSmi(t0, &with_write_barrier);
1566 __ bind(&with_write_barrier);

Completed in 827 milliseconds