HomeSort by relevance Sort by last modified time
    Searched refs:stack_depth (Results 1 - 25 of 25) sorted by null

  /external/valgrind/perf/
many-loss-records.c 18 /* we will create stack_fan_out ^ stack_depth different call stacks */
20 int stack_depth = 4; variable
86 if (level == stack_depth) {
203 for (d = 0; d < stack_depth; d++)
  /external/v8/src/profiler/
heap-profiler.h 34 bool StartSamplingHeapProfiler(uint64_t sample_interval, int stack_depth,
heap-profiler.cc 101 uint64_t sample_interval, int stack_depth,
107 heap(), names_.get(), sample_interval, stack_depth, flags));
sampling-heap-profiler.h 45 int stack_depth, v8::HeapProfiler::SamplingFlags flags);
sampling-heap-profiler.cc 52 Heap* heap, StringsStorage* names, uint64_t rate, int stack_depth,
65 stack_depth_(stack_depth),
  /external/strace/
unwind.c 365 int stack_depth; local
377 for (stack_depth = 0; stack_depth < 256; ++stack_depth) {
384 if (stack_depth >= 256)
  /external/v8/src/crankshaft/
hydrogen-bce.cc 362 int stack_depth = 1; local
365 while (stack_depth > 0) {
366 int current = stack_depth - 1;
373 int next = stack_depth++;
380 stack_depth--;
  /external/v8/src/wasm/
function-body-decoder.cc 106 size_t stack_depth; // stack height at the beginning of the construct. member in struct:v8::internal::wasm::Control
122 static Control Block(const byte* pc, size_t stack_depth, SsaEnv* end_env,
124 return {pc, kControlBlock, stack_depth, end_env, nullptr,
128 static Control If(const byte* pc, size_t stack_depth, SsaEnv* end_env,
130 return {pc, kControlIf, stack_depth, end_env, false_env,
134 static Control Loop(const byte* pc, size_t stack_depth, SsaEnv* end_env,
136 return {pc, kControlLoop, stack_depth, end_env, nullptr,
140 static Control Try(const byte* pc, size_t stack_depth, SsaEnv* end_env,
144 return {pc, kControlTry, stack_depth, end_env, nullptr,
785 stack_.resize(c->stack_depth);
    [all...]
wasm-debug.cc 170 int stack_depth = thread->GetFrameCount(); local
171 if (stack_depth == last_step_stack_depth_) return thread->Step();
172 thread->AddBreakFlags(stack_depth > last_step_stack_depth_
  /external/v8/src/compiler/
scheduler.cc 748 int stack_depth = Push(stack_, 0, entry, kBlockUnvisited1); local
751 while (stack_depth > 0) {
752 int current = stack_depth - 1;
770 stack_depth = Push(stack_, stack_depth, succ, kBlockUnvisited1);
776 stack_depth--;
795 stack_depth = Push(stack_, 0, entry, kBlockUnvisited2);
796 while (stack_depth > 0) {
797 SpecialRPOStackFrame* frame = &stack_[stack_depth - 1];
842 stack_depth = Push(stack_, stack_depth, succ, kBlockUnvisited2)
    [all...]
ast-graph-builder.cc 1811 int stack_depth = -1; local
    [all...]
  /external/v8/include/
v8-profiler.h 762 * |stack_depth| parameter controls the maximum number of stack frames to be
776 int stack_depth = 16,
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 647 unsigned stack_depth = 0; local
649 assert(stack_depth == _mesa_bitcount(i)); /* Loop invariant */
652 assert(stack_depth < ARRAY_SIZE(texture_data));
657 texture_data[stack_depth++] = blorp_nir_txf_ms(b, v, ms_pos, mcs, dst_type);
693 assert(stack_depth >= 2);
694 --stack_depth;
697 texture_data[stack_depth - 1] =
698 nir_fadd(b, texture_data[stack_depth - 1],
699 texture_data[stack_depth]);
704 assert(stack_depth == 1)
    [all...]
  /external/v8/src/regexp/
interpreter-irregexp.cc 66 int stack_depth,
79 stack_depth,
  /external/v8/src/full-codegen/
full-codegen.cc 952 int stack_depth = current->GetStackDepthAtTarget(); local
953 int stack_drop = operand_stack_depth_ - stack_depth;
984 int stack_depth = current->GetStackDepthAtTarget(); local
985 int stack_drop = operand_stack_depth_ - stack_depth;
    [all...]
  /art/runtime/
debugger.h 96 int stack_depth, ArtMethod* method)
98 stack_depth_(stack_depth), method_(method) {
    [all...]
debugger.cc 3096 int stack_depth = GetStackDepth(thread); local
3121 int stack_depth = GetStackDepth(thread); local
3773 int stack_depth; member in struct:art::SingleStepStackVisitor
5193 size_t stack_depth = record->GetDepth(); local
    [all...]
thread.h 561 // frames as will fit are written into the given array. If stack_depth is non-null, it's updated
565 jobjectArray output_array = nullptr, int* stack_depth = nullptr)
    [all...]
thread.cc     [all...]
  /external/v8/src/runtime/
runtime-test.cc 247 int stack_depth = args.length() == 1 ? args.smi_at(0) : 0; local
251 while (!it.done() && stack_depth--) it.Advance();
  /art/runtime/openjdkjvmti/include/
jvmti.h 527 jint stack_depth; member in struct:_jvmtiMonitorStackDepthInfo
    [all...]
  /external/v8/src/
frames.cc     [all...]
api.cc     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h 527 jint stack_depth; member in struct:_jvmtiMonitorStackDepthInfo
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h 527 jint stack_depth; member in struct:_jvmtiMonitorStackDepthInfo
    [all...]

Completed in 1564 milliseconds