Home | History | Annotate | Download | only in runtime

Lines Matching defs:Decode

772   // Decode the encoding from a pointer, updates the pointer.
773 void Decode(const uint8_t** ptr) {
952 // Decode the encoding from a pointer, updates the pointer.
953 void Decode(const uint8_t** ptr) {
1094 void Decode(const uint8_t** ptr) {
1118 ALWAYS_INLINE void Decode(const uint8_t** ptr) {
1120 encoding.Decode(ptr);
1158 ALWAYS_INLINE void Decode(const uint8_t** ptr) {
1210 void Decode(const uint8_t** ptr) {
1285 dex_register_map.Decode(&ptr);
1286 location_catalog.Decode(&ptr);
1287 stack_map.Decode(&ptr);
1288 register_mask.Decode(&ptr);
1289 stack_mask.Decode(&ptr);
1290 invoke_info.Decode(&ptr);
1292 inline_info.Decode(&ptr);