Home
last modified time | relevance | path

Searched refs:ToValueIndex (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dobjects-inl.h1713 return GetContentArray()->get(ToValueIndex(descriptor_number)); in GetValue()
1791 fast_set(content_array, ToValueIndex(descriptor_number), desc->GetValue()); in Set()
1807 fast_swap(content_array, ToValueIndex(first), ToValueIndex(second)); in Swap()
Dobjects.h2205 static int ToValueIndex(int descriptor_number) { in ToValueIndex() function