Home
last modified time | relevance | path

Searched refs:post_instantiation_deopt_entry (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc92 Label post_instantiation_deopt_entry; in Generate_JSBuiltinsConstructStubHelper() local
182 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local
208 __ b(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
225 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc94 Label post_instantiation_deopt_entry; in Generate_JSBuiltinsConstructStubHelper() local
216 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local
248 __ B(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
266 __ Bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc92 Label post_instantiation_deopt_entry; in Generate_JSBuiltinsConstructStubHelper() local
176 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local
202 __ b(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
219 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc153 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local
180 __ jmp(&post_instantiation_deopt_entry, Label::kNear); in Generate_JSConstructStubGeneric()
197 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc188 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local
213 __ b(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
229 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc153 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local
181 __ jmp(&post_instantiation_deopt_entry, Label::kNear); in Generate_JSConstructStubGeneric()
198 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc174 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local
200 __ Branch(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
217 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc174 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local
200 __ Branch(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
217 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()