Home
last modified time | relevance | path

Searched refs:insSz (Results 1 - 6 of 6) sorted by relevance

/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
1577 auto bcInsLast = bcIns.JumpTo(insSz); in TranslateBytecode()
/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
168 auto bcInsLast = bcIns.JumpTo(insSz); in CollectMethodPcsFromBC()
171 methodPcInfos.emplace_back(MethodPcInfo { {}, insSz }); 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/disassembler/
H A Ddisassembler.cpp112 auto insSz = codeAccessor.GetCodeSize(); in GetInsInfo() local
116 auto bcInsLast = bcIns.JumpTo(insSz); in GetInsInfo()
1794 const auto insSz = codeAccessor.GetCodeSize(); in GetInstructions() local
1801 const auto bcInsLast = bcIns.JumpTo(insSz); in GetInstructions()
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Demitter_test.cpp797 const auto insSz = cdaF.GetCodeSize(); in TEST() local
801 const auto bcInsLast = bcIns.JumpTo(insSz); in TEST()

Completed in 9 milliseconds