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

  /external/v8/src/
api.h 557 static v8::Testing::StressType stress_type() { return stress_type_; } function in class:v8::internal::Testing
558 static void set_stress_type(v8::Testing::StressType stress_type) {
559 stress_type_ = stress_type;
  /external/chromium_org/chrome/test/reliability/
page_load_test.cc 552 v8::Testing::StressType stress_type = local
559 kJavaScriptStressTestSetStressRunType, stress_type);
  /external/chromium_org/v8/src/
api.h 711 static v8::Testing::StressType stress_type() { return stress_type_; } function in class:v8::internal::Testing
712 static void set_stress_type(v8::Testing::StressType stress_type) {
713 stress_type_ = stress_type;

Completed in 2328 milliseconds