HomeSort by relevance Sort by last modified time
    Searched refs:previous_ (Results 26 - 31 of 31) sorted by null

12

  /external/v8/src/crankshaft/
hydrogen-instructions.cc 675 DCHECK(previous_ != NULL);
676 previous_->next_ = next_;
679 block()->set_last(previous_);
681 next_->previous_ = previous_;
692 DCHECK(next->previous_ != NULL);
695 next->previous_ = this;
697 previous_ = prev;
728 previous_ = previous;
732 if (next != NULL) next->previous_ = this
    [all...]
hydrogen-instructions.h 951 HInstruction* previous() const { return previous_; }
1016 HInstruction* previous_; member in class:HInstruction
    [all...]
  /external/v8/src/
api.h 360 previous_(NULL),
370 DeferredHandles* previous_; member in class:v8::internal::DeferredHandles
isolate.cc     [all...]
  /external/jsoncpp/include/json/
value.h 627 * \internal previous_ & next_ allows for bidirectional traversal.
645 ValueInternalLink* previous_; member in class:Json::ValueInternalLink
658 * link of a given bucket can be found in the 'previous_' field of the following
  /art/compiler/optimizing/
nodes.h 2314 HInstruction* previous_; member in class:art::HInstruction
    [all...]

Completed in 704 milliseconds

12