Searched refs:PrintInstAndStep (Results 1 – 2 of 2) 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() function in panda::ecmascript::kungfu::LLVMAssembler 549 PrintInstAndStep(instrOffset, &instrAddr, numBytes, instSize, 0, outString, codeStream); in GetCalleeReg2Offset() 630 …PrintInstAndStep(instrOffset, &instrAddr, numBytes, instSize, textOffset, outString, codeStream, l… in GetCalleeReg2Offset()
|
D | llvm_codegen.h | 190 … static void PrintInstAndStep(uint64_t &pc, uint8_t **byteSp, uintptr_t &numBytes, size_t instSize,
|