Home
last modified time | relevance | path

Searched refs:HSideEffectMap (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-gvn.cc75 class HSideEffectMap final BASE_EMBEDDED {
77 HSideEffectMap();
78 explicit HSideEffectMap(HSideEffectMap* other);
79 HSideEffectMap& operator= (const HSideEffectMap& other);
309 HSideEffectMap::HSideEffectMap() : count_(0) { in HSideEffectMap() function in v8::internal::HSideEffectMap
314 HSideEffectMap::HSideEffectMap(HSideEffectMap* other) : count_(other->count_) { in HSideEffectMap() function in v8::internal::HSideEffectMap
319 HSideEffectMap& HSideEffectMap::operator=(const HSideEffectMap& other) { in operator =()
327 void HSideEffectMap::Kill(SideEffects side_effects) { in Kill()
337 void HSideEffectMap::Store(SideEffects side_effects, HInstruction* instr) { in Store()
689 HSideEffectMap* dominators() { return &dominators_; } in dominators()
[all …]