Lines Matching refs:FromInt
640 set_instanceof_cache_function(Smi::FromInt(0)); in ClearInstanceofCache()
650 set_instanceof_cache_map(Smi::FromInt(0)); in CompletelyClearInstanceofCache()
651 set_instanceof_cache_function(Smi::FromInt(0)); in CompletelyClearInstanceofCache()
669 set_last_script_id(Smi::FromInt(last_id)); in NextScriptId()
675 DCHECK(arguments_adaptor_deopt_pc_offset() == Smi::FromInt(0)); in SetArgumentsAdaptorDeoptPCOffset()
676 set_arguments_adaptor_deopt_pc_offset(Smi::FromInt(pc_offset)); in SetArgumentsAdaptorDeoptPCOffset()
681 DCHECK(construct_stub_deopt_pc_offset() == Smi::FromInt(0)); in SetConstructStubDeoptPCOffset()
682 set_construct_stub_deopt_pc_offset(Smi::FromInt(pc_offset)); in SetConstructStubDeoptPCOffset()
687 DCHECK(getter_stub_deopt_pc_offset() == Smi::FromInt(0)); in SetGetterStubDeoptPCOffset()
688 set_getter_stub_deopt_pc_offset(Smi::FromInt(pc_offset)); in SetGetterStubDeoptPCOffset()
693 DCHECK(setter_stub_deopt_pc_offset() == Smi::FromInt(0)); in SetSetterStubDeoptPCOffset()
694 set_setter_stub_deopt_pc_offset(Smi::FromInt(pc_offset)); in SetSetterStubDeoptPCOffset()