HomeSort by relevance Sort by last modified time
    Searched defs:GetReturnTypeDescriptor (Results 1 - 4 of 4) sorted by null

  /art/runtime/mirror/
method_handle_impl.cc 25 const char* MethodHandle::GetReturnTypeDescriptor(const char* invoke_method_name) {
var_handle.cc     [all...]
  /art/libdexfile/dex/
dex_file-inl.h 126 inline const char* DexFile::GetReturnTypeDescriptor(const ProtoId& proto_id) const {
  /art/runtime/
art_method-inl.h 303 inline const char* ArtMethod::GetReturnTypeDescriptor() {
310 return Primitive::GetType(GetReturnTypeDescriptor()[0]);

Completed in 214 milliseconds