Home
last modified time | relevance | path

Searched refs:references (Results 1 – 14 of 14) sorted by relevance

/art/runtime/mirror/
Demulated_stack_frame.cc74 EmulatedStackFrameAccessor(Handle<mirror::ObjectArray<mirror::Object>> references, in EmulatedStackFrameAccessor() argument
77 references_(references), in EmulatedStackFrameAccessor()
174 Handle<mirror::ObjectArray<mirror::Object>> references(hs.NewHandle( in CreateFromShadowFrameAndArgs() local
176 if (references == nullptr) { in CreateFromShadowFrameAndArgs()
189 EmulatedStackFrameAccessor setter(references, stack_frame, stack_frame->GetLength()); in CreateFromShadowFrameAndArgs()
200 sf->SetFieldObject<false>(ReferencesOffset(), references.Get()); in CreateFromShadowFrameAndArgs()
221 Handle<mirror::ObjectArray<mirror::Object>> references(hs.NewHandle(GetReferences())); in WriteToShadowFrame() local
224 EmulatedStackFrameAccessor getter(references, stack_frame, stack_frame->GetLength()); in WriteToShadowFrame()
237 Handle<mirror::ObjectArray<mirror::Object>> references(hs.NewHandle(GetReferences())); in GetReturnValue() local
238 value->SetL(references->GetWithoutChecks(references->GetLength() - 1)); in GetReturnValue()
[all …]
/art/test/079-phantom/
Dinfo.txt1 Exercise phantom references.
/art/test/594-invoke-super/
Dinfo.txt1 Invoke-super on various references.
/art/runtime/gc/accounting/
Dmod_union_table.cc188 std::vector<mirror::HeapReference<mirror::Object>*>* references, in AddToReferenceArrayVisitor() argument
192 references_(references), in AddToReferenceArrayVisitor()
238 std::vector<mirror::HeapReference<mirror::Object>*>* references, in ModUnionReferenceVisitor() argument
242 references_(references), in ModUnionReferenceVisitor()
266 const std::set<mirror::Object*>& references) in CheckReferenceVisitor() argument
268 references_(references) {} in CheckReferenceVisitor()
313 const std::set<mirror::Object*>& references) in ModUnionCheckReferences() argument
315 : mod_union_table_(mod_union_table), references_(references) {} in ModUnionCheckReferences()
455 std::vector<mirror::HeapReference<mirror::Object>*>& references = it->second; in UpdateAndMarkReferences() local
460 for (mirror::HeapReference<mirror::Object>* obj_ptr : references) { in UpdateAndMarkReferences()
[all …]
/art/test/461-get-reference-vreg/
Dinfo.txt1 Tests for inspecting DEX registers holding references.
/art/test/525-checker-arrays-fields1/
Dinfo.txt1 Test on (in)variant static field and array references in loops.
/art/test/525-checker-arrays-fields2/
Dinfo.txt1 Test on (in)variant instance field and array references in loops.
/art/tools/cpp-define-generator/
Dconstant_reference.def24 // Size of references to the heap on the stack.
26 // Size of heap references
Dconstant_heap.def23 // Size of references to the heap on the stack.
/art/test/626-set-resolved-string/
Dinfo.txt3 strings it references are strongly interned.
/art/test/158-app-image-class-table/
Dinfo.txt3 were written with references to these classes.
/art/tools/ahat/src/
DObjectHandler.java211 List<AhatInstance> references = inst.getHardReverseReferences(); in printReferences() local
212 SubsetSelector<AhatInstance> selector = new SubsetSelector(query, HARD_REFS_ID, references); in printReferences()
223 List<AhatInstance> references = inst.getSoftReverseReferences(); in printReferences() local
224 SubsetSelector<AhatInstance> selector = new SubsetSelector(query, SOFT_REFS_ID, references); in printReferences()
/art/build/
DAndroid.cpplint.mk20 …,-readability/function,-readability/streams,-readability/todo,-runtime/references,-runtime/sizeof,…
/art/tools/ahat/
DREADME.txt66 * I see objects with duplicate references.
108 Annotate references with their referents.