Home
last modified time | relevance | path

Searched defs:type_descriptor (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/dexlayout/
H A Ddexlayout.cc426 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString() local
438 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); in IndexString() local
459 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString() local
1030 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in DumpBytecodes() local
1172 char* type_descriptor = strdup(GetSignatureForProtoId(method_id->Proto()).c_str()); in DumpMethod() local
1295 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); in DumpSField() local
/aosp12/libnativehelper/include_platform_header_only/nativehelper/detail/
H A Dsignature_checker.h706 static constexpr const char type_descriptor[] = "(illegal)"; member
716 ConstexprStringView type_descriptor; member
/aosp12/art/compiler/debug/
H A Delf_debug_info_writer.h494 void WriteLazyType(const char* type_descriptor) { in WriteLazyType()
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.cc284 for (const auto& type_descriptor : param_types_) { in Shorty() local