Home
last modified time | relevance | path

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

/aosp12/art/runtime/jni/
H A Djni_id_manager.cc251 return method_id_map_; in GetGenericMap()
472 for (auto it = method_id_map_.begin(); it != method_id_map_.end(); ++it) { in VisitReflectiveTargets()
474 uintptr_t id = IndexToId(std::distance(method_id_map_.begin(), it)); in VisitReflectiveTargets()
660 jidsrs.Initialize(method_id_map_, field_id_map_); in EndDefer()
H A Djni_id_manager.h91 std::vector<ArtMethod*> method_id_map_ GUARDED_BY(Locks::jni_id_lock_);
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.cc660 MethodDeclData& entry = method_id_map_[{type, name, prototype}]; in GetOrDeclareMethod()
687 for (const auto& entry : method_id_map_) { in GetPrototypeByMethodId()
H A Ddex_builder.h599 std::map<MethodDescriptor, MethodDeclData> method_id_map_; variable