Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dstack_map.h328 return stack_maps_.GetRow(index); in GetStackMapAt()
342 return (index == StackMap::kNoValue) ? 0 : register_masks_.GetRow(index).GetMask(); in GetRegisterMaskOf()
352 : dex_register_catalog_.GetRow(index).GetLocation(); in GetDexRegisterCatalogEntry()
364 return method_infos_.GetRow(inline_info.GetMethodInfoIndex()).GetMethodIndex(); in GetMethodIndexOf()
386 : inline_infos_.GetRow(inline_info.Row() - 1).GetNumberOfDexRegisters(); in GetInlineDexRegisterMapOf()
/aosp12/art/libartbase/base/
H A Dbit_table.h202 ALWAYS_INLINE Accessor GetRow(uint32_t row) const { in GetRow() function