Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h308 return stack_maps_.GetRow(index); in GetStackMapAt()
322 return (index == StackMap::kNoValue) ? 0 : register_masks_.GetRow(index).GetMask(); in GetRegisterMaskOf()
332 : dex_register_catalog_.GetRow(index).GetLocation(); in GetDexRegisterCatalogEntry()
344 return method_infos_.GetRow(inline_info.GetMethodInfoIndex()).GetMethodIndex(); in GetMethodIndexOf()
366 : 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