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

  /external/v8/src/arm/
full-codegen-arm.cc 347 static const int kMaxBackEdgeWeight = 127;
361 weight = Min(kMaxBackEdgeWeight,
413 weight = Min(kMaxBackEdgeWeight,
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 337 static const int kMaxBackEdgeWeight = 127;
351 weight = Min(kMaxBackEdgeWeight,
413 weight = Min(kMaxBackEdgeWeight,
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 350 static const int kMaxBackEdgeWeight = 127;
369 weight = Min(kMaxBackEdgeWeight,
422 weight = Min(kMaxBackEdgeWeight,
    [all...]

Completed in 1033 milliseconds