Home
last modified time | relevance | path

Searched refs:kInit (Results 1 – 7 of 7) sorted by relevance

/third_party/node/lib/internal/
Dasync_hooks.js90 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve,
287 destination[kInit] = source[kInit];
467 return hasHooks(kInit);
486 if (!hasHooks(kInit))
579 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve property
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dmemory_scheduler.cc56 Record(key, kInit, mem_size); in Init()
95 if (event->type == kInit) { in PreCompute()
215 if (first_event->type == kInit && mem_events.size() > 1) { in CountMemUsage()
267 if (first_event->type == kInit && mem_events.size() > 1) { in GenEventSpan()
321 if (first_event->type == kInit) { in GenEvents()
330 if ((first_event->type == kInit || first_event->type == kMalloc) && in GenEvents()
Dmemory_scheduler.h41 enum EventType { kInit, kMalloc, kGet, kFree, kSwapIn, kSwapOut }; enumerator
/third_party/node/lib/
Dasync_hooks.js60 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve,
101 hook_fields[kTotals] = hook_fields[kInit] += +!!this[init_symbol];
127 hook_fields[kTotals] = hook_fields[kInit] -= +!!this[init_symbol];
/third_party/node/src/
Dasync_wrap.cc450 SET_HOOKS_CONSTANT(kInit); in Initialize()
660 if (async_hooks->fields()[AsyncHooks::kInit] == 0) { in EmitAsyncInit()
Denv.h633 kInit, enumerator
/third_party/node/lib/internal/http2/
Dcore.js212 const kInit = Symbol('init'); constant
724 this[kInit](ret.id(), ret);
1929 [kInit](id, handle) {
2579 this[kInit](id, handle);
2886 this[kInit](id, handle);