Home
last modified time | relevance | path

Searched defs:Current (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dthread-inl.h37 inline Thread* Thread::Current() { in Current() function
Druntime.h178 static Runtime* Current() { in Current() function
/art/compiler/optimizing/
Dnodes.h627 HUseListNode<T>* Current() const { in Current() function
677 HInstruction* Current() const { return instruction_->InputAt(index_); } in Current() function
695 HInstruction* Current() const { return instruction_; } in Current() function
716 HInstruction* Current() const { return instruction_; } in Current() function
1582 HBasicBlock* Current() const { return graph_.GetBlocks().Get(index_); } in Current() function
1597 HBasicBlock* Current() const { return graph_.GetReversePostOrder().Get(index_); } in Current() function
1613 HBasicBlock* Current() const { return graph_.GetReversePostOrder().Get(index_ - 1); } in Current() function
Dssa_liveness_analysis.h564 HBasicBlock* Current() const { return post_order_.Get(index_ -1); } in Current() function
580 HBasicBlock* Current() const { return post_order_.Get(index_); } in Current() function