Home | History | Annotate | Download | only in runtime

Lines Matching refs:first_byte

278     ShortLocation first_byte = region_.LoadUnaligned<ShortLocation>(offset);
279 DexRegisterLocation::Kind kind = ExtractKindFromShortLocation(first_byte);
282 int32_t value = ExtractValueFromShortLocation(first_byte);
429 ShortLocation first_byte = region_.LoadUnaligned<ShortLocation>(offset);
430 return ExtractKindFromShortLocation(first_byte);
1628 DexRegisterLocationCatalog::ShortLocation first_byte =
1631 DexRegisterLocationCatalog::ExtractKindFromShortLocation(first_byte);