Home
last modified time | relevance | path

Searched defs:vtable (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator.cpp162 JSHandle<VTable> vtable = factory->NewVTable(finalLength); in GenVTable() local
214 JSHandle<VTable> vtable(thread, oldHClass->GetVTable()); in TryMaintainTSSubtyping() local
248 JSHandle<VTable> vtable(thread, hclass->GetVTable()); in TryMaintainTSSubtypingOnPrototype() local
Dvtable.cpp99 JSHandle<VTable> VTable::Copy(const JSThread *thread, const JSHandle<VTable> &vtable) in Copy()
Djs_hclass.cpp758 JSHandle<VTable> vtable(thread, hclass->GetVTable()); in LookupPropertyInAotHClass() local
785 JSHandle<VTable> vtable(thread, oldHClass->GetVTable()); in CopyTSInheritInfo() local
Ddump.cpp576 JSTaggedValue vtable = jshclass->GetVTable(); in DumpHClass() local
Dobject_factory.cpp4104 JSHandle<VTable> vtable(thread_, header); in NewVTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_mcr_lowering.cpp1205 GateRef vtable = builder_.LoadConstOffset(VariableType::JS_ANY(), in LoadFromVTable() local