Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dvar_handle_test.cc168 static ObjPtr<MethodType> MethodTypeOf(const std::string& method_descriptor) { in MethodTypeOf() argument
171 auto it = method_descriptor.cbegin(); in MethodTypeOf()
173 LOG(FATAL) << "Bad descriptor: " << method_descriptor; in MethodTypeOf()
178 for (; it != method_descriptor.cend() && !returnValueSeen; ++it) { in MethodTypeOf()
181 descriptors.push_back(std::string(++it, method_descriptor.cend())); in MethodTypeOf()
209 LOG(FATAL) << "Bad descriptor: " << method_descriptor; in MethodTypeOf()