Home
last modified time | relevance | path

Searched refs:SetTypeLiteralArrayKey (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h183 virtual bool SetTypeLiteralArrayKey([[maybe_unused]] std::string key) in SetTypeLiteralArrayKey() function
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h198 bool SetTypeLiteralArrayKey(std::string key) override in SetTypeLiteralArrayKey() function
Doptimize_bytecode.cpp129 adapter->SetTypeLiteralArrayKey(key); in ExtractTypeInfo()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp995 EXPECT_FALSE(interface.SetTypeLiteralArrayKey("test")); in __anon1be7da801602()