Searched defs:MarkAsRepresentation (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dinstruction.cc928 void InstructionSequence::MarkAsRepresentation(MachineRepresentation rep, function in class:v8::internal::compiler::InstructionSequence
H A Dinstruction-selector.cc405 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep, function in class:v8::internal::compiler::InstructionSelector
408 sequence()->MarkAsRepresentation(rep, unalloc.virtual_register());
412 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep, function in class:v8::internal::compiler::InstructionSelector
414 sequence()->MarkAsRepresentation(rep, GetVirtualRegister(node));
708 MarkAsRepresentation(rep, op);
1034 MarkAsRepresentation(type.representation(), node);
1042 MarkAsRepresentation(rep, node);
1091 MarkAsRepresentation(type.representation(), node);
1209 return MarkAsRepresentation(MachineType::PointerRepresentation(), node),
1214 return MarkAsRepresentation(MachineRepresentatio
[all...]

Completed in 101 milliseconds