Home
last modified time | relevance | path

Searched refs:GetDictionaryEntry (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dproperty.cc56 PrintF(out, " -entry = %d", GetDictionaryEntry()); in Print()
Dproperty.h304 value = holder()->property_dictionary()->ValueAt(GetDictionaryEntry()); in GetLazyValue()
346 int GetDictionaryEntry() { in GetDictionaryEntry() function
Dobjects.cc424 Object* value = property_dictionary()->ValueAt(result->GetDictionaryEntry()); in GetNormalizedProperty()
438 property_dictionary()->ValueAt(result->GetDictionaryEntry())); in SetNormalizedProperty()
441 property_dictionary()->ValueAtPut(result->GetDictionaryEntry(), value); in SetNormalizedProperty()
11573 Object* value = property_dictionary()->ValueAt(result->GetDictionaryEntry()); in GetPropertyCell()