Searched refs:PandaRuntimeInterface (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | compiler.cpp | 54 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 D | file_manager.cpp | 60 PandaRuntimeInterface runtimeIface; in LoadAnFile()
|
H A D | compiler.h | 83 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 D | unit_test.h | 93 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 D | ets_runtime_interface.h | 23 class EtsRuntimeInterface : public PandaRuntimeInterface {
|
H A D | ets_runtime_interface.cpp | 28 return PandaRuntimeInterface::GetClass(method, id); in GetClass()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | unit_test.h | 233 class PandaRuntimeTest : public ::testing::Test, public PandaRuntimeInterface {
|
/arkcompiler/runtime_core/static_core/runtime/core/ |
H A D | core_vm.cpp | 87 runtimeIface_ = allocator->New<PandaRuntimeInterface>(); in PandaCoreVM()
|
Completed in 7 milliseconds