Home
last modified time | relevance | path

Searched refs:with_write_barrier (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/v8/src/x64/
Dstub-cache-x64.cc1665 Label attempt_to_grow_elements, with_write_barrier, check_double; in CompileArrayPushCall() local
1689 __ JumpIfNotSmi(rcx, &with_write_barrier); in CompileArrayPushCall()
1732 __ bind(&with_write_barrier); in CompileArrayPushCall()
/external/chromium_org/v8/src/ia32/
Dstub-cache-ia32.cc1732 Label attempt_to_grow_elements, with_write_barrier, check_double; in CompileArrayPushCall() local
1757 __ JumpIfNotSmi(ecx, &with_write_barrier); in CompileArrayPushCall()
1800 __ bind(&with_write_barrier); in CompileArrayPushCall()
/external/chromium_org/v8/src/arm/
Dstub-cache-arm.cc1642 Label attempt_to_grow_elements, with_write_barrier, check_double; in CompileArrayPushCall() local
1669 __ JumpIfNotSmi(r4, &with_write_barrier); in CompileArrayPushCall()
1718 __ bind(&with_write_barrier); in CompileArrayPushCall()
/external/chromium_org/v8/src/mips/
Dstub-cache-mips.cc1625 Label attempt_to_grow_elements, with_write_barrier, check_double; in CompileArrayPushCall() local
1653 __ JumpIfNotSmi(t0, &with_write_barrier); in CompileArrayPushCall()
1704 __ bind(&with_write_barrier); in CompileArrayPushCall()
/external/v8/src/x64/
Dstub-cache-x64.cc1377 Label attempt_to_grow_elements, with_write_barrier; in CompileArrayPushCall() local
1401 __ JumpIfNotSmi(rcx, &with_write_barrier); in CompileArrayPushCall()
1416 __ bind(&with_write_barrier); in CompileArrayPushCall()
/external/v8/src/ia32/
Dstub-cache-ia32.cc1410 Label attempt_to_grow_elements, with_write_barrier; in CompileArrayPushCall() local
1435 __ JumpIfNotSmi(ecx, &with_write_barrier); in CompileArrayPushCall()
1449 __ bind(&with_write_barrier); in CompileArrayPushCall()
/external/v8/src/mips/
Dstub-cache-mips.cc1545 Label with_write_barrier; in CompileArrayPushCall() local
1547 __ JumpIfNotSmi(t0, &with_write_barrier); in CompileArrayPushCall()
1566 __ bind(&with_write_barrier); in CompileArrayPushCall()
/external/v8/src/arm/
Dstub-cache-arm.cc1548 Label with_write_barrier; in CompileArrayPushCall() local
1550 __ JumpIfNotSmi(r4, &with_write_barrier); in CompileArrayPushCall()
1568 __ bind(&with_write_barrier); in CompileArrayPushCall()