HomeSort by relevance Sort by last modified time
    Searched refs:UpdateRange (Results 1 - 5 of 5) sorted by null

  /art/runtime/base/
histogram_test.cc 93 TEST(Histtest, UpdateRange) {
94 std::unique_ptr<Histogram<uint64_t>> hist(new Histogram<uint64_t>("UpdateRange", 5));
125 std::string expected("UpdateRange:\tSum: 2.654ms 99% C.I. 15us-212us Avg: 126.380us Max: 212us\n");
  /external/v8/src/compiler/
types.h 652 static int UpdateRange(Type* type, UnionType* result, int size, Zone* zone);
types.cc 677 size = UpdateRange(RangeType::New(lims, zone), result, size, zone);
687 int Type::UpdateRange(Type* range, UnionType* result, int size, Zone* zone) {
    [all...]
  /external/v8/src/ast/
ast-types.cc 787 size = UpdateRange(AstRangeType::New(lims, representation, zone), result,
798 int AstType::UpdateRange(AstType* range, AstUnionType* result, int size,
    [all...]
ast-types.h 939 static int UpdateRange(AstType* type, AstUnionType* result, int size,
    [all...]

Completed in 218 milliseconds