Home
last modified time | relevance | path

Searched refs:DebugCategory (Results 1 - 13 of 13) sorted by relevance

/third_party/node/src/
H A Ddebug_utils.h55 enum class DebugCategory : unsigned int { class
67 bool FORCE_INLINE enabled(DebugCategory category) const { in enabled()
81 void set_enabled(DebugCategory category) { in set_enabled()
91 DebugCategory cat,
96 DebugCategory cat,
101 Debug(Environment* env, DebugCategory cat, const char* format, Args&&... args);
104 DebugCategory cat,
109 DebugCategory cat,
176 inline void FORCE_INLINE Debug(DebugCategory cat,
180 inline void FORCE_INLINE Debug(DebugCategory ca
[all...]
H A Ddebug_utils-inl.h137 DebugCategory cat, in Debug()
145 DebugCategory cat, in Debug()
153 Debug(Environment* env, DebugCategory cat, const char* format, Args&&... args) { in Debug()
158 DebugCategory cat, in Debug()
165 DebugCategory cat, in Debug()
186 static_cast<DebugCategory>(async_wrap->provider_type()), in UnconditionalAsyncWrapDebug()
196 DebugCategory cat = static_cast<DebugCategory>(async_wrap->provider_type()); in Debug()
211 inline void FORCE_INLINE Debug(DebugCategory cat, in Debug()
217 inline void FORCE_INLINE Debug(DebugCategory ca
[all...]
H A Dnode_snapshotable.cc145 DebugCategory::MKSNAPSHOT)) {} in SnapshotSerializerDeserializer()
150 DebugCategory::MKSNAPSHOT, format, std::forward<Args>(args)...); in Debug()
613 per_process::Debug(DebugCategory::MKSNAPSHOT, in Read()
645 per_process::Debug(DebugCategory::MKSNAPSHOT, in Read()
683 per_process::Debug(DebugCategory::MKSNAPSHOT, in Read()
712 per_process::Debug(DebugCategory::MKSNAPSHOT, "Read<RealmSerializeInfo>()\n"); in Read()
740 per_process::Debug(DebugCategory::MKSNAPSHOT, "Read<EnvSerializeInfo>()\n"); in Read()
790 per_process::Debug(DebugCategory::MKSNAPSHOT, "Read<SnapshotMetadata>()\n"); in Read()
1222 if (per_process::enabled_debug_list.enabled(DebugCategory::MKSNAPSHOT)) { in Generate()
1240 per_process::Debug(DebugCategory in Generate()
[all...]
H A Denv.cc335 if (per_process::enabled_debug_list.enabled(DebugCategory::MKSNAPSHOT)) { in DeserializeProperties()
1598 if (enabled_debug_list()->enabled(DebugCategory::MKSNAPSHOT)) { in PrintInfoForSnapshotIfDebug()
1652 if (enabled_debug_list_.enabled(DebugCategory::MKSNAPSHOT)) { in DeserializeProperties()
1705 DebugCategory::DIAGNOSTICS, in NearHeapLimitCallback()
1730 DebugCategory::DIAGNOSTICS, in NearHeapLimitCallback()
1745 DebugCategory::DIAGNOSTICS, in NearHeapLimitCallback()
1764 DebugCategory::DIAGNOSTICS, in NearHeapLimitCallback()
1776 DebugCategory::DIAGNOSTICS, in NearHeapLimitCallback()
1794 Debug(env, DebugCategory::DIAGNOSTICS, "Start generating %s...\n", *name); in NearHeapLimitCallback()
1800 DebugCategory in NearHeapLimitCallback()
[all...]
H A Dinspector_agent.cc249 per_process::Debug(DebugCategory::INSPECTOR_SERVER, in dispatchProtocolMessage()
301 DebugCategory::INSPECTOR_SERVER)) { in sendMessageToFrontend()
303 per_process::Debug(DebugCategory::INSPECTOR_SERVER, in sendMessageToFrontend()
H A Dnode_builtins.cc297 per_process::Debug(DebugCategory::CODE_CACHE, in LookupAndCompileInternal()
331 per_process::Debug(DebugCategory::CODE_CACHE, in LookupAndCompileInternal()
501 per_process::Debug(DebugCategory::CODE_CACHE, in CompileAllBuiltins()
H A Djs_native_api_v8_inspector.cc856 using node::DebugCategory;
920 per_process::Debug(DebugCategory::INSPECTOR_SERVER, in dispatchProtocolMessage()
972 DebugCategory::INSPECTOR_SERVER)) { in sendMessageToFrontend()
974 per_process::Debug(DebugCategory::INSPECTOR_SERVER, in sendMessageToFrontend()
H A Ddebug_utils.cc79 set_enabled(DebugCategory::name); \ in Parse()
H A Dnode_worker.cc251 DebugCategory::DIAGNOSTICS, in NearHeapLimit()
H A Dnode_wasi.cc18 Debug(wasi->env(), DebugCategory::WASI, std::forward<Args>(args)...); in Debug()
H A Dnode_http2.cc349 Debug(env, DebugCategory::HTTP2STREAM, in Http2Priority()
/third_party/node/src/permission/
H A Dfs_permission.cc83 per_process::Debug(DebugCategory::PERMISSION_MODEL, in PrintTree()
88 per_process::Debug(DebugCategory::PERMISSION_MODEL, in PrintTree()
96 per_process::Debug(DebugCategory::PERMISSION_MODEL, in PrintTree()
103 per_process::Debug(DebugCategory::PERMISSION_MODEL, in PrintTree()
108 per_process::Debug(DebugCategory::PERMISSION_MODEL, in PrintTree()
222 DebugCategory::PERMISSION_MODEL))) { in Insert()
223 per_process::Debug(DebugCategory::PERMISSION_MODEL, "Inserting %s\n", path); in Insert()
/third_party/node/src/large_pages/
H A Dnode_large_page.cc124 DebugCategory::HUGEPAGES, in Debug()

Completed in 22 milliseconds