Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Descape.h65 virtual bool NoEscape(HInstruction* reference, HInstruction* user) = 0;
67 return NoEscape(ref, user); in operator()
76 bool NoEscape(HInstruction* ref, HInstruction* user) override { in NoEscape() function