Searched refs:stress_type (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dapi.h689 static v8::Testing::StressType stress_type() { return stress_type_; } function in class:v8::internal::Testing
690 static void set_stress_type(v8::Testing::StressType stress_type) { argument
691 stress_type_ = stress_type;
H A Dapi.cc8705 if (internal::Testing::stress_type() == Testing::kStressTypeDeopt &&

Completed in 1038 milliseconds