art_method.h | 264 return GetFieldPtr<const uint8_t*>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, vmap_table_), false); 268 SetFieldPtr<const uint8_t*>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, vmap_table_), vmap_table, false); 439 // registers. The first promoted register's corresponding dex register is vmap_table_[1], the Nth 440 // is vmap_table_[N]. vmap_table_[0] holds the length of the table. 441 const uint16_t* vmap_table_; member in class:art::mirror::ArtMethod
|