Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type_test.cc37 static std::string FullyQualifiedType(const std::string& shorthand) { in FullyQualifiedType() argument
38 return "Ljava/lang/" + shorthand + ";"; in FullyQualifiedType()
/art/runtime/
Dmethod_handles.cc99 #define CASE_PRIMITIVE(primitive, abbrev, _, shorthand) \ in GetUnboxedTypeAndValue() argument
102 value->Set ## shorthand(primitive_field->Get ## abbrev(o)); \ in GetUnboxedTypeAndValue()
/art/cmdline/
DREADME.md116 This is meant to be another shorthand (like `WithRange`) to avoid writing a custom type parser. In