Searched refs:post_instantiation_deopt_entry (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 162 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local 191 __ Branch(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric() 208 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 162 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local 192 __ Branch(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric() 209 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 454 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local 484 __ b(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric() 501 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 189 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local 220 __ jmp(&post_instantiation_deopt_entry, Label::kNear); in Generate_JSConstructStubGeneric() 237 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
|
/third_party/node/deps/v8/src/builtins/loong64/ |
H A D | builtins-loong64.cc | 162 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local 191 __ Branch(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric() 208 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
|
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 187 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local 217 __ jmp(&post_instantiation_deopt_entry, Label::kNear); in Generate_JSConstructStubGeneric() 234 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 222 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local 258 __ B(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric() 276 __ Bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
|
/third_party/node/deps/v8/src/builtins/arm/ |
H A D | builtins-arm.cc | 187 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local 215 __ b(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric() 231 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 166 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local 202 __ BranchShort(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric() 219 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
|
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 443 Label post_instantiation_deopt_entry, not_create_implicit_receiver; in Generate_JSConstructStubGeneric() local 473 __ b(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric() 490 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
|
Completed in 52 milliseconds