Home
last modified time | relevance | path

Searched refs:debugInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp564 std::string debugInfo = "\t\t;"; in GetCalleeReg2Offset() local
565 debugInfo += module->GetDebugInfo()->GetComment(funcName, info.Line - 1); in GetCalleeReg2Offset()
567 if (len + debugInfo.size() <= outStringSize) { in GetCalleeReg2Offset()
568 if (strcpy_s(outString + len, outStringSize - len, debugInfo.c_str()) != EOK) { in GetCalleeReg2Offset()
Dcircuit.cpp24 Circuit::Circuit(NativeAreaAllocator* allocator, DebugInfo* debugInfo, const char* funcName, bool i… in Circuit() argument
33 debugInfo_(debugInfo) in Circuit()