Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dasync_hooks.js92 kDefaultTriggerAsyncId, kStackLength, kUsesExecutionAsyncResource,
119 const index = async_hook_fields[kStackLength] - 1;
150 const index = async_hook_fields[kStackLength] - 1;
522 return hasHooks(kStackLength);
528 const offset = async_hook_fields[kStackLength];
534 async_hook_fields[kStackLength]++;
542 const stackLength = async_hook_fields[kStackLength];
554 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/abseil-cpp/absl/debugging/internal/
Dstacktrace_generic-inl.inc67 static const int kStackLength = 64;
68 void * stack[kStackLength];
71 size = backtrace(stack, kStackLength);
/third_party/node/src/
Denv-inl.h163 uint32_t offset = fields_[kStackLength]; in push_async_context()
168 fields_[kStackLength] += 1; in push_async_context()
191 if (fields_[kStackLength] == 0) return false; in pop_async_context()
212 uint32_t offset = fields_[kStackLength] - 1; in pop_async_context()
215 fields_[kStackLength] = offset; in pop_async_context()
242 return fields_[kStackLength] > 0; in pop_async_context()
259 fields_[kStackLength] = 0; in clear_async_id_stack()
Dasync_wrap.cc462 SET_HOOKS_CONSTANT(kStackLength); in Initialize()
Denv.h640 kStackLength, enumerator