Home
last modified time | relevance | path

Searched defs:insSz (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp163 void BytecodeInfoCollector::CollectMethodPcsFromBC(const uint32_t insSz, const uint8_t *insArr, in CollectMethodPcsFromBC()
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp112 auto insSz = codeAccessor.GetCodeSize(); in GetInsInfo() local
1792 const auto insSz = codeAccessor.GetCodeSize(); in GetInstructions() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp1573 void PandaFileTranslator::TranslateBytecode(JSPandaFile *jsPandaFile, uint32_t insSz, const uint8_t… in TranslateBytecode()
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp794 const auto insSz = cdaF.GetCodeSize(); in TEST() local