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

  /cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java 87 int fields_size; // uint field in class:DexClassImpl.AnnotationsDirectoryItem
123 annotationDir.fields_size = buffer.readUInt();
127 if (annotationDir.fields_size != 0) {
129 new FieldAnnotation[annotationDir.fields_size];
130 for (int i = 0; i < annotationDir.fields_size; i++) {
  /art/compiler/
image_writer.cc 316 auto fields_size = layout.FieldsSize(dex_file->NumFieldIds()); local
327 DexCacheArrayLocation {size + layout.FieldsOffset(), fields_size, kBinArtField});
333 CHECK_EQ(layout.Size(), types_size + methods_size + fields_size + strings_size);
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 1871 const Py_ssize_t fields_size = PyList_GET_SIZE(fields.get()); local
    [all...]

Completed in 71 milliseconds