HomeSort by relevance Sort by last modified time
    Searched refs:representation_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/v8/src/
deoptimizer.h 784 : addr_(NULL), representation_(UNKNOWN) { }
787 : addr_(addr), representation_(representation) { }
790 : literal_(literal, isolate), representation_(LITERAL) { }
793 switch (representation_) {
837 SlotRepresentation representation_; member in class:v8::internal::BASE_EMBEDDED
hydrogen-instructions.h 660 Representation representation() const { return representation_; }
665 representation_ = r;
692 return representation_.IsHeapObject() || type_.IsHeapObject();
    [all...]
hydrogen-instructions.cc 630 stream->Add("%s%d", representation_.Mnemonic(), id());
    [all...]
  /external/v8/src/
deoptimizer.h 639 : addr_(NULL), representation_(UNKNOWN) { }
642 : addr_(addr), representation_(representation) { }
645 : literal_(literal), representation_(LITERAL) { }
648 switch (representation_) {
683 SlotRepresentation representation_;
hydrogen-instructions.h 593 Representation representation() const { return representation_; }
599 representation_ = r;
751 ASSERT(representation_.IsNone() && !r.IsNone());
752 representation_ = r;
802 Representation representation_;
    [all...]
hydrogen-instructions.cc 473 stream->Add("%s%d", representation_.Mnemonic(), id());
    [all...]

Completed in 736 milliseconds