Searched defs:ctorIsJSFunction (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 1428 Branch(IsJSFunction(superCtor), &ctorIsJSFunction, &slowPath); in GenerateCircuit() local 1677 Branch(IsJSFunction(superCtor), &ctorIsJSFunction, &slowPath); in GenerateCircuit() local 3648 Branch(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath); in GenerateCircuit() local 3868 Branch(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath); GenerateCircuit() local 3958 Branch(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath); GenerateCircuit() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub.cpp | 1547 BRANCH(IsJSFunction(superCtor), &ctorIsJSFunction, &slowPath);
in DECLARE_ASM_HANDLER() local 3545 BRANCH(IsJSFunction(superCtor), &ctorIsJSFunction, &slowPath);
in DECLARE_ASM_HANDLER() local 4622 BRANCH(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath);
in DECLARE_ASM_HANDLER() local 4694 BRANCH(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath); DECLARE_ASM_HANDLER() local 4767 BRANCH(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath); DECLARE_ASM_HANDLER() local [all...] |
| H A D | new_object_stub_builder.cpp | 1784 BRANCH(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath);
in NewThisObjectChecked() local
|
| H A D | stub_builder.cpp | 5986 BRANCH(IsJSFunction(target), &ctorIsJSFunction, &getCtorProtoSlowPath); in OrdinaryHasInstance() local
|
Completed in 41 milliseconds