Searched refs:other_array (Results 1 – 1 of 1) sorted by relevance
16677 FixedArray* other_array = FixedArray::cast(other); in IsMatch() local16678 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() local16722 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()