Searched defs:labelTable (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc_code_processor.cpp | 66 LabelTable *labelTable; member 109 LabelTable labelTable = GetExceptions(methodId_, entityId_); in FillProgramData() local 153 LabelTable *labelTable; member 214 LabelTable *labelTable; member 276 LabelTable labelTable {}; in GetExceptions() local
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyFunction.proto | 64 repeated LabelTable labelTable = 4; field
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-function.h | 85 std::unordered_map<std::string, ark::pandasm::Label> labelTable; member
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 714 LabelTable labelTable {}; in GetExceptions() local 766 … pandasm::Function::CatchBlock *catchBlockPa, LabelTable *labelTable, in LocateTryBlock() 817 … pandasm::Function::CatchBlock *catchBlockPa, LabelTable *labelTable, size_t tryIdx, in LocateCatchBlock() 1932 static void TranslateImmToLabel(pandasm::Ins *paIns, LabelTable *labelTable, const uint8_t *insArr, in TranslateImmToLabel() 1997 LabelTable labelTable = GetExceptions(method, methodId, codeId); in GetInstructions() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_symbol.h | 828 MapleVector<GStrIdx> labelTable; // map label idx to label name variable
|