Home
last modified time | relevance | path

Searched defs:ctorIsJSFunction (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1428 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 Dinterpreter_stub.cpp1547 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 Dnew_object_stub_builder.cpp1784 BRANCH(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath); in NewThisObjectChecked() local
H A Dstub_builder.cpp5986 BRANCH(IsJSFunction(target), &ctorIsJSFunction, &getCtorProtoSlowPath); in OrdinaryHasInstance() local

Completed in 42 milliseconds