Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc16677 FixedArray* other_array = FixedArray::cast(other); in IsMatch() local
16678 SharedFunctionInfo* shared = SharedFunctionInfo::cast(other_array->get(0)); in IsMatch()
16680 int language_unchecked = Smi::cast(other_array->get(2))->value(); in IsMatch()
16684 int scope_position = Smi::cast(other_array->get(3))->value(); in IsMatch()
16686 String* source = String::cast(other_array->get(1)); in IsMatch()
16721 FixedArray* other_array = FixedArray::cast(obj); in HashForObject() local
16722 SharedFunctionInfo* shared = SharedFunctionInfo::cast(other_array->get(0)); in HashForObject()
16723 String* source = String::cast(other_array->get(1)); in HashForObject()
16724 int language_unchecked = Smi::cast(other_array->get(2))->value(); in HashForObject()
16727 int scope_position = Smi::cast(other_array->get(3))->value(); in HashForObject()