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

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

Completed in 129 milliseconds