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 54 void IndirectReferenceTable::AbortIfNoCheckJNI(const std::string& msg) {
65 IndirectReferenceTable::IndirectReferenceTable(size_t max_count,
96 IndirectReferenceTable::~IndirectReferenceTable() {
99 void IndirectReferenceTable::ConstexprChecks() {
127 bool IndirectReferenceTable::IsValid() const {
176 void IndirectReferenceTable::RecoverHoles(IRTSegmentState prev_state) {
209 bool IndirectReferenceTable::Resize(size_t new_size, std::string* error_msg) {
239 IndirectRef IndirectReferenceTable::Add(IRTSegmentState previous_state
    [all...]
indirect_reference_table.h 222 class IndirectReferenceTable {
229 // WARNING: Construction of the IndirectReferenceTable may fail.
231 // construction has failed and the IndirectReferenceTable will be in an
234 IndirectReferenceTable(size_t max_count,
239 ~IndirectReferenceTable();
242 * Checks whether construction of the IndirectReferenceTable succeeded.

Completed in 65 milliseconds