Lines Matching refs:ToInt
248 int info = Smi::ToInt(scope_info->get(info_index)); in Create()
599 return Smi::ToInt(get(PositionInfoIndex())); in StartPosition()
604 return Smi::ToInt(get(PositionInfoIndex() + 1)); in EndPosition()
635 int value = Smi::ToInt(get(info_index)); in ContextLocalMode()
643 int value = Smi::ToInt(get(info_index)); in ContextLocalInitFlag()
651 int value = Smi::ToInt(get(info_index)); in ContextLocalIsParameter()
658 int value = Smi::ToInt(get(info_index)); in ContextLocalParameterNumber()
666 int value = Smi::ToInt(get(info_index)); in ContextLocalMaybeAssignedFlag()
689 int module_vars_count = Smi::ToInt(get(ModuleVariableCountIndex())); in ModuleIndex()
761 return Smi::ToInt(get(ReceiverInfoIndex())); in ReceiverContextSlotIndex()
771 return Smi::ToInt(get(FunctionNameInfoIndex() + 1)); in FunctionContextSlotIndex()
828 DCHECK_LT(i, Smi::ToInt(get(ModuleVariableCountIndex()))); in ModuleVariable()
831 int properties = Smi::ToInt(get(entry + kModuleVariablePropertiesOffset)); in ModuleVariable()
837 *index = Smi::ToInt(get(entry + kModuleVariableIndexOffset)); in ModuleVariable()
957 return Smi::ToInt(regular_exports()->get(i * kRegularExportLength + in RegularExportCellIndex()