Home
last modified time | relevance | path

Searched defs:dex_register_location (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.cc138 DexRegisterLocation dex_register_location = in ComputeDexRegisterLocationCatalogSize() local
218 DexRegisterLocation dex_register_location = location_catalog_entries_.Get(i); in FillIn() local
/art/runtime/
Dstack_map.h241 void SetRegisterInfo(size_t offset, const DexRegisterLocation& dex_register_location) { in SetRegisterInfo()