HomeSort by relevance Sort by last modified time
    Searched refs:FunctionState (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
preparser.h 42 // // Used by FunctionState and BlockState.
142 // FunctionState and BlockState together implement the parser's scope stack.
143 // The parser's current scope is in scope_. BlockState and FunctionState
163 class FunctionState BASE_EMBEDDED {
165 FunctionState(FunctionState** function_state_stack,
171 FunctionState(FunctionState** function_state_stack,
177 ~FunctionState();
228 FunctionState** function_state_stack_
    [all...]
hydrogen.h 24 class FunctionState;
174 FunctionState* state = NULL,
183 FunctionState* state,
895 class FunctionState FINAL {
897 FunctionState(HOptimizedGraphBuilder* owner,
901 ~FunctionState();
913 FunctionState* outer() { return outer_; }
964 FunctionState* outer_;
    [all...]
parser.h 352 // Used by FunctionState and BlockState.
382 template <typename FunctionState>
383 static void SetUpFunctionState(FunctionState* function_state) {
389 template <typename FunctionState>
390 static void TearDownFunctionState(FunctionState* function_state) {
    [all...]
preparser.cc 126 FunctionState top_state(&function_state_, &scope_, &top_scope, NULL,
130 FunctionState function_state(&function_state_, &scope_, &function_scope, NULL,
834 FunctionState function_state(&function_state_, &scope_, &function_scope, NULL,
hydrogen.cc 214 FunctionState* state,
235 FunctionState* state,
    [all...]
parser.cc 898 FunctionState function_state(&function_state_, &scope_, *scope, zone(),
1011 FunctionState function_state(&function_state_, &scope_, scope, zone(),
    [all...]

Completed in 123 milliseconds