Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpipeline.cpp133 auto instSize = graph->GetCurrentInstructionId(); in RunRegAllocAndCodeGenPass() local
/arkcompiler/ets_frontend/ts2panda/src/
DcompilerStatistics.ts29 private instSize: number; property in ItemValue
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp559 size_t instSize, uint64_t textOffset, char *outString, in GetCalleeReg2Offset()
600 …size_t instSize = LLVMDisasmInstruction(ctx, instrAddr, numBytes, instrOffset, outString, outStrin… in GetCalleeReg2Offset() local
679 …size_t instSize = LLVMDisasmInstruction(disCtx, instrAddr, numBytes, instrOffset, outString, outSt… in GetCalleeReg2Offset() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp250 static Opcode GetOpcode(size_t instSize) in GetOpcode()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp313 auto instSize = GetGraph()->GetCurrentInstructionId(); in BeginMethod() local
431 auto instSize = GetGraph()->GetCurrentInstructionId() + slowPaths_.size() * INST_IN_SLOW_PATH; in VisitGraph() local