Home
last modified time | relevance | path

Searched refs:GetTypeLiteralArrayKey (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h188 virtual const std::string *GetTypeLiteralArrayKey() const in GetTypeLiteralArrayKey() function
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h204 const std::string *GetTypeLiteralArrayKey() const override in GetTypeLiteralArrayKey() function
Dcodegen.cpp187 const auto &key = *(GetGraph()->GetRuntime()->GetTypeLiteralArrayKey()); in UpdateTypeInfoIndexAnnotation()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcodegen_test.cpp546 const auto &key = *(graph->GetRuntime()->GetTypeLiteralArrayKey()); in __anona44e78530802()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp1005 EXPECT_EQ(interface.GetTypeLiteralArrayKey(), nullptr); in __anon1be7da801602()