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

  /art/runtime/
indirect_reference_table.cc 51 void IndirectReferenceTable::AbortIfNoCheckJNI(const std::string& msg) {
62 IndirectReferenceTable::IndirectReferenceTable(size_t max_count,
90 IndirectReferenceTable::~IndirectReferenceTable() {
93 void IndirectReferenceTable::ConstexprChecks() {
121 bool IndirectReferenceTable::IsValid() const {
170 void IndirectReferenceTable::RecoverHoles(IRTSegmentState prev_state) {
203 bool IndirectReferenceTable::Resize(size_t new_size, std::string* error_msg) {
226 IndirectRef IndirectReferenceTable::Add(IRTSegmentState previous_state
    [all...]
indirect_reference_table.h 219 class IndirectReferenceTable {
226 // WARNING: Construction of the IndirectReferenceTable may fail.
228 // construction has failed and the IndirectReferenceTable will be in an
231 IndirectReferenceTable(size_t max_count,
236 ~IndirectReferenceTable();
239 * Checks whether construction of the IndirectReferenceTable succeeded.

Completed in 62 milliseconds