Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h295 return GetFrameSize() == (CallPushesPC() ? GetWordSize() : 0); in HasEmptyFrame()
399 bool CallPushesPC() const { in CallPushesPC() function
Dcode_generator.cc249 SetFrameSize(CallPushesPC() ? GetWordSize() : 0); in InitializeCodeGeneration()