Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h350 DecodeDexRegisterMap(stack_map.Row(), /* first_dex_register= */ 0, &map); in GetDexRegisterMapOf()
369 DecodeDexRegisterMap(stack_map.Row(), first, &map); in GetInlineDexRegisterMapOf()
438 void DecodeDexRegisterMap(uint32_t stack_map_index,
Dstack_map.cc165 void CodeInfo::DecodeDexRegisterMap(uint32_t stack_map_index, in DecodeDexRegisterMap() function in art::CodeInfo