/third_party/node/src/ |
H A D | debug_utils.h | 55 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 D | debug_utils-inl.h | 137 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 D | node_snapshotable.cc | 145 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 D | env.cc | 335 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 D | inspector_agent.cc | 249 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 D | node_builtins.cc | 297 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 D | js_native_api_v8_inspector.cc | 856 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 D | debug_utils.cc | 79 set_enabled(DebugCategory::name); \ in Parse()
|
H A D | node_worker.cc | 251 DebugCategory::DIAGNOSTICS, in NearHeapLimit()
|
H A D | node_wasi.cc | 18 Debug(wasi->env(), DebugCategory::WASI, std::forward<Args>(args)...); in Debug()
|
H A D | node_http2.cc | 349 Debug(env, DebugCategory::HTTP2STREAM, in Http2Priority()
|
/third_party/node/src/permission/ |
H A D | fs_permission.cc | 83 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 D | node_large_page.cc | 124 DebugCategory::HUGEPAGES, in Debug()
|