Home
last modified time | relevance | path

Searched defs:references_ (Results 1 – 6 of 6) sorted by relevance

/art/runtime/mirror/
Demulated_stack_frame.h86 HeapReference<mirror::ObjectArray<mirror::Object>> references_; variable
Demulated_stack_frame.cc136 Handle<mirror::ObjectArray<mirror::Object>> references_; member in art::mirror::EmulatedStackFrameAccessor
/art/runtime/gc/accounting/
Dmod_union_table.h162 kAllocatorTagModUnionReferenceArray> references_; variable
Dmod_union_table.cc232 std::vector<mirror::HeapReference<mirror::Object>*>* const references_; member in art::gc::accounting::AddToReferenceArrayVisitor
261 std::vector<mirror::HeapReference<mirror::Object>*>* const references_; member in art::gc::accounting::ModUnionReferenceVisitor
309 const std::set<mirror::Object*>& references_; member in art::gc::accounting::CheckReferenceVisitor
327 const std::set<mirror::Object*>& references_; member in art::gc::accounting::ModUnionCheckReferences
/art/runtime/
Dindirect_reference_table.h179 GcRoot<mirror::Object> references_[kIRTPrevCount]; variable
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1004 std::vector<std::pair<jobject, StackReference<mirror::Object>*> > references_; member in art::RememberForGcArgumentVisitor