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

  /art/compiler/dex/
mir_graph.h 622 BasicBlock* GetEntryBlock() const {
    [all...]
  /art/compiler/optimizing/
nodes.h 152 HBasicBlock* GetEntryBlock() const { return entry_block_; }
516 return graph_->GetEntryBlock() == this;
    [all...]

Completed in 63 milliseconds