Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h740 ALWAYS_INLINE FieldEncoding GetDexRegisterMapEncoding() const { in GetDexRegisterMapEncoding() function
825 return encoding.GetDexRegisterMapEncoding().Load(region_); in GetDexRegisterMapOffset()
829 encoding.GetDexRegisterMapEncoding().Store(region_, offset); in SetDexRegisterMapOffset()
929 ALWAYS_INLINE FieldEncoding GetDexRegisterMapEncoding() const { in GetDexRegisterMapEncoding() function
1044 return encoding.GetDexRegisterMapEncoding().Load(GetRegionAtDepth(encoding, depth)); in GetDexRegisterMapOffsetAtDepth()
1050 encoding.GetDexRegisterMapEncoding().Store(GetRegionAtDepth(encoding, depth), offset); in SetDexRegisterMapOffsetAtDepth()
/art/oatdump/
Doatdump.cc1615 stack_map_encoding.GetDexRegisterMapEncoding().BitSize() * num_stack_maps); in DumpCode()
1670 encoding.inline_info.encoding.GetDexRegisterMapEncoding().BitSize() * in DumpCode()