Searched refs:ctorIsJSFunction (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 1536 Label ctorIsJSFunction(env); in DECLARE_ASM_HANDLER() local 1547 BRANCH(IsJSFunction(superCtor), &ctorIsJSFunction, &slowPath); in DECLARE_ASM_HANDLER() 1548 Bind(&ctorIsJSFunction); in DECLARE_ASM_HANDLER() 3572 Label ctorIsJSFunction(env); in DECLARE_ASM_HANDLER() local 3585 BRANCH(IsJSFunction(superCtor), &ctorIsJSFunction, &slowPath); in DECLARE_ASM_HANDLER() 3586 Bind(&ctorIsJSFunction); in DECLARE_ASM_HANDLER() 4650 Label ctorIsJSFunction(env); in DECLARE_ASM_HANDLER() local 4662 BRANCH(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath); in DECLARE_ASM_HANDLER() 4663 Bind(&ctorIsJSFunction); in DECLARE_ASM_HANDLER() 4722 Label ctorIsJSFunction(env); in DECLARE_ASM_HANDLER() local [all …]
|
| D | new_object_stub_builder.cpp | 1826 Label ctorIsJSFunction(env); in NewThisObjectChecked() local 1835 BRANCH(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath); in NewThisObjectChecked() 1836 Bind(&ctorIsJSFunction); in NewThisObjectChecked()
|
| D | typed_hcr_lowering.cpp | 2829 Label ctorIsJSFunction(&builder_); in LowerOrdinaryHasInstance() local 2833 BRANCH_CIR(builder_.IsJSFunction(target), &ctorIsJSFunction, &getCtorProtoSlowPath); in LowerOrdinaryHasInstance() 2834 builder_.Bind(&ctorIsJSFunction); in LowerOrdinaryHasInstance()
|
| D | stub_builder.cpp | 5923 Label ctorIsJSFunction(env); in OrdinaryHasInstance() local 5926 BRANCH(IsJSFunction(target), &ctorIsJSFunction, &getCtorProtoSlowPath); in OrdinaryHasInstance() 5927 Bind(&ctorIsJSFunction); in OrdinaryHasInstance()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 1413 Label ctorIsJSFunction(env); in GenerateCircuit() local 1428 Branch(IsJSFunction(superCtor), &ctorIsJSFunction, &slowPath); in GenerateCircuit() 1429 Bind(&ctorIsJSFunction); in GenerateCircuit() 1652 Label ctorIsJSFunction(env); in GenerateCircuit() local 1664 Branch(IsJSFunction(superCtor), &ctorIsJSFunction, &slowPath); in GenerateCircuit() 1665 Bind(&ctorIsJSFunction); in GenerateCircuit() 3660 Label ctorIsJSFunction(env); in GenerateCircuit() local 3674 Branch(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath); in GenerateCircuit() 3675 Bind(&ctorIsJSFunction); in GenerateCircuit() 3880 Label ctorIsJSFunction(env); in GenerateCircuit() local [all …]
|