Searched refs:arg_ (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/accounting/ |
D | remembered_set.cc | 68 : callback_(callback), ref_callback_(ref_callback), target_space_(target_space), arg_(arg), in RememberedSetReferenceVisitor() 77 callback_(ref_ptr, arg_); in operator ()() 87 ref_callback_(klass, ref, arg_); in operator ()() 95 void* const arg_; member in art::gc::accounting::RememberedSetReferenceVisitor 105 : callback_(callback), ref_callback_(ref_callback), target_space_(target_space), arg_(arg), in RememberedSetObjectVisitor() 111 contains_reference_to_target_space_, arg_); in operator ()() 119 void* const arg_; member in art::gc::accounting::RememberedSetObjectVisitor
|
D | mod_union_table.cc | 77 arg_(arg) { in ModUnionUpdateObjectReferencesVisitor() 86 callback_(obj_ptr, arg_); in operator ()() 92 void* arg_; member in art::gc::accounting::ModUnionUpdateObjectReferencesVisitor 98 : callback_(callback), arg_(arg) {} in ModUnionScanImageRootVisitor() 104 ModUnionUpdateObjectReferencesVisitor ref_visitor(callback_, arg_); in operator ()() 110 void* const arg_; member in art::gc::accounting::ModUnionScanImageRootVisitor
|
/art/runtime/gc/ |
D | reference_processor.h | 77 : is_marked_callback_(is_marked_callback), mark_callback_(mark_callback), arg_(arg) { in ProcessReferencesArgs() 83 void* arg_; variable
|
D | reference_processor.cc | 78 if (is_marked_callback(referent_addr, process_references_args_.arg_)) { in GetReferent() 94 mirror::Object* new_obj = args->mark_callback_(obj->AsMirrorPtr(), args->arg_); in PreserveSoftReferenceCallback() 125 process_references_args_.arg_ = arg; in ProcessReferences()
|
/art/runtime/ |
D | thread.cc | 2172 : callback_(callback), arg_(arg), tid_(tid) {} in RootCallbackVisitor() 2175 callback_(obj, arg_, JavaFrameRootInfo(tid_, stack_visitor, vreg)); in operator ()() 2180 void* const arg_; member in art::RootCallbackVisitor
|