Searched defs:arg_ (Results 1 - 5 of 5) sorted by relevance

/art/runtime/gc/
H A Dreference_processor.h77 : is_marked_callback_(is_marked_callback), mark_callback_(mark_callback), arg_(arg) {
83 void* arg_; member in class:art::gc::ReferenceProcessor::ProcessReferencesArgs
/art/runtime/gc/accounting/
H A Dremembered_set.cc68 : callback_(callback), ref_callback_(ref_callback), target_space_(target_space), arg_(arg),
77 callback_(ref_ptr, arg_);
87 ref_callback_(klass, ref, arg_);
95 void* const arg_; member in class:art::gc::accounting::RememberedSetReferenceVisitor
105 : callback_(callback), ref_callback_(ref_callback), target_space_(target_space), arg_(arg),
111 contains_reference_to_target_space_, arg_);
119 void* const arg_; member in class:art::gc::accounting::RememberedSetObjectVisitor
H A Dmod_union_table.cc77 arg_(arg) {
86 callback_(obj_ptr, arg_);
92 void* arg_; member in class:art::gc::accounting::ModUnionUpdateObjectReferencesVisitor
98 : callback_(callback), arg_(arg) {}
104 ModUnionUpdateObjectReferencesVisitor ref_visitor(callback_, arg_);
110 void* const arg_; member in class:art::gc::accounting::ModUnionScanImageRootVisitor
/art/runtime/
H A Dthread_list.cc890 VerifyRootWrapperArg(VerifyRootCallback* callback, void* arg) : callback_(callback), arg_(arg) {
893 void* const arg_; member in class:art::VerifyRootWrapperArg
899 wrapperArg->callback_(*root, wrapperArg->arg_, 0, NULL, root_type);
H A Dthread.cc2135 : callback_(callback), arg_(arg), tid_(tid) {}
2138 callback_(obj, arg_, tid_, kRootJavaFrame);
2143 void* const arg_; member in class:art::RootCallbackVisitor

Completed in 97 milliseconds