Home
last modified time | relevance | path

Searched refs:CachedStateValues (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h719 struct CachedStateValues;
746 ZoneUnorderedMap<FrameStateInput, CachedStateValues*, FrameStateInput::Hash,
H A Dinstruction-selector.cc658 struct InstructionSelector::CachedStateValues : public ZoneObject { struct in v8::internal::compiler::InstructionSelector
660 CachedStateValues(Zone* zone, StateValueList* values, size_t values_start, in CachedStateValues() function
689 // We can only build a CachedStateValues for a StateValue if it didn't update
693 InstructionSelector::CachedStateValues* Build(Zone* zone) { in Build()
696 return zone->New<InstructionSelector::CachedStateValues>( in Build()

Completed in 7 milliseconds