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 69 enum StressType {
77 static void SetStressRunType(StressType type);
  /external/v8/src/
api.h 557 static v8::Testing::StressType stress_type() { return stress_type_; }
558 static void set_stress_type(v8::Testing::StressType stress_type) {
563 static v8::Testing::StressType stress_type_;
api.cc     [all...]

Completed in 586 milliseconds