Searched refs:GetReturnTypeDescriptor (Results 1 - 4 of 4) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc1270 const char* descriptor = dex_file_->GetReturnTypeDescriptor(proto_id);
2200 return_type = &reg_types_.FromClass(h_called_method->GetReturnTypeDescriptor(),
2239 return_type_descriptor = called_method->GetReturnTypeDescriptor();
2320 descriptor = called_method->GetReturnTypeDescriptor();
2378 descriptor = abs_method->GetReturnTypeDescriptor();
2645 const char* descriptor = called_method->GetReturnTypeDescriptor();
4053 return_type_ = &reg_types_.FromClass(mirror_method_->GetReturnTypeDescriptor(),
/art/runtime/mirror/
H A Dart_method-inl.h499 inline const char* ArtMethod::GetReturnTypeDescriptor() { function in class:art::mirror::ArtMethod
H A Dart_method.h471 const char* GetReturnTypeDescriptor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/
H A Ddex_file.h685 const char* GetReturnTypeDescriptor(const ProtoId& proto_id) const { function in class:art::DexFile

Completed in 64 milliseconds