Searched defs:FieldIndex (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dfield-index.h20 class FieldIndex FINAL {
22 static FieldIndex ForPropertyIndex(Map* map,
25 static FieldIndex ForInObjectOffset(int offset, Map* map = NULL);
26 static FieldIndex ForDescriptor(Map* map, int descriptor_index);
27 static FieldIndex ForLoadByFieldIndex(Map* map, int index);
28 static FieldIndex ForKeyedLookupCacheIndex(Map* map, int index);
29 static FieldIndex FromFieldAccessStubKey(int key);
74 FieldIndex(bool is_inobject, int local_index, bool is_double, function in class:v8::internal::FINAL
86 explicit FieldIndex(int bit_field) : bit_field_(bit_field) {} function in class:v8::internal::FINAL
H A Dobjects.h2051 FieldIndex index);
2052 inline Object* RawFastPropertyAt(FieldIndex index);
2053 inline void FastPropertyAtPut(FieldIndex index, Object* value);
7580 // See FieldIndex for the list of date fields.
7592 enum FieldIndex { enum in class:v8::internal::JSDate
7632 inline Object* DoGetField(FieldIndex index);
7634 Object* GetUTCField(FieldIndex index, double value, DateCache* date_cache);
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h143 static ABIArgInfo getInAlloca(unsigned FieldIndex) { argument
145 AI.setInAllocaFieldIndex(FieldIndex);
251 void setInAllocaFieldIndex(unsigned FieldIndex) { argument
253 AllocaFieldIndex = FieldIndex;
/external/chromium_org/v8/tools/
H A Dgrokdump.py1254 def FieldIndex(self, value): member in class:DescriptorArray
1265 self.FieldIndex(value),
/external/clang/lib/Sema/
H A DSemaInit.cpp1891 unsigned FieldIndex = 0; local
1917 ++FieldIndex;
1968 FieldIndex = 0;
1978 ++FieldIndex;
1986 FieldIndex = 0;
2029 if (FieldIndex >= StructuredList->getNumInits())
2030 StructuredList->resizeInits(SemaRef.Context, FieldIndex + 1);
2077 unsigned newStructuredIndex = FieldIndex;
2089 ++FieldIndex;
2092 StructuredIndex = FieldIndex;
[all...]

Completed in 291 milliseconds