OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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