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

  /external/v8/src/compiler/
liveness-analyzer.h 24 NonLiveFrameStateSlotReplacer(StateValuesCache* state_values_cache,
28 state_values_cache_(state_values_cache),
39 StateValuesCache* state_values_cache() { return state_values_cache_; } function in class:v8::internal::compiler::NonLiveFrameStateSlotReplacer
liveness-analyzer.cc 152 Node* result = state_values_cache()->GetNodeForValues(

Completed in 153 milliseconds