Home
last modified time | relevance | path

Searched refs:ExtractIndex (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dindirect_reference_table-inl.h44 int idx = ExtractIndex(iref); in GetChecked()
80 uint32_t idx = ExtractIndex(iref); in Get()
91 uint32_t idx = ExtractIndex(iref); in Update()
Dindirect_reference_table.cc147 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << segment_state_.parts.topIndex in Add()
197 const int idx = ExtractIndex(iref); in Remove()
Dindirect_reference_table.h359 static uint32_t ExtractIndex(IndirectRef iref) { in ExtractIndex() function