HomeSort by relevance Sort by last modified time
    Searched refs:stack_depth (Results 1 - 24 of 24) 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/
ast-decoder.cc 104 int stack_depth; // stack height at the beginning of the construct. member in struct:v8::internal::wasm::Control
119 static Control Block(const byte* pc, int stack_depth, SsaEnv* end_env,
121 return {pc, kControlBlock, stack_depth, end_env,
125 static Control If(const byte* pc, int stack_depth, SsaEnv* end_env,
127 return {pc, kControlIf, stack_depth, end_env,
131 static Control Loop(const byte* pc, int stack_depth, SsaEnv* end_env,
133 return {pc, kControlLoop, stack_depth, end_env,
137 static Control Try(const byte* pc, int stack_depth, SsaEnv* end_env,
141 return {pc, kControlTry, stack_depth, end_env,
419 stack_.resize(c->stack_depth);
1281 const int stack_depth = static_cast<int>(stack_.size()); local
1287 const int stack_depth = static_cast<int>(stack_.size()); local
1293 const int stack_depth = static_cast<int>(stack_.size()); local
1299 const int stack_depth = static_cast<int>(stack_.size()); local
    [all...]
  /external/v8/src/profiler/
heap-profiler.h 34 bool StartSamplingHeapProfiler(uint64_t sample_interval, int stack_depth,
heap-profiler.cc 88 uint64_t sample_interval, int stack_depth,
94 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 361 int stack_depth; local
373 for (stack_depth = 0; stack_depth < 256; ++stack_depth) {
380 if (stack_depth >= 256)
  /external/v8/src/crankshaft/
hydrogen-bce.cc 361 int stack_depth = 1; local
364 while (stack_depth > 0) {
365 int current = stack_depth - 1;
372 int next = stack_depth++;
379 stack_depth--;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 1287 unsigned stack_depth = 0; 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 2592 int stack_depth = -1; local
    [all...]
  /external/v8/include/
v8-profiler.h 744 * |stack_depth| parameter controls the maximum number of stack frames to be
758 int stack_depth = 16,
  /external/v8/src/regexp/
interpreter-irregexp.cc 65 int stack_depth,
78 stack_depth,
  /external/v8/src/full-codegen/
full-codegen.cc 188 table->SetRangeData(i, handler_table_[i].stack_depth);
1005 int stack_depth = current->GetStackDepthAtTarget(); local
1006 int stack_drop = operand_stack_depth_ - stack_depth;
1046 int stack_depth = current->GetStackDepthAtTarget(); local
    [all...]
full-codegen.h 739 int stack_depth; member in struct:v8::internal::final::HandlerTableEntry
    [all...]
  /art/runtime/
debugger.h 96 int stack_depth, ArtMethod* method)
98 stack_depth_(stack_depth), method_(method) {
    [all...]
debugger.cc 3087 int stack_depth = GetStackDepth(thread); local
3112 int stack_depth = GetStackDepth(thread); local
3762 int stack_depth; member in struct:art::SingleStepStackVisitor
5093 size_t stack_depth = record->GetDepth(); local
    [all...]
thread.h 555 // frames as will fit are written into the given array. If stack_depth is non-null, it's updated
559 jobjectArray output_array = nullptr, int* stack_depth = nullptr)
    [all...]
thread.cc     [all...]
  /external/v8/src/runtime/
runtime-test.cc 195 int stack_depth = args.length() == 1 ? args.smi_at(0) : 0; local
199 while (!it.done() && stack_depth--) it.Advance();
  /external/v8/src/
frames.cc 987 int* stack_depth, HandlerTable::CatchPrediction* prediction) {
991 return code->LookupRangeInHandlerTable(pc_offset, stack_depth, prediction);
    [all...]
isolate.cc 1304 int stack_depth = 0; \/\/ Will contain operand stack depth of handler. local
    [all...]
api.cc     [all...]
  /art/runtime/openjdkjvmti/include/
jvmti.h 527 jint stack_depth; member in struct:_jvmtiMonitorStackDepthInfo
    [all...]

Completed in 834 milliseconds