Home
last modified time | relevance | path

Searched defs:method_map (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dreport_utils.h73 std::unordered_map<std::string, std::string> method_map; member
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.h813 MethodMap method_map; member
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc2618 std::map<art::ArtMethod*, art::ArtMethod*>* method_map, in CollectNewFieldAndMethodMappings()
2771 std::map<art::ArtMethod*, art::ArtMethod*> method_map; in UpdateClassStructurally() local