Home
last modified time | relevance | path

Searched refs:no_memento_found (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/src/x87/
Dmacro-assembler-x87.cc2720 Label* no_memento_found) { in TestJSArrayForAllocationMemento() argument
2730 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found); in TestJSArrayForAllocationMemento()
2743 j(not_zero, no_memento_found); in TestJSArrayForAllocationMemento()
2751 j(greater_equal, no_memento_found); in TestJSArrayForAllocationMemento()
Dmacro-assembler-x87.h862 Label* no_memento_found);
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc2874 Label* no_memento_found) { in TestJSArrayForAllocationMemento() argument
2884 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found); in TestJSArrayForAllocationMemento()
2897 j(not_zero, no_memento_found); in TestJSArrayForAllocationMemento()
2905 j(greater_equal, no_memento_found); in TestJSArrayForAllocationMemento()
Dmacro-assembler-ia32.h880 Label* no_memento_found);
/external/v8/src/arm/
Dmacro-assembler-arm.cc3667 Label* no_memento_found) { in TestJSArrayForAllocationMemento() argument
3677 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found); in TestJSArrayForAllocationMemento()
3692 b(ne, no_memento_found); in TestJSArrayForAllocationMemento()
3702 b(ge, no_memento_found); in TestJSArrayForAllocationMemento()
Dmacro-assembler-arm.h1400 Label* no_memento_found);
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc1529 Label* no_memento_found) { in TestJSArrayForAllocationMemento() argument
1539 JumpIfNotInNewSpace(receiver, no_memento_found); in TestJSArrayForAllocationMemento()
1553 B(ne, no_memento_found); in TestJSArrayForAllocationMemento()
1562 B(ge, no_memento_found); in TestJSArrayForAllocationMemento()
Dmacro-assembler-arm64.h1562 Label* no_memento_found);
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc4191 Label* no_memento_found) { in TestJSArrayForAllocationMemento() argument
4204 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found); in TestJSArrayForAllocationMemento()
4222 bne(no_memento_found, cr0); in TestJSArrayForAllocationMemento()
4229 bge(no_memento_found); in TestJSArrayForAllocationMemento()
Dmacro-assembler-ppc.h1466 Label* no_memento_found);
/external/v8/src/s390/
Dmacro-assembler-s390.cc3140 Label* no_memento_found) { in TestJSArrayForAllocationMemento() argument
3152 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found); in TestJSArrayForAllocationMemento()
3169 bne(no_memento_found); in TestJSArrayForAllocationMemento()
3176 bge(no_memento_found); in TestJSArrayForAllocationMemento()
Dmacro-assembler-s390.h1762 Label* no_memento_found);
/external/v8/src/x64/
Dmacro-assembler-x64.cc5238 Label* no_memento_found) { in TestJSArrayForAllocationMemento() argument
5248 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found); in TestJSArrayForAllocationMemento()
5261 j(not_zero, no_memento_found); in TestJSArrayForAllocationMemento()
5269 j(greater_equal, no_memento_found); in TestJSArrayForAllocationMemento()
Dmacro-assembler-x64.h1527 Label* no_memento_found);
/external/v8/src/mips/
Dmacro-assembler-mips.cc6331 Label* no_memento_found) { in TestJSArrayForAllocationMemento() argument
6341 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found); in TestJSArrayForAllocationMemento()
6356 Branch(no_memento_found, ne, scratch_reg, Operand(zero_reg)); in TestJSArrayForAllocationMemento()
6365 Branch(no_memento_found, ge, scratch_reg, Operand(at)); in TestJSArrayForAllocationMemento()
6369 Branch(no_memento_found, ne, scratch_reg, in TestJSArrayForAllocationMemento()
Dmacro-assembler-mips.h1681 Label* no_memento_found);
/external/v8/src/
Dcode-stub-assembler.cc6085 Label no_memento_found(this); in TrapAllocationMemento() local
6103 &no_memento_found); in TrapAllocationMemento()
6121 &no_memento_found); in TrapAllocationMemento()
6128 &no_memento_found, &map_check); in TrapAllocationMemento()
6137 memento_found, &no_memento_found); in TrapAllocationMemento()
6139 Bind(&no_memento_found); in TrapAllocationMemento()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc6738 Label* no_memento_found) { in TestJSArrayForAllocationMemento() argument
6748 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found); in TestJSArrayForAllocationMemento()
6763 Branch(no_memento_found, ne, scratch_reg, Operand(zero_reg)); in TestJSArrayForAllocationMemento()
6772 Branch(no_memento_found, ge, scratch_reg, Operand(at)); in TestJSArrayForAllocationMemento()
6776 Branch(no_memento_found, ne, scratch_reg, in TestJSArrayForAllocationMemento()
Dmacro-assembler-mips64.h1815 Label* no_memento_found);
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc4111 Label no_memento_found; in DoTrapAllocationMemento() local
4112 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found); in DoTrapAllocationMemento()
4114 __ bind(&no_memento_found); in DoTrapAllocationMemento()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc5333 Label no_memento_found; in DoTrapAllocationMemento() local
5334 __ TestJSArrayForAllocationMemento(object, temp1, temp2, &no_memento_found); in DoTrapAllocationMemento()
5336 __ Bind(&no_memento_found); in DoTrapAllocationMemento()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc4190 Label no_memento_found; in DoTrapAllocationMemento() local
4191 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found); in DoTrapAllocationMemento()
4193 __ bind(&no_memento_found); in DoTrapAllocationMemento()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc3775 Label no_memento_found; in DoTrapAllocationMemento() local
3776 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found); in DoTrapAllocationMemento()
3778 __ bind(&no_memento_found); in DoTrapAllocationMemento()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc4085 Label no_memento_found; in DoTrapAllocationMemento() local
4086 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found); in DoTrapAllocationMemento()
4088 __ bind(&no_memento_found); in DoTrapAllocationMemento()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc4422 Label no_memento_found; in DoShiftI() local
4423 __ TestJSArrayForAllocationMemento(object, temp1, temp2, &no_memento_found); in DoShiftI()
4425 __ bind(&no_memento_found); in DoShiftI()

12