Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dsampler.h45 void** frames, size_t frames_limit,
Dsampler.cc707 void** frames, size_t frames_limit, in GetStackSample() argument
723 while (!it.done() && i < frames_limit) { in GetStackSample()
/external/v8/src/
Dapi.cc7359 size_t frames_limit, SampleInfo* sample_info) { in GetStackSample() argument
7362 frames, frames_limit, sample_info); in GetStackSample()
/external/v8/include/
Dv8.h5603 size_t frames_limit, SampleInfo* sample_info);