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

/art/runtime/
H A Dthread-current-inl.h30 inline Thread* Thread::Current() { function in class:art::Thread
31 // We rely on Thread::Current returning null for a detached thread, so it's not obvious
H A Druntime.h215 static Runtime* Current() { function in class:art::verifier::VerifyMode
/art/compiler/optimizing/
H A Dnodes.h1327 HLoopInformation* Current() const { function in class:art::HLoopInformationOutwardIterator
2512 HInstruction* Current() const { return instruction_; } function in class:art::HInstructionIterator
2535 HInstruction* Current() const { return instruction_; } function in class:art::HInstructionIteratorHandleChanges
2555 HInstruction* Current() const { return instruction_; } function in class:art::HBackwardInstructionIterator
7498 HBasicBlock* Current() const { return blocks_[index_]; }
7531 HBasicBlock* Current() const { return blocks_[index_]; }

Completed in 3437 milliseconds