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

  /external/v8/include/
v8-testing.h 17 enum StressType {
25 static void SetStressRunType(StressType type);
  /external/v8/src/
api.h 687 static v8::Testing::StressType stress_type() { return stress_type_; }
688 static void set_stress_type(v8::Testing::StressType stress_type) {
693 static v8::Testing::StressType stress_type_;
api.cc     [all...]

Completed in 46 milliseconds