Home
last modified time | relevance | path

Searched refs:post_instantiation_deopt_entry (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc162 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 Dbuiltins-mips64.cc162 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 Dbuiltins-ppc.cc454 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 Dbuiltins-ia32.cc189 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 Dbuiltins-loong64.cc162 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 Dbuiltins-x64.cc187 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 Dbuiltins-arm64.cc222 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 Dbuiltins-arm.cc187 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 Dbuiltins-riscv64.cc166 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 Dbuiltins-s390.cc443 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