Home
last modified time | relevance | path

Searched defs:return_arg_plus1 (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/dex/
H A Dinline_method_analyser.h55 uint16_t return_arg_plus1 : 4; // iput only, method argument to return + 1, 0 = return void. member
H A Dinline_method_analyser.cc651 uint16_t return_arg_plus1 = 0u; in AnalyseIPutMethod() local