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

  /external/v8/src/parsing/
parser-base.h 143 // // Used by FunctionState and BlockState.
250 // FunctionState and BlockState together implement the parser's scope stack.
251 // The parser's current scope is in scope_. BlockState and FunctionState
334 class FunctionState BASE_EMBEDDED {
336 FunctionState(FunctionState** function_state_stack, Scope** scope_stack,
339 ~FunctionState();
373 FunctionState* outer() const { return outer_function_state_; }
471 FunctionState** function_state_stack_;
472 FunctionState* outer_function_state_
    [all...]
preparser.cc 114 FunctionState top_state(&function_state_, &scope_, top_scope, kNormalFunction,
120 FunctionState function_state(&function_state_, &scope_, function_scope, kind,
    [all...]
preparser.h     [all...]
parser.cc 202 FunctionState function_state(&function_state_, &scope_, function_scope,
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 25 class FunctionState;
195 FunctionState* state = NULL, bool add_simulate = true);
202 void AddLeaveInlined(HValue* return_value, FunctionState* state,
894 class FunctionState final {
896 FunctionState(HOptimizedGraphBuilder* owner, CompilationInfo* info,
899 ~FunctionState();
911 FunctionState* outer() { return outer_; }
977 FunctionState* outer_;
    [all...]
hydrogen.cc 387 FunctionState* state, bool add_simulate) {
406 void HBasicBlock::AddLeaveInlined(HValue* return_value, FunctionState* state,
    [all...]

Completed in 129 milliseconds