Home
last modified time | relevance | path

Searched refs:getEntrySize (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.h98 virtual size_t getEntrySize() const = 0;
232 virtual size_t getEntrySize() const;
250 virtual size_t getEntrySize() const;
DMipsGOT.cpp201 return gotCount * getEntrySize() > MipsGOTSize; in isGOTFull()
375 return addr() + gotSize * getEntrySize() + MipsGOTGpOffset; in getGPAddr()
507 size_t Mips32GOT::getEntrySize() const { in getEntrySize() function in mcld::Mips32GOT
542 size_t Mips64GOT::getEntrySize() const { in getEntrySize() function in mcld::Mips64GOT
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java945 private static int getEntrySize() { in getEntrySize() method in InputMethodManagerService.StartInputHistory
956 private final Entry[] mEntries = new Entry[getEntrySize()];
/frameworks/base/services/
Dart-profile16695 HSPLcom/android/server/inputmethod/InputMethodManagerService$StartInputHistory;->getEntrySize()I