Searched defs:allocation_memento_found (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/arm64/
H A Dcodegen-arm64.cc50 Label* allocation_memento_found) {
56 DCHECK(allocation_memento_found != NULL);
58 allocation_memento_found);
43 GenerateMapChangeElementsTransition( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* allocation_memento_found) argument
/external/v8/src/arm/
H A Dcodegen-arm.cc325 Label* allocation_memento_found) {
331 DCHECK(allocation_memento_found != NULL);
333 receiver, scratch_elements, allocation_memento_found);
318 GenerateMapChangeElementsTransition( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* allocation_memento_found) argument
/external/v8/src/mips/
H A Dcodegen-mips.cc613 Label* allocation_memento_found) {
619 DCHECK(allocation_memento_found != NULL);
621 receiver, scratch_elements, allocation_memento_found);
606 GenerateMapChangeElementsTransition( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* allocation_memento_found) argument
/external/v8/src/mips64/
H A Dcodegen-mips64.cc615 Label* allocation_memento_found) {
622 receiver, scratch_elements, allocation_memento_found);
608 GenerateMapChangeElementsTransition( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* allocation_memento_found) argument
/external/v8/src/ppc/
H A Dcodegen-ppc.cc77 Label* allocation_memento_found) {
82 DCHECK(allocation_memento_found != NULL);
84 allocation_memento_found);
74 GenerateMapChangeElementsTransition( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* allocation_memento_found) argument
/external/v8/src/s390/
H A Dcodegen-s390.cc70 Label* allocation_memento_found) {
75 DCHECK(allocation_memento_found != NULL);
77 allocation_memento_found);
67 GenerateMapChangeElementsTransition( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* allocation_memento_found) argument
/external/v8/src/x64/
H A Dcodegen-x64.cc72 Label* allocation_memento_found) {
78 DCHECK(allocation_memento_found != NULL);
80 receiver, scratch, allocation_memento_found);
65 GenerateMapChangeElementsTransition( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* allocation_memento_found) argument
/external/v8/src/x87/
H A Dcodegen-x87.cc223 Label* allocation_memento_found) {
228 DCHECK(allocation_memento_found != NULL);
230 receiver, scratch, allocation_memento_found);
216 GenerateMapChangeElementsTransition( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* allocation_memento_found) argument
/external/v8/src/ia32/
H A Dcodegen-ia32.cc496 Label* allocation_memento_found) {
501 DCHECK(allocation_memento_found != NULL);
503 receiver, scratch, allocation_memento_found);
489 GenerateMapChangeElementsTransition( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* allocation_memento_found) argument

Completed in 208 milliseconds