Searched refs:FunctionSorter (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen.cc7762 class FunctionSorter { class in namespace:v8::internal
7764 explicit FunctionSorter(int index = 0, int ticks = 0, int size = 0) function in class:v8::internal::FunctionSorter
7778 inline bool operator<(const FunctionSorter& lhs, const FunctionSorter& rhs) {
7790 FunctionSorter order[kMaxCallPolymorphism];
7815 order[ordered_functions++] = FunctionSorter(

Completed in 196 milliseconds