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

  /external/vixl/src/aarch64/
macro-assembler-aarch64.h     [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.h 316 size_t GetLiteralPoolSize() const { return literal_pool_.GetSize(); }
378 bool IsEmpty() const { return GetLiteralPoolSize() == 0; }
743 size_t GetLiteralPoolSize() const {
744 return literal_pool_manager_.GetLiteralPoolSize();
    [all...]

Completed in 793 milliseconds