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

  /art/compiler/dex/quick/
mir_to_lir.h 588 * pointers. To do this, we assign these pointers an index in pointer_storage_, and
595 uint32_t res = pointer_storage_.size();
596 pointer_storage_.push_back(pointer);
602 return reinterpret_cast<const T*>(pointer_storage_[index]);
1790 ArenaVector<const void*> pointer_storage_; member in class:art::Mir2Lir
    [all...]
codegen_util.cc     [all...]

Completed in 116 milliseconds