Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-liveness-map.h56 void MarkAccumulatorDead() { bit_vector_.Remove(bit_vector_.length() - 1); } in MarkAccumulatorDead() function
Dbytecode-analysis.cc103 in_liveness.MarkAccumulatorDead(); in UpdateInLiveness()