Home
last modified time | relevance | path

Searched defs:vtable (Results 1 – 11 of 11) 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.cpp101 JSHandle<VTable> VTable::Copy(const JSThread *thread, const JSHandle<VTable> &vtable) in Copy()
Djs_hclass.cpp943 JSHandle<VTable> vtable(thread, hclass->GetVTable()); in LookupPropertyInAotHClass() local
1051 JSHandle<VTable> vtable(thread, oldHClass->GetVTable()); in CopyTSInheritInfo() local
Ddump.cpp675 JSTaggedValue vtable = jshclass->GetVTable(); in DumpHClass() local
Dobject_factory.cpp4607 JSHandle<VTable> vtable(thread_, header); in NewVTable() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder.h217 auto vtable = klass->GetVTable(); in UpdateClass() local
241 auto vtable = klass->GetVTable(); in DumpVTable() local
Dclass-inl.h549 auto vtable = GetVTable(); in ResolveVirtualMethod() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_itable_builder.cpp26 auto vtable = klass->GetVTable(); in FindMethodInVTable() local
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp608 auto vtable = cls->GetVTable(); in UpdateVtablesInRuntimeClasses() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dclass_linker_test.cpp676 auto vtable = classA->GetVTable(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp1593 GateRef vtable = builder_.LoadConstOffset(VariableType::JS_ANY(), in LoadFromVTable() local