Home
last modified time | relevance | path

Searched refs:frames_limit (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dtick-sample.cc208 void** frames, size_t frames_limit, in GetStackSample() argument
316 for (; !it.done() && i < frames_limit; it.Advance()) { in GetStackSample()
319 i < frames_limit) { in GetStackSample()
324 if (i == frames_limit) break; in GetStackSample()
Dtick-sample.h78 void** frames, size_t frames_limit,
/third_party/node/deps/v8/include/
Dv8-isolate.h825 size_t frames_limit, SampleInfo* sample_info);
/third_party/node/deps/v8/src/api/
Dapi.cc9029 size_t frames_limit, SampleInfo* sample_info) { in GetStackSample() argument
9034 frames_limit, sample_info)) { in GetStackSample()