Home
last modified time | relevance | path

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

/external/v8/src/
Dcodegen.h118 Label* allocation_memento_found);
/external/v8/src/x64/
Dcodegen-x64.cc104 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
110 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
112 receiver, scratch, allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/x87/
Dcodegen-x87.cc227 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
232 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
234 receiver, scratch, allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/arm64/
Dcodegen-arm64.cc110 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
116 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
118 allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/ppc/
Dcodegen-ppc.cc137 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
142 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
144 allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/arm/
Dcodegen-arm.cc387 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
393 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
395 receiver, scratch_elements, allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/ia32/
Dcodegen-ia32.cc533 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
538 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
540 receiver, scratch, allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/mips/
Dcodegen-mips.cc667 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
673 DCHECK(allocation_memento_found != NULL); in GenerateMapChangeElementsTransition()
675 receiver, scratch_elements, allocation_memento_found); in GenerateMapChangeElementsTransition()
/external/v8/src/mips64/
Dcodegen-mips64.cc668 Label* allocation_memento_found) { in GenerateMapChangeElementsTransition() argument
675 receiver, scratch_elements, allocation_memento_found); in GenerateMapChangeElementsTransition()