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

  /external/chromium_org/v8/src/
hydrogen.h 27 class HLoopInformation;
50 HLoopInformation* loop_information() const { return loop_information_; }
51 HLoopInformation* current_loop() const {
196 HLoopInformation* loop_information_;
256 class HLoopInformation FINAL : public ZoneObject {
258 HLoopInformation(HBasicBlock* loop_header, Zone* zone)
265 ~HLoopInformation() {}
278 bool IsNestedInThisLoop(HLoopInformation* other) {
287 HLoopInformation* parent_loop() {
    [all...]
  /art/compiler/optimizing/
nodes.h 190 class HLoopInformation : public ArenaObject {
192 HLoopInformation(HBasicBlock* header, HGraph* graph)
240 bool IsIn(const HLoopInformation& other) const;
252 DISALLOW_COPY_AND_ASSIGN(HLoopInformation);
282 loop_information_ = new (graph_->GetArena()) HLoopInformation(this, graph_);
362 HLoopInformation* GetLoopInformation() const {
368 void SetInLoop(HLoopInformation* info) {
402 HLoopInformation* loop_information_;
    [all...]

Completed in 896 milliseconds