HomeSort by relevance Sort by last modified time
    Searched refs:representation (Results 176 - 200 of 393) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/src/compiler/
c-linkage.cc 164 MachineRepresentation rep = msig->GetReturn(i).representation();
169 MachineRepresentation rep = msig->GetParam(i).representation();
wasm-compiler.cc     [all...]
machine-operator.cc 16 return lhs.representation() == rhs.representation() &&
27 return base::hash_combine(rep.representation(), rep.write_barrier_kind());
32 return os << "(" << rep.representation() << " : " << rep.write_barrier_kind()
484 MachineType::Type().representation()) {} \
    [all...]
representation-change.cc 5 #include "src/compiler/representation-change.h"
108 // Changes representation from {output_rep} to {use_rep}. The {truncation}
116 // The output representation should be set.
117 return TypeError(node, output_rep, output_type, use_info.representation());
123 if (use_info.representation() == output_rep) {
127 if (IsWord(use_info.representation()) && IsWord(output_rep)) {
131 // no representation change is necessary.
136 switch (use_info.representation()) {
170 // Eagerly fold representation changes for constants.
243 // Eagerly fold representation changes for constants
    [all...]
instruction-selector.cc 571 ? g.TempLocation(location, type.representation())
572 : g.DefineAsLocation(output, location, type.representation());
573 MarkAsRepresentation(type.representation(), op);
601 buffer->descriptor->GetInputType(0).representation()));
670 buffer->descriptor->GetInputType(index).representation());
870 MarkAsRepresentation(type.representation(), node);
    [all...]
machine-operator.h 45 StoreRepresentation(MachineRepresentation representation,
47 : representation_(representation),
50 MachineRepresentation representation() const { return representation_; } function in class:v8::internal::compiler::final
274 // These operators change the representation of numbers while preserving the
294 // These operators truncate or round numbers, both changing the representation
393 // Floating point bit representation.
memory-optimizer.cc 348 access.machine_type.representation(), write_barrier_kind)));
363 access.machine_type.representation(), write_barrier_kind)));
375 ElementSizeLog2Of(access.machine_type.representation());
  /external/v8/src/
types.cc 126 return glb | REPRESENTATION(type->BitsetLub());
128 return type->Representation();
138 // Take the representation from the first element, which is always
458 Type::bitset Type::Representation() {
459 return REPRESENTATION(this->BitsetLub());
477 if (!BitsetType::Is(Representation(), that->Representation())) {
487 // should be independent of the representation axis of the types.
578 // Take care of the representation part (and also approximate
663 // This checks the invariants of the union representation
720 const bitset representation = local
929 const bitset representation = local
1000 bitset representation = REPRESENTATION(bits); local
    [all...]
types.h 24 // Types consist of two dimensions: semantic (value range) and representation.
69 // For the representation axis, the following holds:
88 // representation types initially include all semantic ranges. Representations
145 // Note that the bitset representation is closed under both Union and Intersect.
154 V(Representation, 0xffc00000u) \
157 #define REPRESENTATION(k) ((k) & BitsetType::kRepresentation)
181 V(OtherUnsigned31, 1u << 1 | REPRESENTATION(kTagged | kUntaggedNumber)) \
182 V(OtherUnsigned32, 1u << 2 | REPRESENTATION(kTagged | kUntaggedNumber)) \
183 V(OtherSigned32, 1u << 3 | REPRESENTATION(kTagged | kUntaggedNumber)) \
184 V(OtherNumber, 1u << 4 | REPRESENTATION(kTagged | kUntaggedNumber)
    [all...]
objects.cc 81 Representation representation) {
82 if (representation.IsNone()) return FieldType::None(isolate);
84 if (representation.IsHeapObject() && IsHeapObject()) {
3096 Representation representation = details.representation(); local
7957 Representation representation = details.representation(); local
8316 Representation representation = details.representation(); local
9194 Representation representation = value->OptimalRepresentation(); local
9247 Representation representation = value->OptimalRepresentation(); local
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-lbranch-double.js 31 // branches when the representation of the condition is a double.
  /external/v8/test/mjsunit/es6/
generators-mirror.js 28 // Create mirror and JSON representation.
  /external/v8/test/mjsunit/regress/
regress-1181.js 29 // crankshaft produces code for int32 representation. Test that the
regress-2537.js 34 x += 0; // Force int32 representation so that
regress-728.js 36 // Force computation of hash for the string representation of array index.
regress-732.js 41 // Force hash computation for the string representation of index.
  /external/v8/test/mjsunit/
whitespaces.js 41 // Add single twobyte char to force twobyte representation.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 76 public void useRepresentation(FilterRepresentation representation) {
77 FilterDrawRepresentation parameters = (FilterDrawRepresentation) representation;
  /external/libvorbis/doc/
01-introduction.tex 193 and a bass-only representation to the bass channel, thus saving space.
196 bass-only representation.
202 vector is a low-resolution representation of the audio spectrum for
209 representation on a dB amplitude scale and Bark frequency scale.
211 representation on a dB amplitude scale and linear frequency scale.
249 Huffman binary tree representation. This tree is tightly packed using
423 polar representation (where one vector is magnitude and the second
424 angle) back to Cartesian representation.
457 fixed-point representation for floor and residue and direct
475 representation
    [all...]
02-bitpacking.tex 16 bitstream into an actual representation in fixed-width words.
25 smallest integer storage representation offered by a platform. On
72 aligned to the boundaries of the byte representation; the next field
  /external/v8/test/cctest/compiler/
codegen-tester.cc 635 m.Store(MachineTypeForC<int64_t>().representation(),
645 m.Store(MachineTypeForC<double>().representation(),
657 m.Store(MachineTypeForC<int64_t>().representation(),
676 MachineTypeForC<int64_t>().representation(), m.PointerConstant(&result),
698 m.Store(MachineTypeForC<int64_t>().representation(),
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 399 Representation r = chunk_->LookupLiteralRepresentation(const_op);
435 Representation r = chunk_->LookupLiteralRepresentation(const_op);
477 return ToRepresentation(op, Representation::Integer32());
482 const Representation& r) const {
508 Representation r = chunk_->LookupLiteralRepresentation(const_op);
3782 Representation representation = instr->representation(); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 395 Representation r = chunk_->LookupLiteralRepresentation(const_op);
434 Representation r = chunk_->LookupLiteralRepresentation(const_op);
474 return ToRepresentation(op, Representation::Integer32());
479 const Representation& r) const {
505 Representation r = chunk_->LookupLiteralRepresentation(const_op);
3714 Representation representation = instr->representation(); local
    [all...]
  /external/v8/src/crankshaft/
lithium.cc 395 Representation LChunk::LookupLiteralRepresentation(
397 return graph_->LookupValue(operand->index())->representation();
633 value->representation(),
713 arg_value->representation(),
  /frameworks/base/core/java/android/net/
Uri.java 348 * Compares the string representation of this Uri with that of
356 * Returns the encoded string representation of this URI.
362 * Return a string representation of the URI that is safe to print
470 /** URI string representation. */
2021 int representation = parcel.readInt(); local
2206 int representation = parcel.readInt(); local
    [all...]

Completed in 738 milliseconds

1 2 3 4 5 6 78 91011>>