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

  /art/compiler/optimizing/
register_allocator.cc 381 size_t next_intersection = inactive->FirstIntersectionWith(current); local
382 if (next_intersection != kNoLifetime) {
383 free_until[inactive->GetRegister()] = next_intersection;
466 size_t next_intersection = inactive->FirstIntersectionWith(current); local
467 if (next_intersection != kNoLifetime) {
470 std::min(next_intersection, next_use[inactive->GetRegister()]);
517 size_t next_intersection = inactive->FirstIntersectionWith(current); local
518 if (next_intersection != kNoLifetime) {
520 LiveInterval* split = Split(current, next_intersection);
    [all...]
  /external/chromium_org/v8/src/compiler/
register-allocator.cc 1812 LifetimePosition next_intersection = local
1908 LifetimePosition next_intersection = range->FirstIntersection(current); local
2021 LifetimePosition next_intersection = range->FirstIntersection(current); local
    [all...]
  /external/chromium_org/v8/src/
lithium-allocator.cc 1781 LifetimePosition next_intersection = local
1881 LifetimePosition next_intersection = range->FirstIntersection(current); local
1997 LifetimePosition next_intersection = range->FirstIntersection(current); local
    [all...]

Completed in 90 milliseconds