Searched refs:instrOffset (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | llvm_codegen.cpp | 506 void LLVMAssembler::PrintInstAndStep(uint64_t &instrOffset, uint8_t **instrAddr, uintptr_t &numByte… in GetCalleeReg2Offset() argument 514 uint64_t unitedInstOffset = instrOffset + textOffset; in GetCalleeReg2Offset() 519 instrOffset += instSize; in GetCalleeReg2Offset() 537 uint64_t instrOffset = 0; in GetCalleeReg2Offset() local 548 …size_t instSize = LLVMDisasmInstruction(ctx, instrAddr, numBytes, instrOffset, outString, outStrin… in GetCalleeReg2Offset() 549 PrintInstAndStep(instrOffset, &instrAddr, numBytes, instSize, 0, outString, codeStream); in GetCalleeReg2Offset() 605 uint64_t instrOffset = 0; in GetCalleeReg2Offset() local 627 …size_t instSize = LLVMDisasmInstruction(disCtx, instrAddr, numBytes, instrOffset, outString, outSt… in GetCalleeReg2Offset() 628 DecodeDebugInfo(instrOffset, textSecIndex, outString, outStringSize, in GetCalleeReg2Offset() 630 …PrintInstAndStep(instrOffset, &instrAddr, numBytes, instSize, textOffset, outString, codeStream, l… in GetCalleeReg2Offset()
|