Lines Matching refs:Smi
177 set_allocation_sites_list(Smi::FromInt(0));
178 set_encountered_weak_collections(Smi::FromInt(0));
179 set_encountered_weak_cells(Smi::FromInt(0));
180 set_encountered_transition_arrays(Smi::FromInt(0));
765 int offset = Smi::cast(elements->get(j + 3))->value();
767 elements->set(j + 2, Smi::FromInt(pos));
772 set_weak_stack_trace_list(Smi::FromInt(0));
2095 reinterpret_cast<Map*>(result)->set_weak_cell_cache(Smi::FromInt(0));
2119 map->set_weak_cell_cache(Smi::FromInt(0));
2120 map->set_raw_transitions(Smi::FromInt(0));
2191 map->set_raw_transitions(Smi::FromInt(0));
2518 cell->set_property_details(PropertyDetails(Smi::FromInt(0)));
2569 // Don't use Smi-only elements optimizations for objects with the neander
2571 // bottleneck to trap the Smi-only -> fast elements transition, and there
2578 elements->set(0, Smi::FromInt(0));
2652 handle(Smi::FromInt(0), isolate()), false, "object",
2657 handle(Smi::FromInt(-1), isolate()), false, "undefined",
2662 handle(Smi::FromInt(1), isolate()), true, "boolean",
2667 handle(Smi::FromInt(0), isolate()), false, "boolean",
2672 handle(Smi::FromInt(-1), isolate()), false,
2677 handle(Smi::FromInt(-4), isolate()), false,
2682 "no_interceptor_result_sentinel", handle(Smi::FromInt(-2), isolate()),
2687 handle(Smi::FromInt(-3), isolate()), false, "undefined",
2691 handle(Smi::FromInt(-5), isolate()), false,
2696 handle(Smi::FromInt(-6), isolate()), false,
2701 handle(Smi::FromInt(-7), isolate()), false,
2714 set_instanceof_cache_function(Smi::FromInt(0));
2715 set_instanceof_cache_map(Smi::FromInt(0));
2716 set_instanceof_cache_answer(Smi::FromInt(0));
2791 set_symbol_registry(Smi::FromInt(0));
2862 set_script_list(Smi::FromInt(0));
2872 set_last_script_id(Smi::FromInt(v8::UnboundScript::kNoScriptId));
2873 set_next_template_serial_number(Smi::FromInt(0));
2881 cell->set_value(Smi::FromInt(Isolate::kArrayProtectorValid));
2889 cell->set_value(Smi::FromInt(Isolate::kArrayProtectorValid));
2893 handle(Smi::FromInt(Isolate::kArrayProtectorValid), isolate()));
2897 handle(Smi::FromInt(Isolate::kArrayProtectorValid), isolate()));
2902 set_weak_stack_trace_list(Smi::FromInt(0));
2904 set_noscript_shared_function_infos(Smi::FromInt(0));
2940 // Smi values
3186 former_start[new_start_index + 1] = Smi::FromInt(len - elements_to_trim);
3289 elements->set_base_pointer(Smi::FromInt(0), SKIP_WRITE_BARRIER);
3373 code->set_gc_metadata(Smi::FromInt(0));
3467 // to a number (e.g. Smi::FromInt(0)) and the elements initialized to a
5288 set_hash_seed(Smi::FromInt(rnd & Name::kHashBitMask));
5290 set_hash_seed(Smi::FromInt(FLAG_hash_seed));
5349 // something that looks like an out of range Smi to the GC.
5360 roots_[kStackLimitRootIndex] = Smi::FromInt(0);
5361 roots_[kRealStackLimitRootIndex] = Smi::FromInt(0);
5615 array, cell, handle(Smi::FromInt(FLAG_retain_maps_for_n_gc), isolate()),