Searched defs:FunctionSorter (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/crankshaft/ | ||
H A D | hydrogen.cc | 8011 class FunctionSorter { class in namespace:v8::internal 8013 explicit FunctionSorter(int index = 0, int ticks = 0, int size = 0) function in class:v8::internal::FunctionSorter 8027 inline bool operator<(const FunctionSorter& lhs, const FunctionSorter& rhs) { 8039 FunctionSorter order[kMaxCallPolymorphism]; 8060 order[ordered_functions++] = FunctionSorter( |
Completed in 115 milliseconds