Searched refs:stack_slots_ (Results 1 – 5 of 5) sorted by relevance
693 stack_slots_( in ThreadActivityTracker()746 header_->stack_slots = stack_slots_; in ThreadActivityTracker()780 if (depth >= stack_slots_) { in PushActivity()810 if (id < stack_slots_) { in ChangeActivity()860 if (id >= stack_slots_) in GetUserData()869 return (id < stack_slots_ && stack_[id].user_data_ref); in HasUserData()876 if (id < stack_slots_ && stack_[id].user_data_ref) { in ReleaseUserData()903 header_->stack_slots != stack_slots_ || in IsValid()930 output_snapshot->activity_stack.reserve(stack_slots_); in CreateSnapshot()952 uint32_t count = std::min(depth, stack_slots_); in CreateSnapshot()
753 const uint32_t stack_slots_; // The total number of stack slots. variable
126 uint32_t stack_slots() const { return stack_slots_; } in stack_slots()168 stack_slots_(stack_slots), in WasmCode()195 uint32_t stack_slots_ = 0; variable
41 stack_slots_(stack_slots), in SafepointTable()102 int last_bits = stack_slots_ - ((last - first) * kBitsPerByte); in PrintEntry()
160 uint32_t stack_slots_; variable