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 374 return GetFrameSize() == (CallPushesPC() ? GetWordSize() : 0);
551 bool CallPushesPC() const {
code_generator.cc 288 SetFrameSize(CallPushesPC() ? GetWordSize() : 0);
    [all...]

Completed in 1701 milliseconds