Searched refs:representation_ (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | machine-type.h | 44 : representation_(MachineRepresentation::kNone), in MachineType() 47 : representation_(representation), semantic_(semantic) {} in MachineType() 57 MachineRepresentation representation() const { return representation_; } in representation() 154 MachineRepresentation representation_;
|
/external/v8/src/compiler/ |
D | common-operator.h | 76 : representation_(representation), hint_(hint) {} in representation_() function 78 MachineRepresentation representation() const { return representation_; } in representation() 82 const MachineRepresentation representation_;
|
D | machine-operator.h | 73 : representation_(representation), in StoreRepresentation() 76 MachineRepresentation representation() const { return representation_; } in representation() 80 MachineRepresentation representation_;
|
D | simplified-lowering.cc | 244 : type_(type), representation_(representation) {} in NodeOutputInfo() 246 : type_(Type::None()), representation_(MachineRepresentation::kNone) {} in NodeOutputInfo() 248 MachineRepresentation representation() const { return representation_; } in representation() 303 MachineRepresentation representation_; member in v8::internal::compiler::RepresentationSelector::NodeOutputInfo
|
/external/v8/test/cctest/ |
D | test-field-type-tracking.cc | 1929 Representation representation_; member 1938 : representation_(representation), in TransitionToDataFieldOperator() 1944 return expectations.TransitionToDataField(map, attributes_, representation_, in DoTransition() 1980 Representation representation_; member 1989 representation_(representation), in ReconfigureAsDataPropertyOperator() 1994 expectations.SetDataField(descriptor_, representation_, heap_type_); in DoTransition() 2020 Representation representation_; member 2028 representation_(representation), in FieldGeneralizationChecker() 2040 expectations2.SetDataField(descriptor_, attributes_, representation_, in Check()
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 520 Representation representation() const { return representation_; } in representation() 525 representation_ = r; in ChangeRepresentation() 803 DCHECK(representation_.IsNone() && !r.IsNone()); in set_representation() 804 representation_ = r; in set_representation() 847 Representation representation_; variable
|