Home
last modified time | relevance | path

Searched refs:GetRepresentation (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/viz/src/
Dwidget.cpp196 switch (actor->GetProperty()->GetRepresentation()) in getRenderingProperty()
/external/v8/src/compiler/
Dinstruction.h1216 MachineRepresentation GetRepresentation(int virtual_register) const;
1220 return GetRepresentation(virtual_register) == in IsReference()
1224 return IsFloatingPoint(GetRepresentation(virtual_register)); in IsFloat()
Dinstruction.cc739 MachineRepresentation InstructionSequence::GetRepresentation( in GetRepresentation() function in v8::internal::compiler::InstructionSequence
Dregister-allocator.cc1324 return code()->GetRepresentation(virtual_register); in RepresentationFor()