Searched refs:insArr (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/static_core/abc2program/ |
H A D | abc_code_processor.cpp | 67 const uint8_t *insArr; member 80 << (immToLabel.bcIns.GetAddress() - immToLabel.insArr) << ": invalid jump offset 0x" in TranslateImmToLabel() 84 size_t idx = GetBytecodeInstructionNumber(BytecodeInstruction(immToLabel.insArr), bcInsDest); in TranslateImmToLabel() 97 << (immToLabel.bcIns.GetAddress() - immToLabel.insArr) << ": invalid jump offset 0x" in TranslateImmToLabel() 105 const auto insArr = codeDataAccessor_->GetInstructions(); in FillProgramData() local 106 auto bcIns = BytecodeInstruction(insArr); in FillProgramData() 120 TranslateImmToLabelStruct immToLabel {&paIns, &labelTable, insArr, bcIns, bcInsLast, entityId_}; in FillProgramData()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | panda_file_translator.h | 47 static void TranslateBytecode(JSPandaFile *jsPandaFile, uint32_t insSz, const uint8_t *insArr,
|
H A D | panda_file_translator.cpp | 1573 void PandaFileTranslator::TranslateBytecode(JSPandaFile *jsPandaFile, uint32_t insSz, const uint8_t *insArr, in TranslateBytecode() argument 1576 auto bcIns = OldBytecodeInst(insArr); in TranslateBytecode()
|
/arkcompiler/runtime_core/static_core/disassembler/ |
H A D | disassembler.cpp | 113 auto insArr = codeAccessor.GetInstructions(); in GetInsInfo() local 115 auto bcIns = BytecodeInstruction(insArr); in GetInsInfo() 121 uintptr_t bc = bcIns.GetAddress() - BytecodeInstruction(insArr).GetAddress(); in GetInsInfo() 1739 static void TranslateImmToLabel(pandasm::Ins *paIns, LabelTable *labelTable, const uint8_t *insArr, in TranslateImmToLabel() argument 1746 size_t idx = GetBytecodeInstructionNumber(BytecodeInstruction(insArr), bcInsDest); in TranslateImmToLabel() 1758 << "). incorrect instruction at offset: 0x" << (bcIns.GetAddress() - insArr) in TranslateImmToLabel() 1764 << "). incorrect instruction at offset: 0x" << (bcIns.GetAddress() - insArr) in TranslateImmToLabel() 1795 const auto insArr = codeAccessor.GetInstructions(); in GetInstructions() local 1799 auto bcIns = BytecodeInstruction(insArr); in GetInstructions() 1830 TranslateImmToLabel(&paIns, &labelTable, insArr, bcIn in GetInstructions() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | bytecode_info_collector.cpp | 163 void BytecodeInfoCollector::CollectMethodPcsFromBC(const uint32_t insSz, const uint8_t *insArr, in CollectMethodPcsFromBC() argument 167 auto bcIns = BytecodeInst(insArr); in CollectMethodPcsFromBC()
|
H A D | bytecode_info_collector.h | 373 void CollectMethodPcsFromBC(const uint32_t insSz, const uint8_t *insArr, MethodLiteral *method,
|
/arkcompiler/runtime_core/static_core/assembler/tests/ |
H A D | emitter_test.cpp | 798 const auto insArr = cdaF.GetInstructions(); in TEST() local 800 auto bcIns = BytecodeInstruction(insArr); in TEST()
|
Completed in 10 milliseconds