Home
last modified time | relevance | path

Searched refs:GetRow (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dstack_map.h321 return stack_maps_.GetRow(index); in GetStackMapAt()
335 return (index == StackMap::kNoValue) ? 0 : register_masks_.GetRow(index).GetMask(); in GetRegisterMaskOf()
345 : dex_register_catalog_.GetRow(index).GetLocation(); in GetDexRegisterCatalogEntry()
357 return method_infos_.GetRow(inline_info.GetMethodInfoIndex()).GetMethodIndex(); in GetMethodIndexOf()
379 : inline_infos_.GetRow(inline_info.Row() - 1).GetNumberOfDexRegisters(); in GetInlineDexRegisterMapOf()
/art/libartbase/base/
Dbit_table.h202 ALWAYS_INLINE Accessor GetRow(uint32_t row) const { in GetRow() function