Searched refs:java_method_map_ (Results 1 – 2 of 2) sorted by relevance
179 if (auto it = java_method_map_.find(entry.symbol->Name()); it != java_method_map_.end()) { in ConvertJITFrame()210 java_method_map_.emplace(symbol.Name(), JavaMethod(dso, &symbol)); in CollectJavaMethods()
85 std::unordered_map<std::string, JavaMethod> java_method_map_; variable