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

  /external/chromium_org/v8/src/
deoptimizer.h 793 : addr_(NULL), representation_(UNKNOWN) { }
796 : addr_(addr), representation_(representation) { }
799 : literal_(literal, isolate), representation_(LITERAL) { }
803 slot.representation_ = ARGUMENTS_OBJECT;
810 slot.representation_ = DEFERRED_OBJECT;
815 SlotRepresentation Representation() { return representation_; }
819 slot.representation_ = DUPLICATE_OBJECT;
825 if (representation_ == DEFERRED_OBJECT ||
826 representation_ == ARGUMENTS_OBJECT) {
840 SlotRepresentation representation_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
hydrogen-instructions.h 588 Representation representation() const { return representation_; }
593 representation_ = r;
871 DCHECK(representation_.IsNone() && !r.IsNone());
872 representation_ = r;
915 Representation representation_; member in namespace:v8::internal
    [all...]

Completed in 1245 milliseconds