Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dvtable_builder_base.cpp74 auto vtable = klass->GetVTable(); in DumpVTable() local
84 auto vtable = klass->GetVTable(); in UpdateClass() local
/arkcompiler/ets_runtime/ecmascript/
Dvtable.cpp100 JSHandle<VTable> VTable::Copy(const JSThread *thread, const JSHandle<VTable> &vtable) in Copy()
Dobject_factory.cpp5342 JSHandle<VTable> vtable(thread_, header); in NewVTable() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_itable_builder.cpp29 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/include/
Dclass-inl.h619 auto vtable = GetVTable(); in ResolveVirtualMethod() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dclass_linker_test.cpp728 auto vtable = classA->GetVTable(); in TEST_F() local