Home
last modified time | relevance | path

Searched refs:GetFieldIndex (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/
Dproperty.h245 return holder()->FastPropertyAt(GetFieldIndex()); in GetLazyValue()
267 int GetFieldIndex() { in GetFieldIndex() function
Dproperty.cc63 PrintF(" -index = %d", GetFieldIndex()); in Print()
Dic.cc514 int index = lookup->GetFieldIndex(); in UpdateCaches()
666 int index = lookup.GetFieldIndex() - map->inobject_properties(); in Load()
672 return lookup.holder()->FastPropertyAt(lookup.GetFieldIndex()); in Load()
725 lookup->GetFieldIndex()); in UpdateCaches()
940 lookup->GetFieldIndex()); in UpdateCaches()
1081 lookup->GetFieldIndex()); in UpdateCaches()
1228 lookup->GetFieldIndex()); in UpdateCaches()
Dbootstrapper.cc785 ASSERT(lookup.GetFieldIndex() == Heap::arguments_callee_index); in InitializeGlobal()
789 ASSERT(lookup.GetFieldIndex() == Heap::arguments_length_index); in InitializeGlobal()
1392 int index = descs->GetFieldIndex(i); in TransferNamedProperties()
Dstring-stream.cc365 Object* value = js_object->FastPropertyAt(descs->GetFieldIndex(i)); in PrintUsingMap()
Dhandles.cc334 return Handle<Object>(obj->FastPropertyAt(descriptors->GetFieldIndex(0))); in GetHiddenProperties()
Dobjects.cc492 value = holder->FastPropertyAt(result->GetFieldIndex()); in GetProperty()
1718 FastPropertyAt(result->GetFieldIndex())->IsTheHole()) { in LocalLookupRealNamedProperty()
1866 return FastPropertyAtPut(result->GetFieldIndex(), value); in SetProperty()
1945 return FastPropertyAtPut(result.GetFieldIndex(), value); in IgnoreAttributesAndSetLocalProperty()
2141 Object* value = FastPropertyAt(descs->GetFieldIndex(i)); in NormalizeProperties()
2603 return descs->GetFieldIndex(i); in PropertyIndexFor()
2615 int current_index = descs->GetFieldIndex(i); in NextFreePropertyIndex()
2907 if (FastPropertyAt(descs->GetFieldIndex(i)) == value) { in SlowReverseLookup()
Dobjects-debug.cc409 int index = descs->GetFieldIndex(i); in PrintProperties()
Druntime.cc1075 int index = lookup.GetFieldIndex(); in Runtime_InitializeConstGlobal()
1166 int index = lookup.GetFieldIndex(); in Runtime_InitializeConstContextSlot()
2938 int offset = result.GetFieldIndex(); in Runtime_KeyedGetProperty()
6293 result->holder())->FastPropertyAt(result->GetFieldIndex()); in DebugLookupResultValue()
Dobjects-inl.h1453 int DescriptorArray::GetFieldIndex(int descriptor_number) { in GetFieldIndex() function
Dobjects.h1728 inline int GetFieldIndex(int descriptor_number);
/external/v8/src/x64/
Dfast-codegen-x64.cc77 int index = lookup.GetFieldIndex() - map->inobject_properties(); in EmitThisPropertyStore()
129 int index = lookup.GetFieldIndex() - map->inobject_properties(); in EmitThisPropertyLoad()
Dstub-cache-x64.cc500 lookup->GetFieldIndex()); in CompileCacheable()
/external/v8/src/arm/
Dfast-codegen-arm.cc78 int index = lookup.GetFieldIndex() - map->inobject_properties(); in EmitThisPropertyStore()
124 int index = lookup.GetFieldIndex() - map->inobject_properties(); in EmitThisPropertyLoad()
Dstub-cache-arm.cc504 lookup->GetFieldIndex()); in CompileCacheable()
/external/v8/src/ia32/
Dfast-codegen-ia32.cc510 int index = lookup.GetFieldIndex() - map->inobject_properties(); in EmitThisPropertyStore()
562 int index = lookup.GetFieldIndex() - map->inobject_properties(); in EmitThisPropertyLoad()
Dstub-cache-ia32.cc420 lookup->GetFieldIndex()); in CompileCacheable()