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 928 void InstructionSequence::MarkAsRepresentation(MachineRepresentation rep,
    [all...]
instruction-selector.cc 405 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep,
408 sequence()->MarkAsRepresentation(rep, unalloc.virtual_register());
412 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep,
414 sequence()->MarkAsRepresentation(rep, GetVirtualRegister(node));
708 MarkAsRepresentation(rep, op);
    [all...]

Completed in 44 milliseconds