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
17
enum
StressType
{
25
static void SetStressRunType(
StressType
type);
/external/v8/src/
api.h
661
static v8::Testing::
StressType
stress_type() { return stress_type_; }
662
static void set_stress_type(v8::Testing::
StressType
stress_type) {
667
static v8::Testing::
StressType
stress_type_;
api.cc
[
all
...]
Completed in 196 milliseconds