Home
last modified time | relevance | path

Searched defs:supers (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp893 WeakVector *supers = WeakVector::Cast(GetSupers().GetTaggedObject()); in HasTSSubtyping() local
1044 JSHandle<WeakVector> supers(thread, oldHClass->GetSupers()); in CopyTSInheritInfo() local
Ddump.cpp660 JSTaggedValue supers = jshclass->GetSupers(); in DumpHClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp531 GateRef supers = LoadSupers(receiverHClass); in BuildCompareSubTyping() local
1617 GateRef TypedHCRLowering::GetLengthFromSupers(GateRef supers) in GetLengthFromSupers()
1622 GateRef TypedHCRLowering::GetValueFromSupers(GateRef supers, size_t index) in GetValueFromSupers()