Home | History | Annotate | Download | only in mips

Lines Matching refs:is_js_array

3099   bool is_js_array = receiver_map->instance_type() == JS_ARRAY_TYPE;
3101 KeyedStoreElementStub(is_js_array, elements_kind, grow_mode_).GetCode();
4211 bool is_js_array,
4246 if (is_js_array) {
4252 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {
4305 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {
4375 bool is_js_array,
4409 if (is_js_array) {
4448 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {