|
V8 Project
|
#include <flags.h>
Collaboration diagram for v8::internal::FlagList:Static Public Member Functions | |
| static List< const char * > * | argv () |
| static int | SetFlagsFromCommandLine (int *argc, char **argv, bool remove_flags) |
| static int | SetFlagsFromString (const char *str, int len) |
| static void | ResetAllFlags () |
| static void | PrintHelp () |
| static void | EnforceFlagImplications () |
|
static |
Definition at line 221 of file flags.cc.
References v8::internal::List< T, AllocationPolicy >::Add(), v8::internal::OStringStream::c_str(), DCHECK, v8::internal::anonymous_namespace{flags.cc}::flags, NULL, v8::internal::anonymous_namespace{flags.cc}::num_flags, and v8::internal::StrDup().
Referenced by SetFlagsFromCommandLine(), and SetFlagsFromString().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 545 of file flags.cc.
Referenced by v8::internal::V8::InitializeOncePerProcessImpl().
Here is the caller graph for this function:
|
static |
Definition at line 516 of file flags.cc.
References v8::internal::anonymous_namespace{flags.cc}::flags, v8::internal::anonymous_namespace{flags.cc}::num_flags, v8::internal::CpuFeatures::PrintFeatures(), v8::internal::CpuFeatures::PrintTarget(), v8::internal::CpuFeatures::Probe(), and v8::internal::Type2String().
Referenced by main(), and SetFlagsFromCommandLine().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 508 of file flags.cc.
References v8::internal::anonymous_namespace{flags.cc}::flags, v8::internal::anonymous_namespace{flags.cc}::num_flags, and v8::internal::anonymous_namespace{flags.cc}::Flag::Reset().
Referenced by v8::internal::V8::TearDown().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 334 of file flags.cc.
References argv(), v8::internal::FindFlag(), v8::internal::flag, v8::internal::KB, name, NULL, v8::internal::PrintF(), PrintHelp(), v8::internal::SplitArgument(), v8::internal::StrDup(), and v8::internal::Type2String().
Referenced by main(), v8::V8::SetFlagsFromCommandLine(), and SetFlagsFromString().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 472 of file flags.cc.
References argv(), v8::internal::MemCopy(), SetFlagsFromCommandLine(), v8::internal::SkipBlackSpace(), v8::internal::SkipWhiteSpace(), and v8::internal::Vector< T >::start().
Referenced by v8::internal::RUNTIME_FUNCTION(), and v8::V8::SetFlagsFromString().
Here is the call graph for this function:
Here is the caller graph for this function: