Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/arkguard/test/grammar/advanced_type/
Dintersection_types.ts37 log(): void; method
41 log(): void { method in ConsoleLogger
/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/runtime_core/static_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/runtime_core/static_core/runtime/tests/
Dexplicit_gc_test.cpp95 std::string log; in TEST_F() local
150 std::string log; in TEST_F() local
178 std::string log; in TEST_F() local
206 std::string log; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h38 …PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, IRModul… in PassContext()
144CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager()
174 CompilerLog *log, AotMethodLogList *logList, in JitPassManager()
Dfile_generators.h138 …FileGenerator(const CompilerLog *log, const MethodLogList *logList) : log_(log), logList_(logList)… in FileGenerator()
182 : FileGenerator(log, logList), vm_(vm), cfg_(triple), useLiteCG_(useLiteCG) {} in FileGenerator() argument
240 … StubFileGenerator(const CompilerLog *log, const MethodLogList *logList, const std::string &triple) in StubFileGenerator()
Dstub_compiler.h28 CompilerLog *log, MethodLogList *logList) in StubCompiler()
Dstub_compiler.cpp36 StubPassData(Stub *stub, LLVMModule *module, CompilerLog *log) in StubPassData()
103 CompilerLog *log = GetLog(); in RunPipeline() local
134 CompilerLog *log = GetLog(); in BuildStubModuleAndSave() local
Dcompiler_log.cpp88 …Scope::TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* log) in TimeScope()
99 TimeScope::TimeScope(std::string name, CompilerLog* log) in TimeScope()
Daot_compiler.cpp98 CompilerLog log(cOptions.logOption_); in Main() local
Dllvm_codegen.cpp430 void LLVMAssembler::Run(const CompilerLog &log, bool fastCompileMode) in Run()
502 …::CalleeRegAndOffsetVec LLVMAssembler::GetCalleeReg2Offset(LLVMValueRef fn, const CompilerLog &log) in GetCalleeReg2Offset()
527 int LLVMAssembler::GetFpDeltaPrevFramSp(LLVMValueRef fn, const CompilerLog &log) in GetCalleeReg2Offset()
646 const CompilerLog &log, const MethodLogList &logList, in GetCalleeReg2Offset()
Dfile_generators.cpp82 uint32_t moduleIndex, const CompilerLog &log) in CollectFuncEntryInfo()
124 uint32_t moduleIndex, const CompilerLog &log) in CollectFuncEntryInfo()
306 void Module::RunAssembler(const CompilerLog &log, bool fastCompileMode) in RunAssembler()
312const CompilerLog &log, const MethodLogList &logList, std::ostringstream &codeStream) in DisassemblerFunc()
Dgate.cpp735 …std::string log("{\"id\":" + std::to_string(id_) + ", \"op\":\"" + GateMetaData::Str(opcode) + "\"… in Print() local
795 …std::string log("(\"id\"=" + std::to_string(id_) + ", \"op\"=\"" + GateMetaData::Str(opcode) + "\"… in ShortPrint() local
848 std::string &log, bool isEnd) const in PrintInGate()
Dcombined_pass_visitor.cpp216 std::string log; in PrintStack() local
Daot_compiler_preprocessor.cpp122 …ilerPreprocessor::SetShouldCollectLiteralInfo(CompilationOptions &cOptions, const CompilerLog *log) in SetShouldCollectLiteralInfo()
Drange_analysis.cpp310 std::string log = ""; in PrintRangeInfo() local
Dcompilation_driver.cpp30 CompilerLog *log, in CompilationDriver()
/arkcompiler/ets_runtime/test/moduletest/assignproxy/
Dassignproxy.js22 var log = ""; variable
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py47 def log(msg): function
/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/static_core/tests/cts-generator/runner/
Drunner.rb53 def self.log(level, *args) singletonMethod
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp81 void LiteCGAssembler::Run(const CompilerLog &log, [[maybe_unused]] bool fastCompileMode) in Run()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_logging.cpp31 LogInfo &log = logInfo; variable
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp90 std::string log("\"id\"=" + std::to_string(acc_.GetId(value.gate)) + in Print() local

12