Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h37 inline Thread* Thread::Current() { in Current() function
Druntime.h204 static Runtime* Current() { in Current() function
/art/compiler/optimizing/
Dnodes.h794 HLoopInformation* Current() const { in Current() function
1006 HUseListNode<T>* Current() const { in Current() function
1588 HInstruction* Current() const { return instruction_->InputAt(index_); } in Current() function
1606 HInstruction* Current() const { return instruction_; } in Current() function
1627 HInstruction* Current() const { return instruction_; } in Current() function
3998 HBasicBlock* Current() const { return graph_.GetBlocks().Get(index_); } in Current() function
4016 HBasicBlock* Current() const { return graph_.GetReversePostOrder().Get(index_); } in Current() function
4035 HBasicBlock* Current() const { return graph_.GetReversePostOrder().Get(index_ - 1); } in Current() function
4052 HBasicBlock* Current() const { return order_.Get(index_ -1); } in Current() function
4072 HBasicBlock* Current() const { return order_.Get(index_); } in Current() function
[all …]