Home
last modified time | relevance | path

Searched refs:is_method (Results 1 – 4 of 4) 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.cc789 uses_.push_back(ReflectAccessInfo(cls, name, info.is_method)); in AnalyzeInvoke()
/art/test/2246-trace-v2/
Ddump_trace.cc59 bool is_method) { in ProcessThreadOrMethodInfo() argument
61 uint8_t header_length = is_method ? 10 : 6; in ProcessThreadOrMethodInfo()
66 uint8_t num_bytes_for_id = is_method ? 8 : 4; in ProcessThreadOrMethodInfo()
/art/openjdkjvmti/
Dti_redefine.cc2821 constexpr bool is_method = std::is_same_v<art::ArtMethod*, decltype(field_or_method)>; in UpdateClassStructurally() local
2822 static_assert(is_method || std::is_same_v<art::ArtField*, decltype(field_or_method)>, in UpdateClassStructurally()
2829 if constexpr (is_method) { in UpdateClassStructurally()
2850 if constexpr (is_method) { in UpdateClassStructurally()