Home
last modified time | relevance | path

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

/art/runtime/mirror/
Demulated_stack_frame.cc78 EmulatedStackFrameAccessor(Handle<mirror::ObjectArray<mirror::Object>> references, in EmulatedStackFrameAccessor() argument
81 references_(references), in EmulatedStackFrameAccessor()
175 Handle<mirror::ObjectArray<mirror::Object>> references(hs.NewHandle( in CreateFromShadowFrameAndArgs() local
177 if (references == nullptr) { in CreateFromShadowFrameAndArgs()
190 EmulatedStackFrameAccessor setter(references, stack_frame, stack_frame->GetLength()); in CreateFromShadowFrameAndArgs()
201 sf->SetFieldObject<false>(ReferencesOffset(), references.Get()); in CreateFromShadowFrameAndArgs()
222 Handle<mirror::ObjectArray<mirror::Object>> references(hs.NewHandle(GetReferences())); in WriteToShadowFrame() local
225 EmulatedStackFrameAccessor getter(references, stack_frame, stack_frame->GetLength()); in WriteToShadowFrame()
238 Handle<mirror::ObjectArray<mirror::Object>> references(hs.NewHandle(GetReferences())); in GetReturnValue() local
239 value->SetL(references->GetWithoutChecks(references->GetLength() - 1)); in GetReturnValue()
[all …]
/art/runtime/gc/accounting/
Dmod_union_table.cc190 std::vector<mirror::HeapReference<mirror::Object>*>* references, in AddToReferenceArrayVisitor() argument
194 references_(references), in AddToReferenceArrayVisitor()
240 std::vector<mirror::HeapReference<mirror::Object>*>* references, in ModUnionReferenceVisitor() argument
244 references_(references), in ModUnionReferenceVisitor()
268 const std::set<mirror::Object*>& references) in CheckReferenceVisitor() argument
270 references_(references) {} in CheckReferenceVisitor()
315 const std::set<mirror::Object*>& references) in ModUnionCheckReferences() argument
317 : mod_union_table_(mod_union_table), references_(references) {} in ModUnionCheckReferences()
457 std::vector<mirror::HeapReference<mirror::Object>*>& references = it->second; in UpdateAndMarkReferences() local
462 for (mirror::HeapReference<mirror::Object>* obj_ptr : references) { in UpdateAndMarkReferences()
[all …]
/art/test/079-phantom/
Dinfo.txt1 Exercise phantom references.
/art/test/594-invoke-super/
Dinfo.txt1 Invoke-super on various references.
/art/test/461-get-reference-vreg/
Dinfo.txt1 Tests for inspecting DEX registers holding references.
/art/test/525-checker-arrays-fields2/
Dinfo.txt1 Test on (in)variant instance field and array references in loops.
/art/test/525-checker-arrays-fields1/
Dinfo.txt1 Test on (in)variant static field and array references in loops.
/art/test/1979-threaded-structural-transformation/
Dinfo.txt1 Test that remote threads without references to the redefined class are properly deoptimized when
/art/test/158-app-image-class-table/
Dinfo.txt3 were written with references to these classes.
/art/test/626-set-resolved-string/
Dinfo.txt3 strings it references are strongly interned.
/art/tools/
Dtest_presubmit.py45 'interesting_to_reference_file' : lambda interesting, references: references[0],
/art/tools/veridex/
Dhidden_api_finder.h52 void DumpReferences(std::ostream& os, const std::vector<MethodReference>& references);
Dhidden_api_finder.cc240 const std::vector<MethodReference>& references) { in DumpReferences() argument
245 for (const MethodReference& ref : references) { in DumpReferences()
/art/tools/ahat/
DREADME.txt65 Distinguish between soft/weak/phantom/etc references.
89 Don't include weak references in sample paths.
129 Annotate references with their referents.
/art/
DCPPLINT.cfg31 filter=-runtime/printf,-runtime/references,-runtime/sizeof,-runtime/threadsafe_fn
/art/tools/ahat/src/main/com/android/ahat/
DObjectHandler.java229 List<AhatInstance> references = inst.getReverseReferences(); in printReferences() local
230 SubsetSelector<AhatInstance> selector = new SubsetSelector(query, REFS_ID, references); in printReferences()
/art/runtime/
Dmutator_gc_coord.md8 should not hold references to the heap that are invisible to the garbage
19 references.
/art/dex2oat/linker/
Doat_writer.cc945 /*inout*/ SafeMap<const DexFile*, BitVector>* references) { in AddBssReference() argument
951 auto refs_it = references->find(ref.dex_file); in AddBssReference()
952 if (refs_it == references->end()) { in AddBssReference()
953 refs_it = references->Put( in AddBssReference()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1425 Ldalvik/system/EmulatedStackFrame;->references:[Ljava/lang/Object;