OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stress_type
(Results
1 - 2
of
2
) 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/v8/src/
api.h
705
static v8::Testing::StressType
stress_type
() { return stress_type_; }
function in class:v8::internal::Testing
706
static void set_stress_type(v8::Testing::StressType
stress_type
) {
707
stress_type_ =
stress_type
;
Completed in 24 milliseconds