Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.cc918 bool object_is_this = (data.method_is_static == 0u && data.object_arg == 0u); in GenInlineIGet() local
919 if (!object_is_this) { in GenInlineIGet()
928 if (object_is_this) { in GenInlineIGet()
977 bool object_is_this = (data.method_is_static == 0u && data.object_arg == 0u); in GenInlineIPut() local
978 if (!object_is_this) { in GenInlineIPut()
987 if (object_is_this) { in GenInlineIPut()