Searched defs:GetReference (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dhandle.h73 ALWAYS_INLINE StackReference<mirror::Object>* GetReference() { function in class:art::Handle
77 ALWAYS_INLINE const StackReference<mirror::Object>* GetReference() const { function in class:art::Handle
125 StackReference<mirror::Object>* ref = Handle<T>::GetReference();
H A Dhandle_scope-inl.h67 inline mirror::Object* HandleScope::GetReference(size_t i) const { function in class:art::HandleScope
H A Dindirect_reference_table.h210 GcRoot<mirror::Object>* GetReference() { function in class:art::IrtEntry
242 return table_[i_].GetReference();
/art/compiler/optimizing/
H A Dload_store_elimination.cc84 HInstruction* GetReference() const { function in class:art::ReferenceInfo
217 if (ref_info->GetReference() == ref) {
295 if (ref_info1->GetReference()->IsNewInstance() || ref_info1->GetReference()->IsNewArray()) {
802 HNewInstance* new_instance = ref_info->GetReference()->AsNewInstance();
982 heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo()->GetReference();

Completed in 59 milliseconds