Searched refs:references (Results 1 – 14 of 14) sorted by relevance
/art/runtime/mirror/ |
D | emulated_stack_frame.cc | 74 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/ |
D | info.txt | 1 Exercise phantom references.
|
/art/test/594-invoke-super/ |
D | info.txt | 1 Invoke-super on various references.
|
/art/runtime/gc/accounting/ |
D | mod_union_table.cc | 188 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/ |
D | info.txt | 1 Tests for inspecting DEX registers holding references.
|
/art/test/525-checker-arrays-fields1/ |
D | info.txt | 1 Test on (in)variant static field and array references in loops.
|
/art/test/525-checker-arrays-fields2/ |
D | info.txt | 1 Test on (in)variant instance field and array references in loops.
|
/art/tools/cpp-define-generator/ |
D | constant_reference.def | 24 // Size of references to the heap on the stack. 26 // Size of heap references
|
D | constant_heap.def | 23 // Size of references to the heap on the stack.
|
/art/test/626-set-resolved-string/ |
D | info.txt | 3 strings it references are strongly interned.
|
/art/test/158-app-image-class-table/ |
D | info.txt | 3 were written with references to these classes.
|
/art/tools/ahat/src/ |
D | ObjectHandler.java | 211 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/ |
D | Android.cpplint.mk | 20 …,-readability/function,-readability/streams,-readability/todo,-runtime/references,-runtime/sizeof,…
|
/art/tools/ahat/ |
D | README.txt | 66 * I see objects with duplicate references. 108 Annotate references with their referents.
|