Home
last modified time | relevance | path

Searched refs:StressType (Results 1 – 3 of 3) sorted by relevance

/external/v8/include/
Dv8-testing.h17 enum StressType { enum
25 static void SetStressRunType(StressType type);
/external/v8/src/
Dapi.h603 static v8::Testing::StressType stress_type() { return stress_type_; } in stress_type()
604 static void set_stress_type(v8::Testing::StressType stress_type) { in set_stress_type()
609 static v8::Testing::StressType stress_type_;
Dapi.cc10483 v8::Testing::StressType internal::Testing::stress_type_ =
10487 void Testing::SetStressRunType(Testing::StressType type) { in SetStressRunType()