Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto64 repeated LabelTable labelTable = 4; field
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp671 LabelTable labelTable {}; in GetExceptions() local
722 … pandasm::Function::CatchBlock *catchBlockPa, LabelTable *labelTable, in LocateTryBlock()
773 … pandasm::Function::CatchBlock *catchBlockPa, LabelTable *labelTable, size_t tryIdx, in LocateCatchBlock()
1707 static void TranslateImmToLabel(pandasm::Ins *paIns, LabelTable *labelTable, const uint8_t *insArr, in TranslateImmToLabel()
1766 LabelTable labelTable = GetExceptions(method, methodId, codeId); in GetInstructions() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-function.h77 std::unordered_map<std::string, panda::pandasm::Label> labelTable; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h840 MapleVector<GStrIdx> labelTable; // map label idx to label name variable