HomeSort by relevance Sort by last modified time
    Searched full:set_weight (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
greedy-allocator.h 94 range->set_weight(range->weight() * kAllocatedRangeMultiplier);
100 range->set_weight(range->weight() / kAllocatedRangeMultiplier);
greedy-allocator.cc 461 range->set_weight(LiveRange::kMaxWeight);
465 range->set_weight(LiveRange::kMaxWeight);
473 range->set_weight(use_count / static_cast<float>(range->GetSize()));
register-allocator.h 416 void set_weight(float weight) { weight_ = weight; } function in class:v8::internal::compiler::LiveRange
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
permmap.py 337 def set_weight(self, class_, permission, weight): member in class:PermissionMap

Completed in 3835 milliseconds