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.py487 def get_access_mode(accessor_method): argument
489 return re.sub('([A-Z])', r'_\1', accessor_method).upper()
492 def get_access_mode_form(accessor_method): argument
503 if accessor_method.startswith(prefix):
505 raise ValueError(accessor_method)
/art/runtime/mirror/
Dvar_handle.h144 static const char* GetReturnTypeDescriptor(const char* accessor_method);