Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/x87/
Dmacro-assembler-x87.h921 Label* no_memento_found);
926 Label no_memento_found; in JumpIfJSArrayHasAllocationMemento() local
928 &no_memento_found); in JumpIfJSArrayHasAllocationMemento()
930 bind(&no_memento_found); in JumpIfJSArrayHasAllocationMemento()
Dmacro-assembler-x87.cc3300 Label* no_memento_found) { in TestJSArrayForAllocationMemento() argument
3309 j(less, no_memento_found); in TestJSArrayForAllocationMemento()
3311 j(greater, no_memento_found); in TestJSArrayForAllocationMemento()
Dlithium-codegen-x87.cc4728 Label no_memento_found; in DoTrapAllocationMemento() local
4729 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found); in DoTrapAllocationMemento()
4731 __ bind(&no_memento_found); in DoTrapAllocationMemento()
/external/chromium_org/v8/src/ia32/
Dmacro-assembler-ia32.h953 Label* no_memento_found);
958 Label no_memento_found; in JumpIfJSArrayHasAllocationMemento() local
960 &no_memento_found); in JumpIfJSArrayHasAllocationMemento()
962 bind(&no_memento_found); in JumpIfJSArrayHasAllocationMemento()
Dmacro-assembler-ia32.cc3340 Label* no_memento_found) { in TestJSArrayForAllocationMemento() argument
3349 j(less, no_memento_found); in TestJSArrayForAllocationMemento()
3351 j(greater, no_memento_found); in TestJSArrayForAllocationMemento()
Dlithium-codegen-ia32.cc4286 Label no_memento_found; in DoTrapAllocationMemento() local
4287 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found); in DoTrapAllocationMemento()
4289 __ bind(&no_memento_found); in DoTrapAllocationMemento()
/external/chromium_org/v8/src/x64/
Dmacro-assembler-x64.h1456 Label* no_memento_found);
1461 Label no_memento_found; in JumpIfJSArrayHasAllocationMemento() local
1463 &no_memento_found); in JumpIfJSArrayHasAllocationMemento()
1465 bind(&no_memento_found); in JumpIfJSArrayHasAllocationMemento()
Dmacro-assembler-x64.cc5282 Label* no_memento_found) { in TestJSArrayForAllocationMemento() argument
5292 j(less, no_memento_found); in TestJSArrayForAllocationMemento()
5294 j(greater, no_memento_found); in TestJSArrayForAllocationMemento()
Dlithium-codegen-x64.cc4523 Label no_memento_found; in DoTrapAllocationMemento() local
4524 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found); in DoTrapAllocationMemento()
4526 __ bind(&no_memento_found); in DoTrapAllocationMemento()
/external/chromium_org/v8/src/arm/
Dmacro-assembler-arm.h1420 Label* no_memento_found);
1425 Label no_memento_found; in JumpIfJSArrayHasAllocationMemento() local
1427 &no_memento_found); in JumpIfJSArrayHasAllocationMemento()
1429 bind(&no_memento_found); in JumpIfJSArrayHasAllocationMemento()
Dmacro-assembler-arm.cc3926 Label* no_memento_found) { in TestJSArrayForAllocationMemento() argument
3934 b(lt, no_memento_found); in TestJSArrayForAllocationMemento()
3938 b(gt, no_memento_found); in TestJSArrayForAllocationMemento()
Dlithium-codegen-arm.cc4506 Label no_memento_found; in DoTrapAllocationMemento() local
4507 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found); in DoTrapAllocationMemento()
4509 __ bind(&no_memento_found); in DoTrapAllocationMemento()
/external/chromium_org/v8/src/mips/
Dmacro-assembler-mips.h1582 Label* no_memento_found,
1589 Label no_memento_found; in JumpIfJSArrayHasAllocationMemento() local
1591 &no_memento_found, eq, memento_found); in JumpIfJSArrayHasAllocationMemento()
1592 bind(&no_memento_found); in JumpIfJSArrayHasAllocationMemento()
Dlithium-codegen-mips.cc4462 Label no_memento_found; in DoTrapAllocationMemento() local
4463 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found, in DoTrapAllocationMemento()
4464 ne, &no_memento_found); in DoTrapAllocationMemento()
4466 __ bind(&no_memento_found); in DoTrapAllocationMemento()
Dmacro-assembler-mips.cc5926 Label* no_memento_found, in TestJSArrayForAllocationMemento() argument
5935 Branch(no_memento_found, lt, scratch_reg, Operand(new_space_start)); in TestJSArrayForAllocationMemento()
5938 Branch(no_memento_found, gt, scratch_reg, Operand(at)); in TestJSArrayForAllocationMemento()
/external/chromium_org/v8/src/mips64/
Dmacro-assembler-mips64.h1644 Label* no_memento_found,
1651 Label no_memento_found; in JumpIfJSArrayHasAllocationMemento() local
1653 &no_memento_found, eq, memento_found); in JumpIfJSArrayHasAllocationMemento()
1654 bind(&no_memento_found); in JumpIfJSArrayHasAllocationMemento()
Dlithium-codegen-mips64.cc4526 Label no_memento_found; in DoTrapAllocationMemento() local
4527 __ TestJSArrayForAllocationMemento(object, temp, &no_memento_found, in DoTrapAllocationMemento()
4528 ne, &no_memento_found); in DoTrapAllocationMemento()
4530 __ bind(&no_memento_found); in DoTrapAllocationMemento()
Dmacro-assembler-mips64.cc5911 Label* no_memento_found, in TestJSArrayForAllocationMemento() argument
5920 Branch(no_memento_found, lt, scratch_reg, Operand(new_space_start)); in TestJSArrayForAllocationMemento()
5923 Branch(no_memento_found, gt, scratch_reg, Operand(at)); in TestJSArrayForAllocationMemento()
/external/chromium_org/v8/src/arm64/
Dmacro-assembler-arm64.h1650 Label* no_memento_found);
1656 Label no_memento_found; in JumpIfJSArrayHasAllocationMemento() local
1658 &no_memento_found); in JumpIfJSArrayHasAllocationMemento()
1660 Bind(&no_memento_found); in JumpIfJSArrayHasAllocationMemento()
Dmacro-assembler-arm64.cc1517 Label* no_memento_found) { in TestJSArrayForAllocationMemento() argument
1526 B(lt, no_memento_found); in TestJSArrayForAllocationMemento()
1531 B(gt, no_memento_found); in TestJSArrayForAllocationMemento()
Dlithium-codegen-arm64.cc5775 Label no_memento_found; in DoTrapAllocationMemento() local
5776 __ TestJSArrayForAllocationMemento(object, temp1, temp2, &no_memento_found); in DoTrapAllocationMemento()
5778 __ Bind(&no_memento_found); in DoTrapAllocationMemento()