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

  /art/runtime/
indirect_reference_table.h 273 return table_[ExtractIndex(iref)];
328 static uint32_t ExtractIndex(IndirectRef iref) {
indirect_reference_table.cc 146 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << segment_state_.parts.topIndex
176 int idx = ExtractIndex(iref);
228 int idx = ExtractIndex(iref);

Completed in 28 milliseconds