Home
last modified time | relevance | path

Searched refs:GetLiteralArrayIdByOffset (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dir_interface.h60 std::optional<std::string> GetLiteralArrayIdByOffset(uint32_t offset) const in GetLiteralArrayIdByOffset() function in panda::bytecodeopt::BytecodeOptIrInterface
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dir_interface.h54 std::optional<std::string> GetLiteralArrayIdByOffset(uint32_t offset) const in GetLiteralArrayIdByOffset() function in ark::bytecodeopt::BytecodeOptIrInterface
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcodegen_test.cpp53 EXPECT_EQ(interface.GetLiteralArrayIdByOffset(0U), "0"); in TEST()
85 EXPECT_EQ(interface.GetLiteralArrayIdByOffset(0U), std::nullopt); in TEST()

Completed in 4 milliseconds