Searched refs:outString (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | llvm_codegen.cpp | 507 size_t instSize, uint64_t textOffset, char *outString, in GetCalleeReg2Offset() argument 517 << GetInstrValue(instSize, *instrAddr) << " " << outString << std::endl; in GetCalleeReg2Offset() 539 char outString[outStringSize]; 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() 555 static void DecodeDebugInfo(uint64_t addr, uint64_t secIndex, char* outString, size_t outStringSize, in GetCalleeReg2Offset() argument 566 size_t len = strlen(outString); in GetCalleeReg2Offset() 568 if (strcpy_s(outString + len, outStringSize - len, debugInfo.c_str()) != EOK) { in GetCalleeReg2Offset() 608 char outString[outStringSize] = {'\0'}; in GetCalleeReg2Offset() local 627 …stSize = LLVMDisasmInstruction(disCtx, instrAddr, numBytes, instrOffset, outString, outStringSize); in GetCalleeReg2Offset() [all …]
|
D | llvm_codegen.h | 191 … uint64_t textOffset, char *outString, std::ostringstream &codeStream,
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
D | assembler_aarch64_test.cpp | 103 char outString[outStringSize]; in DisassembleChunk() local 105 … size_t InstSize = LLVMDisasmInstruction(dcr, byteSp, numBytes, pc, outString, outStringSize); in DisassembleChunk() 116 << *reinterpret_cast<uint32_t *>(byteSp) << " " << outString << std::endl; in DisassembleChunk()
|
D | assembler_x64_test.cpp | 108 char outString[outStringSize]; in DisassembleChunk() local 110 … size_t InstSize = LLVMDisasmInstruction(dcr, byteSp, numBytes, pc, outString, outStringSize); in DisassembleChunk() 121 << *reinterpret_cast<uint32_t *>(byteSp) << " " << outString << std::endl; in DisassembleChunk()
|