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

  /external/v8/src/compiler/
instruction.cc 934 void InstructionSequence::MarkAsRepresentation(MachineRepresentation rep,
    [all...]
instruction-selector.cc 432 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep,
435 sequence()->MarkAsRepresentation(rep, unalloc.virtual_register());
439 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep,
441 sequence()->MarkAsRepresentation(rep, GetVirtualRegister(node));
873 MarkAsRepresentation(rep, op);
    [all...]

Completed in 189 milliseconds