Home
last modified time | relevance | path

Searched defs:log (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h41 uint32_t moduleIndex, const CompilerLog &log) in CollectFuncEntryInfo()
79 uint32_t moduleIndex, const CompilerLog &log) in CollectFuncEntryInfo()
158 void RunAssembler(const CompilerLog &log) in RunAssembler()
164 const CompilerLog &log, const MethodLogList &logList) in DisassemblerFunc()
190 …FileGenerator(const CompilerLog *log, const MethodLogList *logList) : log_(log), logList_(logList)… in FileGenerator()
228 …AOTFileGenerator(const CompilerLog *log, const MethodLogList *logList, EcmaVM* vm, const std::stri… in AOTFileGenerator()
265 … StubFileGenerator(const CompilerLog *log, const MethodLogList *logList, const std::string &triple, in StubFileGenerator()
Dstub_compiler.h28 CompilerLog *log, const MethodLogList *logList, bool enablePGOProfiler) : triple_(triple), in StubCompiler()
Dpass_manager.h33 … CompilationConfig *cmpCfg, CompilerLog *log, const JSPandaFile *jsPandaFile, in PassInfo()
104CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, bool enableTypeLowering, in PassManager()
Dstub_compiler.cpp36 explicit StubPassData(Stub *stub, LLVMModule *module, CompilerLog *log) in StubPassData()
99 CompilerLog *log = GetLog(); in RunPipeline() local
140 CompilerLog *log = GetLog(); in BuildStubModuleAndSave() local
Dllvm_codegen.cpp186 void LLVMAssembler::Run(const CompilerLog &log) in Run()
262 …::CalleeRegAndOffsetVec LLVMAssembler::GetCalleeReg2Offset(LLVMValueRef fn, const CompilerLog &log) in GetCalleeReg2Offset()
283 int LLVMAssembler::GetFpDeltaPrevFramSp(LLVMValueRef fn, const CompilerLog &log) in GetFpDeltaPrevFramSp()
341 const CompilerLog &log, const MethodLogList &logList) const in Disassemble() argument
Dcompiler_log.cpp87 …Scope::TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* log) in TimeScope()
98 TimeScope::TimeScope(std::string name, CompilerLog* log) in TimeScope()
Daot_compiler.cpp111 CompilerLog log(logOption, isTraceBC); in Main() local
Dgate.cpp700 …std::string log("{\"id\":" + std::to_string(id_) + ", \"op\":\"" + GateMetaData::Str(opcode) + "\"… in Print() local
756 …std::string log("(\"id\"=" + std::to_string(id_) + ", \"op\"=\"" + GateMetaData::Str(opcode) + "\"… in ShortPrint() local
807 std::string &log, bool isEnd) const in PrintInGate()
Dts_inline_lowering.cpp154 CompilerLog *log = info_->GetCompilerLog(); in InlineCall() local
Dbytecode_circuit_builder.cpp1302 std::string log("B" + std::to_string(bb.id) + ": ;preds= "); in PrintGraph() local
1362 std::string log; in PrintBytecodeInfo() local
Dcircuit_optimizer.cpp1680 std::string log = "[global-value-numbering] replace ["; in Print() local
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Dstring_logger.rb22 def log(level, *args) method in TestRunner.Reporters.StringLogger
45 def log(_level, *args) method in TestRunner.Reporters.SeparateFileLogger
/arkcompiler/ets_runtime/test/moduletest/assignproxy/
Dassignproxy.js22 var log = ""; variable
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py47 def log(msg): function
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb53 def self.log(level, *args) singletonMethod
/arkcompiler/runtime_core/runtime/tests/
Dgc_log_test.cpp143 std::string log; member in panda::mem::GCTestLog
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.cpp1086 std::string log = CollectGateTypeLogInfo(valueGate, debugExtractor, "[TypeAssertion] "); in TypeCheck() local
1107 std::string log; in FilterAnyTypeGates() local
1122 std::string log(logPreFix); in CollectGateTypeLogInfo() local
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb54 def log method
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp106 CompilerLog *log {nullptr}; member in panda::test::StubTest
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property