Home
last modified time | relevance | path

Searched refs:LiteralArrayIndex (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/docs/
D2022-08-18-isa-changelog.md8 * LiteralArrayIndex refactoring
42 ## LiteralArrayIndex refactoring
Dfile_format.md218 …ys defined in the file. Also this is the number of elements in the [LiteralArrayIndex](#literalarr…
219 …eralarray index structure. The offset must point to a structure in [LiteralArrayIndex](#literalarr…
888 ### LiteralArrayIndex subsection
890 `LiteralArrayIndex` structure is aimed to allow runtime to find a LiteralArray definition by index.
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h61 using LiteralArrayIndex = uint16_t; variable