Home
last modified time | relevance | path

Searched defs:instSize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp303 size_t instSize, char *outString, bool logFlag) in PrintInstAndStep()
334 … size_t instSize = LLVMDisasmInstruction(dcr, byteSp, numBytes, pc, outString, outStringSize); in Disassemble() local
372 … size_t instSize = LLVMDisasmInstruction(dcr, byteSp, numBytes, pc, outString, outStringSize); in Disassemble() local
/arkcompiler/ets_frontend/ts2panda/src/
DcompilerStatistics.ts29 private instSize: number; property in ItemValue