Searched refs:post_instantiation_deopt_entry (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 92 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/ |
D | builtins-arm64.cc | 94 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/ |
D | builtins-s390.cc | 92 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/ |
D | builtins-x64.cc | 153 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/ |
D | builtins-arm.cc | 188 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/ |
D | builtins-ia32.cc | 153 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/ |
D | builtins-mips64.cc | 174 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/ |
D | builtins-mips.cc | 174 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()
|