Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.cc255 BytecodeLivenessState* next_bytecode_in_liveness, Zone* zone) { in EnsureOutLivenessIsNotAlias()
259 DCHECK_NE(liveness.out, next_bytecode_in_liveness); in EnsureOutLivenessIsNotAlias()
262 if (liveness.out == next_bytecode_in_liveness) { in EnsureOutLivenessIsNotAlias()
266 zone->New<BytecodeLivenessState>(*next_bytecode_in_liveness, zone); in EnsureOutLivenessIsNotAlias()
272 BytecodeLivenessState* next_bytecode_in_liveness, in UpdateOutLiveness()
278 if (!IsFirstUpdate && liveness.out == next_bytecode_in_liveness) return; in UpdateOutLiveness()
283 DCHECK_NOT_NULL(next_bytecode_in_liveness); in UpdateOutLiveness()
285 liveness.out = next_bytecode_in_liveness; in UpdateOutLiveness()
287 liveness.out->Union(*next_bytecode_in_liveness); in UpdateOutLiveness()
294 if (next_bytecode_in_liveness ! in UpdateOutLiveness()
253 EnsureOutLivenessIsNotAlias( BytecodeLiveness& liveness, BytecodeLivenessState* next_bytecode_in_liveness, Zone* zone) EnsureOutLivenessIsNotAlias() argument
271 UpdateOutLiveness(BytecodeLiveness& liveness, BytecodeLivenessState* next_bytecode_in_liveness, const interpreter::BytecodeArrayIterator& iterator, Handle<BytecodeArray> bytecode_array, const BytecodeLivenessMap& liveness_map, Zone* zone) UpdateOutLiveness() argument
364 UpdateOutLiveness(Bytecode bytecode, BytecodeLiveness& liveness, BytecodeLivenessState* next_bytecode_in_liveness, const interpreter::BytecodeArrayIterator& iterator, Handle<BytecodeArray> bytecode_array, const BytecodeLivenessMap& liveness_map, Zone* zone) UpdateOutLiveness() argument
383 UpdateLiveness(BytecodeLiveness& liveness, BytecodeLivenessState** next_bytecode_in_liveness, const interpreter::BytecodeArrayIterator& iterator, Handle<BytecodeArray> bytecode_array, const BytecodeLivenessMap& liveness_map, Zone* zone) UpdateLiveness() argument
409 UpdateLiveness(Bytecode bytecode, BytecodeLiveness& liveness, BytecodeLivenessState** next_bytecode_in_liveness, const interpreter::BytecodeArrayIterator& iterator, Handle<BytecodeArray> bytecode_array, const BytecodeLivenessMap& liveness_map, Zone* zone) UpdateLiveness() argument
466 BytecodeLivenessState* next_bytecode_in_liveness = nullptr; Analyze() local
973 BytecodeLivenessState* next_bytecode_in_liveness = nullptr; LivenessIsValid() local
[all...]

Completed in 2 milliseconds