Searched defs:label_table (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-function.h | 76 std::unordered_map<std::string, panda::pandasm::Label> label_table; member
|
| /arkcompiler/runtime_core/disassembler/ |
| H A D | disassembler.cpp | 839 LocateTryBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last, const panda_file::CodeDataAccessor::TryBlock &try_block, pandasm::Function::CatchBlock *catch_block_pa, LabelTable *label_table, size_t try_idx) const LocateTryBlock() argument 892 LocateCatchBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last, const panda_file::CodeDataAccessor::CatchBlock &catch_block, pandasm::Function::CatchBlock *catch_block_pa, LabelTable *label_table, size_t try_idx, size_t catch_idx) const LocateCatchBlock() argument 2162 translateImmToLabel(pandasm::Ins *pa_ins, LabelTable *label_table, const uint8_t *ins_arr, BytecodeInstruction bc_ins, BytecodeInstruction bc_ins_last, panda_file::File::EntityId code_id) translateImmToLabel() argument 2205 LabelTable label_table = GetExceptions(method, method_id, code_id); GetInstructions() local [all...] |
Completed in 6 milliseconds