Home | History | Annotate | Download | only in dexlayout

Lines Matching defs:static_data

384   const uint8_t* static_data = dex_file.GetEncodedStaticFieldValuesArray(disk_class_def);
386 CreateEncodedArrayItem(static_data, disk_class_def.static_values_off_);
412 EncodedArrayItem* Collections::CreateEncodedArrayItem(const uint8_t* static_data, uint32_t offset) {
413 static_data == nullptr) {
420 uint32_t size = DecodeUnsignedLeb128(&static_data);
423 values->push_back(std::unique_ptr<EncodedValue>(ReadEncodedValue(&static_data)));