Home
last modified time | relevance | path

Searched defs:with_signature (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/external/include/art_api/
Ddex_file_support.h195 MethodInfo GetMethodInfoForOffset(int64_t dex_offset, bool with_signature) { in GetMethodInfoForOffset()
209 std::vector<MethodInfo> GetAllMethodInfos(bool with_signature) { in GetAllMethodInfos()
/art/libdexfile/external/
Ddex_file_ext.cc331 int with_signature, in ExtDexFileGetMethodInfoForOffset()
362 int with_signature, in ExtDexFileGetAllMethodInfos()
/art/runtime/
Dart_method.cc803 std::string ArtMethod::PrettyMethod(ArtMethod* m, bool with_signature) { in PrettyMethod()
810 std::string ArtMethod::PrettyMethod(bool with_signature) { in PrettyMethod()