Home
last modified time | relevance | path

Searched refs:logDebug (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DNapiLog.js66 NapiLog.logDebug = function (...args) { function in NapiLog
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h164 …ule* AddModule(const std::string &name, const std::string &triple, LOptions option, bool logDebug);
222 LOptions option, bool logDebug, StubFileKind k);
Dfile_generators.cpp313 …ator::AddModule(const std::string &name, const std::string &triple, LOptions option, bool logDebug) in AddModule() argument
315 LLVMModule* m = new LLVMModule(vm_->GetNativeAreaAllocator(), name, logDebug, triple); in AddModule()
332 LOptions option, bool logDebug, StubFileKind kind) in AddModule() argument
334 LLVMModule* m = new LLVMModule(allocator, name, logDebug, triple); in AddModule()