Home
last modified time | relevance | path

Searched refs:PandaRuntimeInterface (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.cpp54 bool PandaRuntimeInterface::IsGcValidForFastPath(SourceLanguage lang) const in IsGcValidForFastPath()
64 compiler::RuntimeInterface::MethodId PandaRuntimeInterface::ResolveMethodIndex(MethodPtr parentMethod, in ResolveMethodIndex()
70 compiler::RuntimeInterface::FieldId PandaRuntimeInterface::ResolveFieldIndex(MethodPtr parentMethod, in ResolveFieldIndex()
76 compiler::RuntimeInterface::IdType PandaRuntimeInterface::ResolveTypeIndex(MethodPtr parentMethod, in ResolveTypeIndex()
82 compiler::RuntimeInterface::MethodPtr PandaRuntimeInterface::GetMethodById(MethodPtr parentMethod, MethodId id) const in GetMethodById()
87 compiler::RuntimeInterface::MethodId PandaRuntimeInterface::GetMethodId(MethodPtr method) const in GetMethodId()
92 compiler::RuntimeInterface::IntrinsicId PandaRuntimeInterface::GetIntrinsicId(MethodPtr method) const in GetIntrinsicId()
97 uint64_t PandaRuntimeInterface::GetUniqMethodId(MethodPtr method) const in GetUniqMethodId()
102 compiler::RuntimeInterface::MethodPtr PandaRuntimeInterface::ResolveVirtualMethod(ClassPtr cls, MethodPtr method) const in ResolveVirtualMethod()
108 compiler::RuntimeInterface::MethodPtr PandaRuntimeInterface
[all...]
H A Dfile_manager.cpp60 PandaRuntimeInterface runtimeIface; in LoadAnFile()
H A Dcompiler.h83 class PANDA_PUBLIC_API PandaRuntimeInterface : public RuntimeInterface { class
534 PandaRuntimeInterface::ClassPtr ResolveType(MethodPtr method, size_t id) const override;
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dunit_test.h93 DataType::Type GetFieldType(PandaRuntimeInterface::FieldPtr field) const override
98 DataType::Type GetArrayComponentType(PandaRuntimeInterface::ClassPtr klass) const override
112 ArenaUnorderedMap<PandaRuntimeInterface::FieldPtr, DataType::Type> *fieldTypes_ {nullptr};
113 ArenaUnorderedMap<PandaRuntimeInterface::ClassPtr, DataType::Type> *classTypes_ {nullptr};
265 graph_->GetAllocator()->New<ArenaUnorderedMap<PandaRuntimeInterface::FieldPtr, DataType::Type>>( in GraphTest()
269 graph_->GetAllocator()->New<ArenaUnorderedMap<PandaRuntimeInterface::ClassPtr, DataType::Type>>( in GraphTest()
306 void RegisterFieldType(PandaRuntimeInterface::FieldPtr field, DataType::Type type) in RegisterFieldType()
311 void RegisterClassType(PandaRuntimeInterface::ClassPtr klass, DataType::Type type) in RegisterClassType()
322 class PandaRuntimeTest : public ::testing::Test, public PandaRuntimeInterface {
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_runtime_interface.h23 class EtsRuntimeInterface : public PandaRuntimeInterface {
H A Dets_runtime_interface.cpp28 return PandaRuntimeInterface::GetClass(method, id); in GetClass()
/arkcompiler/runtime_core/compiler/tests/
H A Dunit_test.h233 class PandaRuntimeTest : public ::testing::Test, public PandaRuntimeInterface {
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_vm.cpp87 runtimeIface_ = allocator->New<PandaRuntimeInterface>(); in PandaCoreVM()

Completed in 7 milliseconds