Home
last modified time | relevance | path

Searched refs:ctorIsJSFunction (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1315 Label ctorIsJSFunction(env); in DECLARE_ASM_HANDLER() local
1325 Branch(IsJSFunction(superCtor), &ctorIsJSFunction, &slowPath); in DECLARE_ASM_HANDLER()
1326 Bind(&ctorIsJSFunction); in DECLARE_ASM_HANDLER()
3139 Label ctorIsJSFunction(env); in DECLARE_ASM_HANDLER() local
3152 Branch(IsJSFunction(superCtor), &ctorIsJSFunction, &slowPath); in DECLARE_ASM_HANDLER()
3153 Bind(&ctorIsJSFunction); in DECLARE_ASM_HANDLER()
4160 Label ctorIsJSFunction(env); in DECLARE_ASM_HANDLER() local
4172 Branch(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath); in DECLARE_ASM_HANDLER()
4173 Bind(&ctorIsJSFunction); in DECLARE_ASM_HANDLER()
4230 Label ctorIsJSFunction(env); in DECLARE_ASM_HANDLER() local
[all …]
Dnew_object_stub_builder.cpp1095 Label ctorIsJSFunction(env); in NewThisObjectChecked() local
1104 Branch(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath); in NewThisObjectChecked()
1105 Bind(&ctorIsJSFunction); in NewThisObjectChecked()
Dtyped_hcr_lowering.cpp2538 Label ctorIsJSFunction(&builder_); in LowerOrdinaryHasInstance() local
2542 builder_.Branch(builder_.IsJSFunction(target), &ctorIsJSFunction, &getCtorProtoSlowPath); in LowerOrdinaryHasInstance()
2543 builder_.Bind(&ctorIsJSFunction); in LowerOrdinaryHasInstance()
Dstub_builder.cpp4538 Label ctorIsJSFunction(env); in OrdinaryHasInstance() local
4541 Branch(IsJSFunction(target), &ctorIsJSFunction, &getCtorProtoSlowPath); in OrdinaryHasInstance()
4542 Bind(&ctorIsJSFunction); in OrdinaryHasInstance()