HomeSort by relevance Sort by last modified time
    Searched defs:AddUsePosition (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
lithium-allocator.cc 451 void LiveRange::AddUsePosition(LifetimePosition pos,
735 range->AddUsePosition(position.NextInstruction(), NULL, NULL, zone());
742 range->AddUsePosition(position, unalloc_operand, hint, zone());
755 range->AddUsePosition(position, unalloc_operand, hint, zone());
    [all...]
  /external/v8/src/
lithium-allocator.cc 443 UsePosition* LiveRange::AddUsePosition(LifetimePosition pos,
719 range->AddUsePosition(position.NextInstruction(), NULL, zone_);
726 range->AddUsePosition(position, unalloc_operand, zone_)->set_hint(hint);
739 range->AddUsePosition(position, unalloc_operand, zone_)->set_hint(hint);
    [all...]

Completed in 413 milliseconds