/external/proguard/src/proguard/classfile/editor/ |
ClassEditor.java | 154 int fieldIndex = findFieldIndex(field); 157 System.arraycopy(fields, fieldIndex+1, 158 fields, fieldIndex, 159 fieldsCount - fieldIndex - 1);
|
/external/v8/src/compiler/ |
access-info.cc | 77 Type* receiver_type, FieldIndex field_index, Type* field_type, 120 FieldIndex field_index, 269 FieldIndex field_index = FieldIndex::ForPropertyIndex( 379 FieldIndex field_index = FieldIndex::ForInObjectOffset(offset); 407 FieldIndex field_index = FieldIndex::ForInObjectOffset(offset); 446 FieldIndex field_index = FieldIndex::ForPropertyIndex [all...] |
access-builder.h | 56 static FieldAccess ForJSDateField(JSDate::FieldIndex index);
|
/external/icu/icu4c/source/i18n/ |
smpdtfst.cpp | 104 UnicodeSet *SimpleDateFormatStaticSets::getIgnorables(UDateFormatField fieldIndex) 112 switch (fieldIndex) {
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
EncodedValue.java | 96 int fieldIndex = reader.readSizedSmallUint(valueArg+1); 97 out.annotate(valueArg+1, "value = %s", FieldIdItem.getReferenceAnnotation(reader.dexBuf, fieldIndex)); 106 fieldIndex = reader.readSizedSmallUint(valueArg+1); 107 out.annotate(valueArg+1, "value = %s", FieldIdItem.getReferenceAnnotation(reader.dexBuf, fieldIndex));
|
ClassDataItem.java | 133 int fieldIndex = previousIndex + indexDelta; 135 FieldIdItem.getReferenceAnnotation(dexFile, fieldIndex)); 141 return fieldIndex;
|
AnnotationDirectoryItem.java | 78 int fieldIndex = dexFile.readSmallUint(out.getCursor()); 79 out.annotate(4, "%s", FieldIdItem.getReferenceAnnotation(dexFile, fieldIndex));
|
/libcore/dex/src/main/java/com/android/dex/ |
Dex.java | 336 public int nameIndexFromFieldIndex(int fieldIndex) { 337 checkBounds(fieldIndex, tableOfContents.fieldIds.size); 338 int position = tableOfContents.fieldIds.off + (SizeOf.MEMBER_ID_ITEM * fieldIndex); 377 public int typeIndexFromFieldIndex(int fieldIndex) { 378 checkBounds(fieldIndex, tableOfContents.fieldIds.size); 379 int position = tableOfContents.fieldIds.off + (SizeOf.MEMBER_ID_ITEM * fieldIndex); 734 int fieldIndex = 0; 736 fieldIndex += readUleb128(); // field index diff 738 result[i] = new ClassData.Field(fieldIndex, accessFlags); [all...] |
/external/clang/include/clang/CodeGen/ |
CGFunctionInfo.h | 147 static ABIArgInfo getInAlloca(unsigned FieldIndex) { 149 AI.setInAllocaFieldIndex(FieldIndex); 255 void setInAllocaFieldIndex(unsigned FieldIndex) { 257 AllocaFieldIndex = FieldIndex;
|
/external/v8/src/ |
layout-descriptor.cc | 266 FieldIndex field_index = FieldIndex::ForDescriptor(map, i);
|
code-stubs.h | [all...] |
lookup.cc | 441 FieldIndex field_index = FieldIndex::ForDescriptor(*holder_map_, number_); 468 FieldIndex LookupIterator::GetFieldIndex() const { 476 return FieldIndex::ForPropertyIndex(*holder_map_, index, is_double);
|
string-stream.cc | 366 FieldIndex index = FieldIndex::ForDescriptor(map, i);
|
lookup.h | 245 FieldIndex GetFieldIndex() const;
|
/dalvik/dx/src/com/android/dx/merge/ |
IndexMap.java | 160 public int adjustField(int fieldIndex) { 161 return fieldIds[fieldIndex] & 0xffff;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
DexBackedClassDef.java | 188 previousIndex = item.fieldIndex; 247 previousIndex = item.fieldIndex;
|
/external/v8/test/cctest/ |
test-inobject-slack-tracking.cc | 92 FieldIndex index = FieldIndex::ForPropertyIndex(obj->map(), property_index); 97 static double GetDoubleFieldValue(JSObject* obj, FieldIndex field_index) { 109 FieldIndex index = FieldIndex::ForPropertyIndex(obj->map(), property_index); [all...] |
/external/clang/lib/CodeGen/ |
CGExprConstant.cpp | [all...] |
CGBlocks.h | 147 unsigned FieldIndex;
|
/external/v8/src/ic/ |
handler-compiler.cc | 194 FieldIndex field) { 501 FieldIndex::ForDescriptor(*transition, descriptor),
|
handler-compiler.h | 123 Handle<Code> CompileLoadField(Handle<Name> name, FieldIndex index);
|
/prebuilts/go/darwin-x86/src/go/types/ |
lookup.go | 319 // fieldIndex returns the index for the field with matching package and name, or a value < 0. 320 func fieldIndex(fields []*Var, pkg *Package, name string) int {
|
/prebuilts/go/linux-x86/src/go/types/ |
lookup.go | 319 // fieldIndex returns the index for the field with matching package and name, or a value < 0. 320 func fieldIndex(fields []*Var, pkg *Package, name string) int {
|
/external/skia/include/views/animated/ |
SkWidgetViews.h | 300 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
setupapi.h | [all...] |