Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dtick-sample.cc186 void** frames, size_t frames_limit, in GetStackSample() argument
243 for (; !it.done() && i < frames_limit; it.Advance()) { in GetStackSample()
245 i < frames_limit) { in GetStackSample()
249 if (i == frames_limit) break; in GetStackSample()
/external/v8/include/
Dv8-profiler.h115 void** frames, size_t frames_limit,
Dv8.h6649 size_t frames_limit, SampleInfo* sample_info);
/external/v8/src/
Dapi.cc8165 size_t frames_limit, SampleInfo* sample_info) { in GetStackSample() argument
8168 frames, frames_limit, sample_info)) { in GetStackSample()