Lines Matching refs:fixed_array
6641 FixedArray* fixed_array, in StringBuilderConcatHelper() argument
6645 Object* element = fixed_array->get(i); in StringBuilderConcatHelper()
6657 Object* obj = fixed_array->get(++i); in StringBuilderConcatHelper()
6698 FixedArray* fixed_array = FixedArray::cast(array->elements()); in RUNTIME_FUNCTION() local
6699 if (fixed_array->length() < array_length) { in RUNTIME_FUNCTION()
6700 array_length = fixed_array->length(); in RUNTIME_FUNCTION()
6706 Object* first = fixed_array->get(0); in RUNTIME_FUNCTION()
6714 Object* elt = fixed_array->get(i); in RUNTIME_FUNCTION()
6732 Object* next_smi = fixed_array->get(i); in RUNTIME_FUNCTION()
6776 fixed_array, in RUNTIME_FUNCTION()
6787 fixed_array, in RUNTIME_FUNCTION()
6808 FixedArray* fixed_array = FixedArray::cast(array->elements()); in RUNTIME_FUNCTION() local
6809 if (fixed_array->length() < array_length) { in RUNTIME_FUNCTION()
6810 array_length = fixed_array->length(); in RUNTIME_FUNCTION()
6816 Object* first = fixed_array->get(0); in RUNTIME_FUNCTION()
6829 Object* element_obj = fixed_array->get(i); in RUNTIME_FUNCTION()
6855 String* first = String::cast(fixed_array->get(0)); in RUNTIME_FUNCTION()
6865 String* element = String::cast(fixed_array->get(i)); in RUNTIME_FUNCTION()