Home
last modified time | relevance | path

Searched refs:insArr (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_code_processor.cpp67 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 Dpanda_file_translator.h47 static void TranslateBytecode(JSPandaFile *jsPandaFile, uint32_t insSz, const uint8_t *insArr,
H A Dpanda_file_translator.cpp1573 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 Ddisassembler.cpp113 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 Dbytecode_info_collector.cpp163 void BytecodeInfoCollector::CollectMethodPcsFromBC(const uint32_t insSz, const uint8_t *insArr, in CollectMethodPcsFromBC() argument
167 auto bcIns = BytecodeInst(insArr); in CollectMethodPcsFromBC()
H A Dbytecode_info_collector.h373 void CollectMethodPcsFromBC(const uint32_t insSz, const uint8_t *insArr, MethodLiteral *method,
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Demitter_test.cpp798 const auto insArr = cdaF.GetInstructions(); in TEST() local
800 auto bcIns = BytecodeInstruction(insArr); in TEST()

Completed in 10 milliseconds