Searched refs:this_size (Results 1 – 7 of 7) sorted by relevance
24 int this_size) in PartitionTreeNode() argument26 this_size_(this_size), in PartitionTreeNode()209 int this_size = 0; in CalcMinMax() local212 this_size += size_vector_[j]; in CalcMinMax()216 if (this_size < *min_size) { in CalcMinMax()217 *min_size = this_size; in CalcMinMax()219 if (this_size > *max_size) { in CalcMinMax()220 *max_size = this_size; in CalcMinMax()
29 int this_size);60 int this_size() const { return this_size_; } in this_size() function
39 EXPECT_EQ(3, root->left_child()->this_size()); in TEST()40 EXPECT_EQ(2, root->right_child()->this_size()); in TEST()
28 static int get_fixed_point_scale_factor(int other_size, int this_size) { in get_fixed_point_scale_factor() argument33 return (other_size << REF_SCALE_SHIFT) / this_size; in get_fixed_point_scale_factor()
368 lldb::addr_t this_size = m_descriptors[i + 1].code_start - m_descriptors[i].code_start; in SetUpRegion() local370 code_size = this_size; in SetUpRegion()373 if (this_size != code_size) in SetUpRegion()375 if (this_size > code_size) in SetUpRegion()376 code_size = this_size; in SetUpRegion()
170 int this_size = this->exports_ == NULL ? 0 : this->exports_->occupancy(); in DoUnify() local172 if (that->IsFrozen() && this_size > that_size) { in DoUnify()