Home
last modified time | relevance | path

Searched defs:GetLiteralArray (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dvalue_impl.h61 inline LiteralArray Value::GetLiteralArray() const in GetLiteralArray() function
Dliteral_impl.h32 inline abckit::LiteralArray Literal::GetLiteralArray() const in GetLiteralArray() function
Dinstruction_impl.h158 inline LiteralArray Instruction::GetLiteralArray() const in GetLiteralArray() function
/arkcompiler/runtime_core/static_core/abc2program/
Dabc_literal_array_processor.cpp106 void AbcLiteralArrayProcessor::GetLiteralArray(pandasm::LiteralArray *litArray, const size_t index) in GetLiteralArray() function in ark::abc2program::AbcLiteralArrayProcessor
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dabckit_dynamic.cpp415 pandasm::LiteralArray *GetLiteralArray(const pandasm::Program *prog, const std::string &arrName) in GetLiteralArray() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp540 ark::pandasm::LiteralArray PandaRuntimeInterface::GetLiteralArray(MethodPtr m, LiteralArrayId id) c… in GetLiteralArray() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp350 void Disassembler::GetLiteralArray(pandasm::LiteralArray *lit_array, size_t index) const in GetLiteralArray() function in panda::disasm::Disassembler
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp540 void Disassembler::GetLiteralArray(pandasm::LiteralArray *litArray, const size_t index) in GetLiteralArray() function in ark::disasm::Disassembler
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h636 virtual ark::pandasm::LiteralArray GetLiteralArray([[maybe_unused]] MethodPtr method, in GetLiteralArray() function