Searched refs:ctorIsJSFunction (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 1315 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 …]
|
| D | new_object_stub_builder.cpp | 1095 Label ctorIsJSFunction(env); in NewThisObjectChecked() local 1104 Branch(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath); in NewThisObjectChecked() 1105 Bind(&ctorIsJSFunction); in NewThisObjectChecked()
|
| D | typed_hcr_lowering.cpp | 2538 Label ctorIsJSFunction(&builder_); in LowerOrdinaryHasInstance() local 2542 builder_.Branch(builder_.IsJSFunction(target), &ctorIsJSFunction, &getCtorProtoSlowPath); in LowerOrdinaryHasInstance() 2543 builder_.Bind(&ctorIsJSFunction); in LowerOrdinaryHasInstance()
|
| D | stub_builder.cpp | 4538 Label ctorIsJSFunction(env); in OrdinaryHasInstance() local 4541 Branch(IsJSFunction(target), &ctorIsJSFunction, &getCtorProtoSlowPath); in OrdinaryHasInstance() 4542 Bind(&ctorIsJSFunction); in OrdinaryHasInstance()
|