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

  /external/v8/src/
hydrogen.h 837 FunctionState* function_state() const { return function_state_; }
865 void set_function_state(FunctionState* state) { function_state_ = state; }
1132 FunctionState* function_state_; member in class:v8::internal::HGraphBuilder
    [all...]
hydrogen.cc 602 : function_state_(NULL),
612 // constructor for the initial state relies on function_state_ == NULL
614 function_state_= &initial_function_state_;
    [all...]

Completed in 100 milliseconds