Home
last modified time | relevance | path

Searched defs:ctorIsConstructor (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1430 Branch(IsConstructor(superCtor), &ctorIsConstructor, &slowPath); in GenerateCircuit() local
1679 Branch(IsConstructor(superCtor), &ctorIsConstructor, &slowPath); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp1549 BRANCH(IsConstructor(superCtor), &ctorIsConstructor, &slowPath); in DECLARE_ASM_HANDLER() local
3547 BRANCH(IsConstructor(superCtor), &ctorIsConstructor, &slowPath); in DECLARE_ASM_HANDLER() local

Completed in 24 milliseconds