Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc1109 auto partial_singleton_did_not_escape = [](ReferenceInfo* ref_info, HBasicBlock* blk) { in HandleInvoke() local
1124 (ref_info->IsPartialSingleton() && partial_singleton_did_not_escape(ref_info, blk))) { in HandleInvoke()