Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dasync_hooks.js90 kDefaultTriggerAsyncId, kStackLength, kUsesExecutionAsyncResource,
117 const index = async_hook_fields[kStackLength] - 1;
146 const index = async_hook_fields[kStackLength] - 1;
532 return hasHooks(kStackLength);
538 const offset = async_hook_fields[kStackLength];
544 async_hook_fields[kStackLength]++;
552 const stackLength = async_hook_fields[kStackLength];
564 async_hook_fields[kStackLength] = offset;
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dstacktrace_generic-inl.inc56 static const int kStackLength = 64;
57 void * stack[kStackLength];
60 size = backtrace(stack, kStackLength);
Dstacktrace_emscripten-inl.inc73 constexpr int kStackLength = 64;
74 void *stack[kStackLength];
78 size = emscripten_stack_unwind_buffer(pc, stack, kStackLength);
/third_party/node/typings/internalBinding/
Dasync_wrap.d.ts123 kStackLength: 7;
/third_party/node/src/
Denv.cc103 uint32_t offset = fields_[kStackLength]; in push_async_context()
107 fields_[kStackLength] += 1; in push_async_context()
129 if (UNLIKELY(fields_[kStackLength] == 0)) return false; in pop_async_context()
138 uint32_t offset = fields_[kStackLength] - 1; in pop_async_context()
141 fields_[kStackLength] = offset; in pop_async_context()
167 return fields_[kStackLength] > 0; in pop_async_context()
185 fields_[kStackLength] = 0; in clear_async_id_stack()
Dasync_wrap.cc427 SET_HOOKS_CONSTANT(kStackLength); in Initialize()
Denv.h242 kStackLength, enumerator