Searched refs:representation_ (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | value-type.h | 94 explicit constexpr HeapType(Representation repr) : representation_(repr) { in HeapType() 101 return representation_ == other.representation_; in operator ==() 104 return representation_ != other.representation_; in operator !=() 108 return representation_ == other; in operator ==() 112 return representation_ != other; in operator !=() 115 constexpr Representation representation() const { return representation_; } in representation() 118 return representation_; in ref_index() 122 return !is_bottom() && representation_ > in is_generic() 180 Representation representation_; global() member in v8::internal::wasm::HeapType [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | machine-type.h | 98 : representation_(MachineRepresentation::kNone), in MachineType() 102 : representation_(representation), semantic_(semantic) {} in MachineType() 114 return representation_; in representation() 316 MachineRepresentation representation_; member in v8::internal::MachineRepresentation::MachineType
|
/third_party/node/deps/v8/src/compiler/ |
H A D | compilation-dependencies.cc | 440 representation_(representation), in OwnConstantDataPropertyDependency() 453 if (representation_.IsDouble()) { 478 return base::hash_combine(h(holder_), h(map_), representation_.kind(), 486 representation_.Equals(zat->representation_) && 493 Representation const representation_; member in v8::internal::compiler::__anon14333::final 660 representation_(representation) {} in FieldRepresentationDependency() 665 return representation_.Equals(map_.object() 677 CHECK(representation_.Equals(owner->instance_descriptors(isolate) 691 representation_ 703 const Representation representation_; global() member in v8::internal::compiler::__anon14333::final [all...] |
H A D | representation-change.h | 175 : representation_(representation), in UseInfo() 302 MachineRepresentation representation() const { return representation_; } in representation() 313 MachineRepresentation representation_; member in v8::internal::compiler::UseInfo
|
H A D | machine-operator.h | 60 : representation_(representation), order_(order) {} in AtomicLoadParameters() 62 LoadRepresentation representation() const { return representation_; } in representation() 66 LoadRepresentation representation_; member in v8::internal::compiler::final 144 : representation_(representation), in StoreRepresentation() 147 MachineRepresentation representation() const { return representation_; } in representation() 151 MachineRepresentation representation_; member in v8::internal::compiler::final
|
H A D | common-operator.h | 108 : representation_(representation), hint_(hint) {} in SelectParameters() 110 MachineRepresentation representation() const { return representation_; } in representation() 114 const MachineRepresentation representation_; member in v8::internal::compiler::final
|
H A D | simplified-lowering.cc | 304 void set_output(MachineRepresentation output) { representation_ = output; } in set_output() 306 MachineRepresentation representation() const { return representation_; } in representation() 321 MachineRepresentation representation_ = member in v8::internal::compiler::RepresentationSelector::final
|
/third_party/libabigail/src/ |
H A D | abg-ini.cc | 363 string representation_; member 406 priv_->representation_.clear(); in set_content() 415 if (priv_->representation_.empty()) in as_string() 422 priv_->representation_ += ","; in as_string() 423 priv_->representation_ += *i; in as_string() 426 return priv_->representation_; in as_string()
|
Completed in 17 milliseconds