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

/art/runtime/
H A Dstack_map.h202 void SetRegisterInfo(size_t offset, const DexRegisterLocation& dex_register_location) { argument
203 DexRegisterLocation::Kind kind = ComputeCompressedKind(dex_register_location);
204 int32_t value = dex_register_location.GetValue();

Completed in 7 milliseconds