Home
last modified time | relevance | path

Searched refs:ReflectiveHandleScopeSourceInfo (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dreflective_value_visitor.cc45 void ReflectiveHandleScopeSourceInfo::Describe(std::ostream& os) const { in Describe()
Dreflective_value_visitor.h126 class ReflectiveHandleScopeSourceInfo : public ReflectionSourceInfo {
128 explicit ReflectiveHandleScopeSourceInfo(BaseReflectiveHandleScope* source) in ReflectiveHandleScopeSourceInfo() function
Dreflective_handle_scope-inl.h44 rv.Assign((*visitor)(rv.Ptr(), ReflectiveHandleScopeSourceInfo(this))); in VisitTargets()
/art/runtime/jni/
Djni_id_manager.cc587 *it = visitor->VisitMethod(*it, ReflectiveHandleScopeSourceInfo(this)); in VisitTargets()
593 *it = visitor->VisitField(*it, ReflectiveHandleScopeSourceInfo(this)); in VisitTargets()