Home
last modified time | relevance | path

Searched defs:ctorIsHeapObject (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1426 Branch(TaggedIsHeapObject(superCtor), &ctorIsHeapObject, &slowPath); in GenerateCircuit() local
1675 Branch(TaggedIsHeapObject(superCtor), &ctorIsHeapObject, &slowPath); in GenerateCircuit() local
3646 Branch(TaggedIsHeapObject(ctor), &ctorIsHeapObject, &slowPath); in GenerateCircuit() local
3866 Branch(TaggedIsHeapObject(ctor), &ctorIsHeapObject, &slowPath); GenerateCircuit() local
3956 Branch(TaggedIsHeapObject(ctor), &ctorIsHeapObject, &slowPath); GenerateCircuit() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp1545 BRANCH(TaggedIsHeapObject(superCtor), &ctorIsHeapObject, &slowPath); in DECLARE_ASM_HANDLER() local
3543 BRANCH(TaggedIsHeapObject(superCtor), &ctorIsHeapObject, &slowPath); in DECLARE_ASM_HANDLER() local
4620 BRANCH(TaggedIsHeapObject(ctor), &ctorIsHeapObject, &slowPath); in DECLARE_ASM_HANDLER() local
4692 BRANCH(TaggedIsHeapObject(ctor), &ctorIsHeapObject, &slowPath); DECLARE_ASM_HANDLER() local
4765 BRANCH(TaggedIsHeapObject(ctor), &ctorIsHeapObject, &slowPath); DECLARE_ASM_HANDLER() local
[all...]
H A Dnew_object_stub_builder.cpp1782 BRANCH(TaggedIsHeapObject(ctor), &ctorIsHeapObject, &slowPath); in NewThisObjectChecked() local

Completed in 26 milliseconds