HomeSort by relevance Sort by last modified time
    Searched refs:DataPointer (Results 1 - 8 of 8) sorted by null

  /art/libdexfile/dex/
dex_file.h 657 return DataPointer<TypeList>(class_def.interfaces_off_);
680 return DataPointer<uint8_t>(class_def.class_data_off_);
686 return DataPointer<CodeItem>(code_off);
731 return DataPointer<TypeList>(proto_id.parameters_off_);
735 return DataPointer<uint8_t>(class_def.static_values_off_);
790 return DataPointer<AnnotationsDirectoryItem>(class_def.annotations_off_);
794 return DataPointer<AnnotationSetItem>(anno_dir->class_annotations_off_);
827 return DataPointer<AnnotationSetItem>(anno_item.annotations_off_);
832 return DataPointer<AnnotationSetItem>(anno_item.annotations_off_);
837 return DataPointer<AnnotationSetRefList>(anno_item->annotations_off_)
    [all...]
dex_file_verifier_test.cc 230 // Need to manually decode the four entries. DataPointer() doesn't work for this, as the first
239 trailing = it.DataPointer();
256 trailing = it.DataPointer();
841 // Need to manually decode the four entries. DataPointer() doesn't work for this, as the first
    [all...]
dex_file.cc 49 uint8_t* data = const_cast<uint8_t*>(class_it.DataPointer());
  /art/tools/veridex/
resolver.cc 48 field_infos_[it.GetMemberIndex()] = it.DataPointer();
51 field_infos_[it.GetMemberIndex()] = it.DataPointer();
54 method_infos_[it.GetMemberIndex()] = it.DataPointer();
161 return it.DataPointer();
219 return it.DataPointer();
273 return it.DataPointer();
  /external/tensorflow/tensorflow/compiler/xla/
array2d_test.cc 128 TEST(Array2dTest, DataPointer) {
array_test.cc 133 TEST(ArrayTest, DataPointer) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
GenFw.c     [all...]
  /art/tools/hiddenapi/
hiddenapi.cc 119 const uint8_t* ptr = it_.DataPointer();

Completed in 232 milliseconds