Home
last modified time | relevance | path

Searched refs:is_method (Results 1 – 3 of 3) sorted by relevance

/art/tools/veridex/
Dflow_analysis.h175 bool is_method; member
177 ReflectAccessInfo(RegisterValue c, RegisterValue n, bool is_method) in ReflectAccessInfo()
178 : cls(c), name(n), is_method(is_method) {} in ReflectAccessInfo()
Dflow_analysis.cc766 uses_.push_back(ReflectAccessInfo(cls, name, info.is_method)); in AnalyzeInvoke()
/art/openjdkjvmti/
Dti_redefine.cc2826 constexpr bool is_method = std::is_same_v<art::ArtMethod*, decltype(field_or_method)>; in UpdateClassStructurally() local
2827 static_assert(is_method || std::is_same_v<art::ArtField*, decltype(field_or_method)>, in UpdateClassStructurally()
2834 if constexpr (is_method) { in UpdateClassStructurally()
2855 if constexpr (is_method) { in UpdateClassStructurally()