Searched defs:no_memento_found (Results 1 - 25 of 26) sorted by relevance

12

/external/v8/src/arm/
H A Dmacro-assembler-arm.h1451 Label* no_memento_found);
1456 Label no_memento_found; local
1458 &no_memento_found);
1460 bind(&no_memento_found);
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h946 Label* no_memento_found);
951 Label no_memento_found; local
953 &no_memento_found);
955 bind(&no_memento_found);
H A Dmacro-assembler-ia32.cc3371 Label* no_memento_found) {
3380 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found);
3393 j(not_zero, no_memento_found);
3401 j(greater, no_memento_found);
3368 TestJSArrayForAllocationMemento( Register receiver_reg, Register scratch_reg, Label* no_memento_found) argument
/external/v8/src/x64/
H A Dmacro-assembler-x64.h1589 Label* no_memento_found);
1594 Label no_memento_found; local
1596 &no_memento_found);
1598 bind(&no_memento_found);
/external/v8/src/x87/
H A Dmacro-assembler-x87.h925 Label* no_memento_found);
930 Label no_memento_found; local
932 &no_memento_found);
934 bind(&no_memento_found);
H A Dmacro-assembler-x87.cc3218 Label* no_memento_found) {
3227 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found);
3240 j(not_zero, no_memento_found);
3248 j(greater, no_memento_found);
3215 TestJSArrayForAllocationMemento( Register receiver_reg, Register scratch_reg, Label* no_memento_found) argument
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.h1658 Label* no_memento_found);
1664 Label no_memento_found; local
1666 &no_memento_found);
1668 Bind(&no_memento_found);
H A Dmacro-assembler-arm64.cc1536 Label* no_memento_found) {
1545 JumpIfNotInNewSpace(receiver, no_memento_found);
1559 B(ne, no_memento_found);
1568 B(gt, no_memento_found);
1533 TestJSArrayForAllocationMemento(Register receiver, Register scratch1, Register scratch2, Label* no_memento_found) argument
/external/v8/src/mips/
H A Dmacro-assembler-mips.h1729 // clobbered. If no info is present jump to no_memento_found, otherwise fall
1733 Label* no_memento_found);
1738 Label no_memento_found; local
1740 &no_memento_found);
1742 bind(&no_memento_found);
H A Dmacro-assembler-mips.cc6737 Label* no_memento_found) {
6746 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found);
6761 Branch(no_memento_found, ne, scratch_reg, Operand(zero_reg));
6770 Branch(no_memento_found, gt, scratch_reg, Operand(at));
6774 Branch(no_memento_found, ne, scratch_reg,
6735 TestJSArrayForAllocationMemento(Register receiver_reg, Register scratch_reg, Label* no_memento_found) argument
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h1862 // clobbered. If no info is present jump to no_memento_found, otherwise fall
1866 Label* no_memento_found);
1871 Label no_memento_found; local
1873 &no_memento_found);
1875 bind(&no_memento_found);
H A Dmacro-assembler-mips64.cc7075 Label* no_memento_found) {
7084 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found);
7099 Branch(no_memento_found, ne, scratch_reg, Operand(zero_reg));
7108 Branch(no_memento_found, gt, scratch_reg, Operand(at));
7112 Branch(no_memento_found, ne, scratch_reg,
7073 TestJSArrayForAllocationMemento(Register receiver_reg, Register scratch_reg, Label* no_memento_found) argument
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.h1540 Label* no_memento_found);
1546 Label no_memento_found; local
1548 &no_memento_found);
1550 bind(&no_memento_found);
H A Dmacro-assembler-ppc.cc4688 Label* no_memento_found) {
4700 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found);
4718 bne(no_memento_found, cr0);
4725 bgt(no_memento_found);
4685 TestJSArrayForAllocationMemento(Register receiver_reg, Register scratch_reg, Register scratch2_reg, Label* no_memento_found) argument
/external/v8/src/s390/
H A Dmacro-assembler-s390.h1806 Label* no_memento_found);
1812 Label no_memento_found; local
1814 &no_memento_found);
1816 bind(&no_memento_found);
H A Dmacro-assembler-s390.cc3646 Label* no_memento_found) {
3657 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found);
3674 bne(no_memento_found);
3681 bgt(no_memento_found);
3643 TestJSArrayForAllocationMemento(Register receiver_reg, Register scratch_reg, Register scratch2_reg, Label* no_memento_found) argument
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc4233 Label no_memento_found; local
4234 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found);
4236 __ bind(&no_memento_found);
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc5466 Label no_memento_found; local
5467 __ TestJSArrayForAllocationMemento(object, temp1, temp2, &no_memento_found);
5469 __ Bind(&no_memento_found);
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc3900 Label no_memento_found; local
3901 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found);
3903 __ bind(&no_memento_found);
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc4179 Label no_memento_found; local
4180 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found);
4182 __ bind(&no_memento_found);
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc4410 Label no_memento_found; local
4411 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found);
4413 __ bind(&no_memento_found);
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc4505 Label no_memento_found; local
4506 __ TestJSArrayForAllocationMemento(object, temp1, temp2, &no_memento_found);
4508 __ bind(&no_memento_found);
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc4439 Label no_memento_found; local
4440 __ TestJSArrayForAllocationMemento(object, temp1, temp2, &no_memento_found);
4442 __ bind(&no_memento_found);
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc4316 Label no_memento_found; local
4317 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found);
4319 __ bind(&no_memento_found);
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc4223 Label no_memento_found; local
4224 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found);
4226 __ bind(&no_memento_found);

Completed in 438 milliseconds

12