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

  /external/v8/src/compiler/
greedy-allocator.cc 230 float group_weight = 0.0; local
233 group_weight = Max(group_weight, member->weight());
236 float eviction_weight = group_weight;
241 float weight = GetMaximumConflictingWeight(reg, group, group_weight);
437 float group_weight) const {
442 GetMaximumConflictingWeight(reg_id, member, group_weight);
446 if (member_conflict_weight > group_weight) return LiveRange::kMaxWeight;
greedy-allocator.h 150 float group_weight) const;
  /bionic/tools/relocation_packer/src/
delta_encoder.cc 228 static uint32_t group_weight(uint64_t flags) { function in namespace:relocation_packer
281 if (group_weight(*group_flags) < group_weight(candidate_flags)) {

Completed in 820 milliseconds