HomeSort by relevance Sort by last modified time
    Searched refs:VisitRootIfNonNull (Results 1 - 13 of 13) sorted by null

  /art/runtime/mirror/
reference.cc 36 java_lang_ref_Reference_.VisitRootIfNonNull(callback, arg, RootInfo(kRootStickyClass));
art_field.cc 59 java_lang_reflect_ArtField_.VisitRootIfNonNull(callback, arg, RootInfo(kRootStickyClass));
stack_trace_element.cc 71 java_lang_StackTraceElement_.VisitRootIfNonNull(callback, arg, RootInfo(kRootStickyClass));
throwable.cc 141 java_lang_Throwable_.VisitRootIfNonNull(callback, arg, RootInfo(kRootStickyClass));
string.cc 227 java_lang_String_.VisitRootIfNonNull(callback, arg, RootInfo(kRootStickyClass));
array-inl.h 169 array_class_.VisitRootIfNonNull(callback, arg, RootInfo(kRootStickyClass));
art_method.cc 63 java_lang_reflect_ArtMethod_.VisitRootIfNonNull(callback, arg, RootInfo(kRootStickyClass));
class.cc 55 java_lang_Class_.VisitRootIfNonNull(callback, arg, RootInfo(kRootStickyClass));
  /art/runtime/
gc_root.h 85 void VisitRootIfNonNull(RootCallback* callback, void* arg, const RootInfo& info) const {
runtime.cc     [all...]
jni_internal.cc 440 class_loader_.VisitRootIfNonNull(visitor, arg, RootInfo(kRootVMInternal));
    [all...]
class_linker.cc     [all...]
  /art/runtime/verifier/
reg_type.cc 971 klass_.VisitRootIfNonNull(callback, arg, RootInfo(kRootUnknown));

Completed in 145 milliseconds