HomeSort by relevance Sort by last modified time
    Searched defs:representation (Results 101 - 125 of 130) sorted by null

1 2 3 45 6

  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 3274 Representation representation = instr->hydrogen()->representation(); local
4925 Representation representation = instr->hydrogen()->value()->representation(); local
5069 Representation representation = instr->representation(); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 2699 Representation representation() const { function in class:v8::internal::HOptimizedGraphBuilder::PropertyAccessInfo
    [all...]
hydrogen-instructions.h 258 bool AddAndCheckOverflow(const Representation& r, Range* other);
259 bool SubAndCheckOverflow(const Representation& r, Range* other);
260 bool MulAndCheckOverflow(const Representation& r, Range* other);
509 Representation representation() const { return representation_; }
510 void ChangeRepresentation(Representation r) {
520 virtual void AssumeRepresentation(Representation r);
522 virtual Representation KnownOptimalRepresentation() {
523 Representation r = representation();
5297 inline Representation representation() const { function in class:final::final
5828 Representation representation = access.representation(); local
    [all...]
hydrogen.cc 21 #include "src/crankshaft/hydrogen-infer-representation.h"
30 #include "src/crankshaft/hydrogen-representation-changes.h"
872 false, Representation::Tagged(), htype, true, boolean_value, \
2855 Representation representation = HStoreKeyed::RequiredValueRepresentation( local
6586 Representation representation = details.representation(); local
12189 Representation representation = details.representation(); local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 404 return ToRepresentation(op, Representation::Integer32());
409 const Representation& r) const {
3617 Representation representation = instr->hydrogen()->field_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/mips64/
lithium-codegen-mips64.cc 378 Representation r = chunk_->LookupLiteralRepresentation(const_op);
417 Representation r = chunk_->LookupLiteralRepresentation(const_op);
457 // return ToRepresentation(op, Representation::Integer32());
464 const Representation& r) const {
490 Representation r = chunk_->LookupLiteralRepresentation(const_op);
2727 Representation representation = access.representation(); local
2996 Representation representation = hinstr->representation(); local
3914 Representation representation = instr->representation(); local
4203 Representation representation = instr->hydrogen()->value()->representation(); local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 391 Representation r = chunk_->LookupLiteralRepresentation(const_op);
449 return ToRepresentation(op, Representation::Integer32());
454 const Representation& r) const {
480 Representation r = chunk_->LookupLiteralRepresentation(const_op);
2795 Representation representation = access.representation(); local
3086 Representation representation = hinstr->representation(); local
3996 Representation representation = instr->representation(); local
4106 Representation representation = instr->hydrogen()->length()->representation(); local
4309 Representation representation = hinstr->value()->representation(); local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 373 Representation r = chunk_->LookupLiteralRepresentation(const_op);
425 return ToRepresentation(op, Representation::Integer32());
429 const Representation& r) const {
452 Representation r = chunk_->LookupLiteralRepresentation(const_op);
2753 Representation representation = access.representation(); local
3032 Representation representation = hinstr->representation(); local
3892 Representation representation = instr->representation(); local
4001 Representation representation = instr->hydrogen()->length()->representation(); local
4241 Representation representation = hinstr->value()->representation(); local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 255 instr->hydrogen_value()->representation().IsInteger32() &&
446 return ToRepresentation(op, Representation::Integer32());
451 const Representation& r) const {
2656 Representation representation = access.representation(); local
2858 Representation representation = hinstr->representation(); local
3785 Representation representation = instr->representation(); local
3799 __ Store(MemOperand(object, offset), value, representation); local
3924 Representation representation = instr->hydrogen()->length()->representation(); local
4080 Representation representation = hinstr->value()->representation(); local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 672 return ToRepresentation(op, Representation::Integer32());
677 const Representation& r) const {
3894 Representation representation = instr->hydrogen()->field_representation(); local
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp 864 const audio_channel_representation_t representation = local
    [all...]
  /system/media/audio/include/system/
audio.h 360 /* For the channel mask for position assignment representation */
369 * with representation AUDIO_CHANNEL_REPRESENTATION_POSITION.
499 * is a channel mask representation for position assignment.
507 * is a channel mask representation for index assignment.
515 * Warning: current representation distinguishes between input and output, but this will not the be
577 audio_channel_representation_t representation = audio_channel_mask_get_representation(channel); local
578 switch (representation) {
591 audio_channel_representation_t representation, uint32_t bits)
593 return (audio_channel_mask_t) ((representation << AUDIO_CHANNEL_COUNT_MAX) | bits);
    [all...]
  /external/v8/include/
v8.h 7586 int representation = (instance_type & kFullStringRepresentationMask); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /external/v8/src/
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/caliper/lib/
jersey-core-1.11.jar 
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 

Completed in 754 milliseconds

1 2 3 45 6