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

  /external/v8/src/
lithium-allocator.h 361 UsePosition* AddUsePosition(LifetimePosition pos, LOperand* operand);
lithium-allocator.cc 447 UsePosition* LiveRange::AddUsePosition(LifetimePosition pos,
725 range->AddUsePosition(position.NextInstruction(), NULL);
732 range->AddUsePosition(position, unalloc_operand)->set_hint(hint);
745 range->AddUsePosition(position, unalloc_operand)->set_hint(hint);
    [all...]

Completed in 42 milliseconds