Searched defs:instSize (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | llvm_codegen.cpp | 303 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/ |
| D | compilerStatistics.ts | 29 private instSize: number; property in ItemValue
|