HomeSort by relevance Sort by last modified time
    Searched defs:stack_depth (Results 1 - 21 of 21) 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/wasm/
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_
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...]
  /external/strace/
unwind.c 377 int stack_depth; local
389 for (stack_depth = 0; stack_depth < 256; ++stack_depth) {
396 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/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();
  /external/deqp/external/openglcts/modules/gl/
gl4cKHRDebugTests.cpp 2140 GLint stack_depth = 0; local
    [all...]
  /external/libchrome/base/debug/
activity_tracker.cc 267 size_t stack_depth; local
268 const void* const* stack_addrs = stack_trace.Addresses(&stack_depth);
271 for (i = 1; i < stack_depth && i < kActivityCallStackSize; ++i) {
1299 MakeUnique<LocalPersistentMemoryAllocator>(size, id, name), stack_depth, local
    [all...]
  /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/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/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/openjdkjvmti/include/
jvmti.h 527 jint stack_depth; member in struct:_jvmtiMonitorStackDepthInfo
    [all...]
  /art/runtime/
debugger.cc 3173 int stack_depth = GetStackDepth(thread); local
3198 int stack_depth = GetStackDepth(thread); local
3850 int stack_depth; member in struct:art::SingleStepStackVisitor
5291 size_t stack_depth = record->GetDepth(); local
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h 527 jint stack_depth; member in struct:_jvmtiMonitorStackDepthInfo
    [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...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jvmti.h 529 jint stack_depth; member in struct:_jvmtiMonitorStackDepthInfo
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jvmti.h 529 jint stack_depth; member in struct:_jvmtiMonitorStackDepthInfo
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 1012 milliseconds