/arkcompiler/ets_frontend/arkguard/test/grammar/advanced_type/ |
D | intersection_types.ts | 37 log(): void; method 41 log(): void { method in ConsoleLogger
|
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
D | string_logger.rb | 22 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/ |
D | file2.ts | 29 log(message?: any, ...optionalParams: any[]): void; method
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | constructorWithParameterPropertiesAndPrivateFields.es2015.ts | 69 log() { method in B
|
D | typeGuardIntersectionTypes.ts | 109 declare function log(s: string): void; function
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | file_generators.h | 113 …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()
|
D | stub_compiler.h | 28 CompilerLog *log, MethodLogList *logList) in StubCompiler()
|
D | stub_compiler.cpp | 36 StubPassData(Stub *stub, LLVMModule *module, CompilerLog *log) in StubPassData() 103 CompilerLog *log = GetLog(); in RunPipeline() local 134 CompilerLog *log = GetLog(); in BuildStubModuleAndSave() local
|
D | pass_manager.h | 34 …PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, LLVMMod… in PassContext() 175 … CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager()
|
D | file_generators.cpp | 68 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() 212 … const CompilerLog &log, const MethodLogList &logList, std::ostringstream &codeStream) in DisassemblerFunc()
|
D | llvm_codegen.cpp | 369 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()
|
D | compiler_log.cpp | 88 …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()
|
D | graph_visitor.cpp | 151 std::string log; in PrintStack() local
|
D | gate.cpp | 719 …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()
|
D | aot_compiler.cpp | 176 CompilerLog log(logOption); in Main() local
|
D | compilation_driver.cpp | 30 CompilerLog *log, in CompilationDriver()
|
D | range_analysis.cpp | 293 std::string log = ""; in PrintRangeInfo() local
|
D | bytecode_circuit_builder.cpp | 1606 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/ |
D | assignproxy.js | 22 var log = ""; variable
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
D | run_benchmark.py | 47 def log(msg): function
|
/arkcompiler/runtime_core/tests/cts-generator/runner/ |
D | runner.rb | 53 def self.log(level, *args) singletonMethod
|
/arkcompiler/runtime_core/tests/checked/ |
D | checker.rb | 54 def log method
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | type_literal_extractor.cpp | 123 std::string log("[TypeLiteral] TypeOffset: "); in Print() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | pgo_type_infer.cpp | 241 std::string log("\"id\"=" + std::to_string(acc_.GetId(value.gate)) + in Print() local
|
D | method_type_infer.cpp | 1414 std::string log = CollectGateTypeLogInfo(valueGate, debugExtractor, "[TypeAssertion] "); in TypeCheck() local 1426 std::string log(logPreFix); in CollectGateTypeLogInfo() local
|