Home
last modified time | relevance | path

Searched defs:labelTable (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/
Dabc_code_processor.cpp66 LabelTable *labelTable; member
109 LabelTable labelTable = GetExceptions(methodId_, entityId_); in FillProgramData() local
151 LabelTable *labelTable; member
212 LabelTable *labelTable; member
274 LabelTable labelTable {}; in GetExceptions() local
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto64 repeated LabelTable labelTable = 4; field
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-function.h77 std::unordered_map<std::string, ark::pandasm::Label> labelTable; member
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp699 LabelTable labelTable {}; in GetExceptions() local
751 … pandasm::Function::CatchBlock *catchBlockPa, LabelTable *labelTable, in LocateTryBlock()
802 … pandasm::Function::CatchBlock *catchBlockPa, LabelTable *labelTable, size_t tryIdx, in LocateCatchBlock()
1929 static void TranslateImmToLabel(pandasm::Ins *paIns, LabelTable *labelTable, const uint8_t *insArr, in TranslateImmToLabel()
1993 LabelTable labelTable = GetExceptions(method, methodId, codeId); in GetInstructions() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h828 MapleVector<GStrIdx> labelTable; // map label idx to label name variable