Home
last modified time | relevance | path

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

1234

/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/abc2program/
Dabc2program_log.cpp21 namespace log { namespace
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dvmb.py34 log = logging.getLogger("vmb") variable
Drun.py30 log = logging.getLogger('vmb') variable
/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/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/platforms/
Dv_8_ohos.py22 log = logging.getLogger('vmb') variable
Darkts_ohos.py22 log = logging.getLogger('vmb') variable
Dv_8_host.py23 log = logging.getLogger('vmb') variable
Dark_js_vm_ohos.py28 log = logging.getLogger('vmb') variable
Dark_js_vm_host.py28 log = logging.getLogger('vmb') variable
Dswift_device.py25 log = logging.getLogger('vmb') variable
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/
Dimport_esm_without_extention.py23 log = logging.getLogger('vmb') variable
Dfix_arktsconfig.py27 log = logging.getLogger('vmb') variable
Dfix_print_call.py25 log = logging.getLogger('vmb') variable
Dgclog.py30 log = logging.getLogger('vmb') variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h141 …FileGenerator(const CompilerLog *log, const MethodLogList *logList) : log_(log), logList_(logList)… in FileGenerator()
185 : FileGenerator(log, logList), compilationEnv_(env), cfg_(triple), useLiteCG_(useLiteCG) {} in FileGenerator() argument
247 … StubFileGenerator(const CompilerLog* log, const MethodLogList* logList, const std::string& triple, in StubFileGenerator()
Dstub_compiler.h28 CompilerLog *log, MethodLogList *logList, bool concurrentCompile) in StubCompiler()
Dstub_compiler.cpp36 StubPassData(Stub *stub, LLVMModule *module, CompilerLog *log) in StubPassData()
103 CompilerLog *log = GetLog(); in RunPipeline() local
135 CompilerLog *log = GetLog(); in BuildStubModuleAndSave() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/
Dark.py25 log = logging.getLogger('vmb') variable
Dtsc.py24 log = logging.getLogger('vmb') variable
Dswiftc.py24 log = logging.getLogger('vmb') variable
/arkcompiler/ets_runtime/test/moduletest/assignproxy/
Dassignproxy.js22 var log = ""; variable
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/plugins/platforms/
Ddummy_host.py26 log = logging.getLogger('vmb') variable

1234