Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp639 size_t instSize, uint64_t textOffset, char *outString, in GetCalleeReg2Offset()
680 …size_t instSize = LLVMDisasmInstruction(ctx, instrAddr, numBytes, instrOffset, outString, outStrin… in GetCalleeReg2Offset() local
759 …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()