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

  /external/v8/src/parsing/
preparser.cc 110 FunctionState function_state(&function_state_, &scope_, function_scope);
238 FunctionState function_state(&function_state_, &scope_, function_scope);
parser-base.h 295 // BlockState and FunctionState implement the parser's scope stack.
296 // The parser's current scope is in scope_. BlockState and FunctionState
376 class FunctionState final : public BlockState {
378 FunctionState(FunctionState** function_state_stack, Scope** scope_stack,
380 ~FunctionState();
388 FunctionState* outer() const { return outer_function_state_; }
471 FunctionState** function_state_stack_;
472 FunctionState* outer_function_state_;
485 // These are managed by the FunctionState constructor; the caller may onl
    [all...]
parser.cc 184 FunctionState function_state(&function_state_, &scope_, function_scope);
684 FunctionState function_state(&function_state_, &scope_, scope);
847 FunctionState function_state(&function_state_, &scope_, outer_function);
    [all...]
preparser.h     [all...]
  /external/v8/src/crankshaft/
hydrogen.h 29 class FunctionState;
197 FunctionState* state = NULL, bool add_simulate = true);
204 void AddLeaveInlined(HValue* return_value, FunctionState* state,
882 class FunctionState final {
884 FunctionState(HOptimizedGraphBuilder* owner, CompilationInfo* info,
887 ~FunctionState();
899 FunctionState* outer() { return outer_; }
965 FunctionState* outer_;
    [all...]
hydrogen.cc 389 FunctionState* state, bool add_simulate) {
408 void HBasicBlock::AddLeaveInlined(HValue* return_value, FunctionState* state,
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 56 milliseconds