Searched refs:kInit (Results 1 – 7 of 7) sorted by relevance
/third_party/node/lib/internal/ |
D | async_hooks.js | 90 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/ |
D | memory_scheduler.cc | 56 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()
|
D | memory_scheduler.h | 41 enum EventType { kInit, kMalloc, kGet, kFree, kSwapIn, kSwapOut }; enumerator
|
/third_party/node/lib/ |
D | async_hooks.js | 60 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/ |
D | async_wrap.cc | 450 SET_HOOKS_CONSTANT(kInit); in Initialize() 660 if (async_hooks->fields()[AsyncHooks::kInit] == 0) { in EmitAsyncInit()
|
D | env.h | 633 kInit, enumerator
|
/third_party/node/lib/internal/http2/ |
D | core.js | 212 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);
|