Home
last modified time | relevance | path

Searched defs:log (Results 1 – 25 of 29) 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/ets_runtime/test/typeinfer/automatedcases/crashInResolveInterface/
Dfile2.ts29 log(message?: any, ...optionalParams: any[]): void; method
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DconstructorWithParameterPropertiesAndPrivateFields.es2015.ts69 log() { method in B
DtypeGuardIntersectionTypes.ts109 declare function log(s: string): void; function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h113 …FileGenerator(const CompilerLog *log, const MethodLogList *logList) : log_(log), logList_(logList)… in FileGenerator()
155 …AOTFileGenerator(const CompilerLog *log, const MethodLogList *logList, EcmaVM* vm, const std::stri… in AOTFileGenerator()
214 … 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
Dpass_manager.h34 …PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, LLVMMod… in PassContext()
175CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager()
Dfile_generators.cpp68 uint32_t moduleIndex, const CompilerLog &log) in CollectFuncEntryInfo()
104 uint32_t moduleIndex, const CompilerLog &log) in CollectFuncEntryInfo()
206 void Module::RunAssembler(const CompilerLog &log, bool fastCompileMode) in RunAssembler()
212const CompilerLog &log, const MethodLogList &logList, std::ostringstream &codeStream) in DisassemblerFunc()
Dllvm_codegen.cpp369 void LLVMAssembler::Run(const CompilerLog &log, bool fastCompileMode) in Run()
450 …::CalleeRegAndOffsetVec LLVMAssembler::GetCalleeReg2Offset(LLVMValueRef fn, const CompilerLog &log) in GetCalleeReg2Offset()
475 int LLVMAssembler::GetFpDeltaPrevFramSp(LLVMValueRef fn, const CompilerLog &log) in GetCalleeReg2Offset()
594 const CompilerLog &log, const MethodLogList &logList, in GetCalleeReg2Offset()
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()
Dgraph_visitor.cpp151 std::string log; in PrintStack() local
Dgate.cpp719 …std::string log("{\"id\":" + std::to_string(id_) + ", \"op\":\"" + GateMetaData::Str(opcode) + "\"… in Print() local
778 …std::string log("(\"id\"=" + std::to_string(id_) + ", \"op\"=\"" + GateMetaData::Str(opcode) + "\"… in ShortPrint() local
831 std::string &log, bool isEnd) const in PrintInGate()
Daot_compiler.cpp176 CompilerLog log(logOption); in Main() local
Dcompilation_driver.cpp30 CompilerLog *log, in CompilationDriver()
Drange_analysis.cpp293 std::string log = ""; in PrintRangeInfo() local
Dbytecode_circuit_builder.cpp1606 std::string log("B" + std::to_string(bb.id) + ": ;preds= "); in PrintGraph() local
1678 std::string log; in PrintBytecodeInfo() local
/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/tests/checked/
Dchecker.rb54 def log method
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.cpp123 std::string log("[TypeLiteral] TypeOffset: "); in Print() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp241 std::string log("\"id\"=" + std::to_string(acc_.GetId(value.gate)) + in Print() local
Dmethod_type_infer.cpp1414 std::string log = CollectGateTypeLogInfo(valueGate, debugExtractor, "[TypeAssertion] "); in TypeCheck() local
1426 std::string log(logPreFix); in CollectGateTypeLogInfo() local

12