Searched refs:NoEscape (Results 1 – 1 of 1) sorted by relevance
65 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