Home
last modified time | relevance | path

Searched refs:GetVTableIndex (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_codegen_extensions.cpp26 auto vtableIndex = GetRuntime()->GetVTableIndex(method); in PrepareForCallLaunchVirtual()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_method.h152 return GetPandaMethod()->GetVTableIndex(); in GetVTableID()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass-inl.h545 resolved = entry.GetMethods()[method->GetVTableIndex()];
550 ASSERT_PRINT(method->GetVTableIndex() < vtable.size(),
552 resolved = vtable[method->GetVTableIndex()];
H A Dmethod.h648 uint16_t GetVTableIndex() const in GetVTableIndex() function in ark::Method::VerificationStage
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.h230 uint32_t GetVTableIndex(MethodPtr method) const override
232 return MethodCast(method)->GetVTableIndex();
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_ark_interface.cpp722 auto vtableIndex = runtime_->GetVTableIndex(callee); in GetVTableOffset()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Druntime_interface.h292 virtual uint32_t GetVTableIndex([[maybe_unused]] MethodPtr method) const in GetVTableIndex() function in ark::compiler::RuntimeInterface
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dclass_linker_test.cpp732 ASSERT_EQ(vtable[vmethod.GetVTableIndex()], &vmethod); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp803 *slot = method->GetVTableIndex() + 1; in ResolveUnknownVirtualCallEntrypoint()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp1677 auto vtableIndex = runtime->GetVTableIndex(method); in EmitCallVirtual()

Completed in 20 milliseconds