Searched refs:UpdateOutLiveness (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-analysis.cc | 271 void UpdateOutLiveness(BytecodeLiveness& liveness, in UpdateOutLiveness() function 364 void UpdateOutLiveness(Bytecode bytecode, BytecodeLiveness& liveness, in UpdateOutLiveness() function 372 return UpdateOutLiveness<IsFirstUpdate, Bytecode::k##Name>( \ in UpdateOutLiveness() 388 UpdateOutLiveness<IsFirstUpdate, bytecode>( in UpdateLiveness() 659 UpdateOutLiveness(iterator.current_bytecode(), header_liveness, in Analyze() 985 UpdateOutLiveness(bytecode, liveness, next_bytecode_in_liveness, iterator, in LivenessIsValid() 987 // UpdateOutLiveness skips kJumpLoop, so we update it manually. in LivenessIsValid()
|
Completed in 3 milliseconds