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

  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 357 : stack_depth_(0), is_mutable_(true), masm_(masm) { }
359 : stack_depth_(other.stack_depth_), is_mutable_(false), masm_(masm()) {
360 for (int i = 0; i < stack_depth_; i++) {
365 if (stack_depth_ != other.stack_depth_) return false;
366 for (int i = 0; i < stack_depth_; i++) {
372 stack_depth_ = other.stack_depth_;
373 for (int i = 0; i < stack_depth_; i++)
408 int stack_depth_; member in class:v8::internal::LCodeGen::X87Stack
    [all...]
lithium-codegen-x87.cc 427 int layout = stack_depth_;
428 for (int i = 0; i < stack_depth_; i++) {
429 layout |= (stack_[stack_depth_ - 1 - i].code() << ((i + 1) * 3));
438 DCHECK(Contains(reg) && stack_depth_ > other_slot);
460 return stack_depth_ - pos - 1;
465 for (int i = 0; i < stack_depth_; i++) {
474 for (int i = 0; i < stack_depth_; i++) {
566 stack_[stack_depth_] = reg;
573 DCHECK(!Contains(reg) && stack_[stack_depth_].is(reg) &&
574 stack_depth_ < X87Register::kMaxNumAllocatableRegisters)
    [all...]
  /external/libchrome/base/json/
json_parser.h 240 int stack_depth_; member in class:base::internal::JSONParser
json_parser.cc 199 stack_depth_(0),
500 StackMarker depth_check(&stack_depth_);
564 StackMarker depth_check(&stack_depth_);
  /external/v8/src/profiler/
sampling-heap-profiler.h 150 const int stack_depth_; member in class:v8::internal::SamplingHeapProfiler
sampling-heap-profiler.cc 65 stack_depth_(stack_depth),
161 while (!it.done() && frames_captured < stack_depth_) {
  /art/runtime/
debugger.h 98 stack_depth_(stack_depth), method_(method) {
110 return stack_depth_;
132 const int stack_depth_; member in class:art::SingleStepControl
    [all...]

Completed in 199 milliseconds