Searched refs:number_of_values_ (Results 1 – 2 of 2) sorted by relevance
66 new(zone) HCapturedObject(number_of_values_, number_of_objects_, zone); in NewState()77 for (int index = 0; index < number_of_values_; index++) { in NewStateForAllocation()90 for (int index = 0; index < number_of_values_; index++) { in NewStateForLoopHeader()104 for (int index = 0; index < number_of_values_; index++) { in NewStateCopy()271 for (int index = 0; index < number_of_values_; index++) { in AnalyzeDataFlow()301 number_of_values_ = size_in_bytes / kPointerSize; in PerformScalarReplacement()308 cumulative_values_ += number_of_values_; in PerformScalarReplacement()
21 number_of_values_(0), in HEscapeAnalysisPhase()59 int number_of_values_; variable