Searched defs:SharedFunctionInfoAndCount (Results 1 – 1 of 1) sorted by relevance
577 struct SharedFunctionInfoAndCount { struct578 SharedFunctionInfoAndCount(Handle<SharedFunctionInfo> info, uint32_t count) in SharedFunctionInfoAndCount() argument589 bool operator<(const SharedFunctionInfoAndCount& that) const { in operator <()598 Handle<SharedFunctionInfo> info;599 uint32_t count;600 int start;601 int end;