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

  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 49 LiteralPool::LiteralPool(MacroAssembler* masm)
56 LiteralPool::~LiteralPool() {
67 void LiteralPool::Reset() {
83 void LiteralPool::CheckEmitFor(size_t amount, EmitOption option) {
105 friend void LiteralPool::Emit(LiteralPool::EmitOption);
110 void LiteralPool::Emit(EmitOption option) {
159 void LiteralPool::AddEntry(RawLiteral* literal)
    [all...]
macro-assembler-aarch64.h 106 class LiteralPool : public Pool {
108 explicit LiteralPool(MacroAssembler* masm);
109 ~LiteralPool();
159 inline size_t LiteralPool::GetSize() const {
165 inline size_t LiteralPool::GetMaxSize() const {
171 inline ptrdiff_t LiteralPool::GetNextRecommendedCheckpoint() {
    [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.h 46 // LiteralPool class, defined as a container for literals
47 class LiteralPool {
52 LiteralPool() : size_(0) {}
53 ~LiteralPool() {
311 LiteralPool* GetLiteralPool() { return &literal_pool_; }
392 LiteralPool literal_pool_;
735 void EmitLiteralPool(LiteralPool* const literal_pool, EmitOption option);
    [all...]

Completed in 2674 milliseconds