HomeSort by relevance Sort by last modified time
    Searched defs:stack_depth (Results 1 - 11 of 11) 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/strace/
unwind.c 358 int stack_depth; local
370 for (stack_depth = 0; stack_depth < 256; ++stack_depth) {
377 if (stack_depth >= 256)
  /external/v8/src/crankshaft/
hydrogen-bce.cc 360 int stack_depth = 1; local
363 while (stack_depth > 0) {
364 int current = stack_depth - 1;
371 int next = stack_depth++;
378 stack_depth--;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 1287 unsigned stack_depth = 0; local
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 775 int stack_depth; member in struct:v8::internal::FullCodeGenerator::HandlerTableEntry
    [all...]
full-codegen.cc 134 table->SetRangeData(i, handler_table_[i].stack_depth);
955 int stack_depth = current->GetStackDepthAtTarget(); local
956 int stack_drop = operand_stack_depth_ - stack_depth;
995 int stack_depth = current->GetStackDepthAtTarget(); local
996 int stack_drop = operand_stack_depth_ - stack_depth;
    [all...]
  /external/v8/src/wasm/
ast-decoder.cc 79 int stack_depth; // stack height at the beginning of the construct. member in struct:v8::internal::wasm::Control
705 Value val = PopUpTo(c->stack_depth);
725 Value val = PopUpTo(c->stack_depth);
741 stack_.resize(c->stack_depth);
1108 int stack_depth = static_cast<int>(stack_.size()); local
1114 int stack_depth = static_cast<int>(stack_.size()); local
1120 int stack_depth = static_cast<int>(stack_.size()); local
    [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 2659 int stack_depth = -1; local
    [all...]
  /external/v8/src/
isolate.cc 1178 int stack_depth = 0; \/\/ Will contain operand stack depth of handler. local
    [all...]
  /art/runtime/
debugger.cc 3045 int stack_depth = GetStackDepth(thread); local
3070 int stack_depth = GetStackDepth(thread); local
3715 int stack_depth; member in struct:art::SingleStepStackVisitor
5038 size_t stack_depth = record->GetDepth(); local
    [all...]

Completed in 396 milliseconds