Home
last modified time | relevance | path

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

/art/test/988-method-trace/
Dgen_srcs.py169 def __init__(self, staticness, pretty_params, method, kls): argument
171 self.staticness = staticness
216 staticness = get_item(IDX_STATIC_OR_VIRTUAL)
223 staticness = extract_staticness(staticness)
229 return MethodInfo(staticness, pretty_params, method, kls)
256 if method_info.staticness == 'virtual':
270 if method_info.staticness == 'static':