HomeSort by relevance Sort by last modified time
    Searched refs:CallPushesPC (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
code_generator.h 484 return GetFrameSize() == (CallPushesPC() ? GetWordSize() : 0);
668 bool CallPushesPC() const {
    [all...]
code_generator.cc 466 SetFrameSize(CallPushesPC() ? GetWordSize() : 0);
    [all...]

Completed in 66 milliseconds