Home
last modified time | relevance | path

Searched refs:accessor_method (Results 1 – 2 of 2) sorted by relevance

/art/test/712-varhandle-invocations/util-src/
Dgenerate_java.py709 def get_access_mode(accessor_method): argument
711 return re.sub('([A-Z])', r'_\1', accessor_method).upper()
714 def get_access_mode_form(accessor_method): argument
725 if accessor_method.startswith(prefix):
727 raise ValueError(accessor_method)
/art/runtime/mirror/
Dvar_handle.h168 static const char* GetReturnTypeDescriptor(const char* accessor_method);