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