Searched refs:method_names (Results 1 – 2 of 2) sorted by relevance
48 map<jmethodID, string> method_names; member in class_details63 cls.method_names[passed_methods->method_id] = in class_load()104 cls_info.method_names.find(method); in compiled_method_load()105 if (method_it == cls_info.method_names.end()) { in compiled_method_load()
107 std::set<std::string> method_names; in EnumerateNamedProperties() local109 dispatcher_->GetJavaMethods(object_id_, &method_names); in EnumerateNamedProperties()110 return std::vector<std::string> (method_names.begin(), method_names.end()); in EnumerateNamedProperties()