Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-liveness-map.h19 class BytecodeLivenessState : public ZoneObject {
21 BytecodeLivenessState(int register_count, Zone* zone) in BytecodeLivenessState() function
38 bool Equals(const BytecodeLivenessState& other) const { in Equals()
60 void Union(const BytecodeLivenessState& other) { in Union()
64 bool UnionIsChanged(const BytecodeLivenessState& other) { in UnionIsChanged()
68 void CopyFrom(const BytecodeLivenessState& other) { in CopyFrom()
75 DISALLOW_COPY_AND_ASSIGN(BytecodeLivenessState);
79 BytecodeLivenessState* in;
80 BytecodeLivenessState* out;
95 BytecodeLivenessState* GetInLiveness(int offset) { in GetInLiveness()
[all …]
Dbytecode-liveness-map.cc12 : in(new (zone) BytecodeLivenessState(register_count, zone)), in BytecodeLiveness()
13 out(new (zone) BytecodeLivenessState(register_count, zone)) {} in BytecodeLiveness()
Dbytecode-analysis.cc97 void UpdateInLiveness(Bytecode bytecode, BytecodeLivenessState& in_liveness, in UpdateInLiveness()
178 void UpdateOutLiveness(Bytecode bytecode, BytecodeLivenessState& out_liveness, in UpdateOutLiveness()
179 BytecodeLivenessState* next_bytecode_in_liveness, in UpdateOutLiveness()
245 BytecodeLivenessState* next_bytecode_in_liveness = nullptr; in Analyze()
450 const BytecodeLivenessState* BytecodeAnalysis::GetInLivenessFor( in GetInLivenessFor()
457 const BytecodeLivenessState* BytecodeAnalysis::GetOutLivenessFor( in GetOutLivenessFor()
495 BytecodeLivenessState previous_liveness(bytecode_array()->register_count(), in LivenessIsValid()
501 BytecodeLivenessState* next_bytecode_in_liveness = nullptr; in LivenessIsValid()
Dbytecode-analysis.h84 const BytecodeLivenessState* GetInLivenessFor(int offset) const;
87 const BytecodeLivenessState* GetOutLivenessFor(int offset) const;
Dbytecode-graph-builder.cc62 const BytecodeLivenessState* liveness);
424 bool owner_has_exception, const BytecodeLivenessState* liveness) { in Checkpoint()
586 const BytecodeLivenessState* liveness_before = in PrepareEagerCheckpoint()
621 const BytecodeLivenessState* liveness_after = in PrepareFrameState()