Home
last modified time | relevance | path

Searched refs:allocation_memento_found (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dcodegen.h117 Label* allocation_memento_found);
/external/v8/src/arm64/
Dcodegen-arm64.cc50 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
56 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
58 allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/x64/
Dcodegen-x64.cc72 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
78 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
80 receiver, scratch, allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/s390/
Dcodegen-s390.cc70 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
75 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
77 allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/ppc/
Dcodegen-ppc.cc77 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
82 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
84 allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/x87/
Dcodegen-x87.cc223 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
228 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
230 receiver, scratch, allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/arm/
Dcodegen-arm.cc325 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
331 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
333 receiver, scratch_elements, allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/ia32/
Dcodegen-ia32.cc496 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
501 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
503 receiver, scratch, allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/mips/
Dcodegen-mips.cc613 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
619 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
621 receiver, scratch_elements, allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/mips64/
Dcodegen-mips64.cc615 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
622 receiver, scratch_elements, allocation_memento_found); in GenerateMapChangeElementsTransition()