Lines Matching refs:getMayUseShortThunk
77 bool getMayUseShortThunk();
78 uint32_t size() override { return getMayUseShortThunk() ? 4 : sizeLong(); } in size()
109 bool getMayUseShortThunk();
110 uint32_t size() override { return getMayUseShortThunk() ? 4 : sizeLong(); } in size()
303 bool getMayUseShortThunk() { in getMayUseShortThunk() function in __anone8e49fa20111::PPC64R2SaveStub
312 uint32_t size() override { return getMayUseShortThunk() ? 8 : 32; } in size()
494 bool ARMThunk::getMayUseShortThunk() { in getMayUseShortThunk() function in ARMThunk
509 if (!getMayUseShortThunk()) { in writeTo()
532 bool ThumbThunk::getMayUseShortThunk() { in getMayUseShortThunk() function in ThumbThunk
547 if (!getMayUseShortThunk()) { in writeTo()
931 if (getMayUseShortThunk()) { in writeTo()