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

/art/runtime/
H A Dhandle.h76 ALWAYS_INLINE StackReference<mirror::Object>* GetReference() { function in class:art::Handle
80 ALWAYS_INLINE const StackReference<mirror::Object>* GetReference() const { function in class:art::Handle
131 StackReference<mirror::Object>* ref = Handle<T>::GetReference();
138 StackReference<mirror::Object>* ref = Handle<T>::GetReference();
H A Dhandle_scope-inl.h74 inline mirror::Object* HandleScope::GetReference(size_t i) const { function in class:art::HandleScope
H A Dindirect_reference_table.h161 GcRoot<mirror::Object>* GetReference() { function in class:art::IrtEntry
166 const GcRoot<mirror::Object>* GetReference() const { function in class:art::IrtEntry
198 return table_[i_].GetReference();
/art/compiler/optimizing/
H A Dload_store_elimination.cc50 HInstruction* GetReference() const { function in class:art::ReferenceInfo
210 if (ref_info->GetReference() == ref) {
281 if (ref_info1->GetReference()->IsNewInstance() || ref_info1->GetReference()->IsNewArray()) {
416 HInstruction* ref = location->GetReferenceInfo()->GetReference();
666 singleton_ref = ref_info->GetReference();
848 HNewInstance* new_instance = ref_info->GetReference()->AsNewInstance();
1054 heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo()->GetReference();
1076 HInstruction* ref = location->GetReferenceInfo()->GetReference();

Completed in 58 milliseconds