Searched refs:logDebug (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
D | NapiLog.js | 66 NapiLog.logDebug = function (...args) { function in NapiLog
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | file_generators.h | 164 …ule* AddModule(const std::string &name, const std::string &triple, LOptions option, bool logDebug); 222 LOptions option, bool logDebug, StubFileKind k);
|
D | file_generators.cpp | 313 …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()
|