Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-analysis.cc84 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis() function in v8::internal::compiler::BytecodeAnalysis
242 void BytecodeAnalysis::Analyze(BailoutId osr_bailout_id) { in Analyze()
389 void BytecodeAnalysis::PushLoop(int loop_header, int loop_end) { in PushLoop()
407 bool BytecodeAnalysis::IsLoopHeader(int offset) const { in IsLoopHeader()
411 int BytecodeAnalysis::GetLoopOffsetFor(int offset) const { in GetLoopOffsetFor()
444 const LoopInfo& BytecodeAnalysis::GetLoopInfoFor(int header_offset) const { in GetLoopInfoFor()
450 const BytecodeLivenessState* BytecodeAnalysis::GetInLivenessFor( in GetInLivenessFor()
457 const BytecodeLivenessState* BytecodeAnalysis::GetOutLivenessFor( in GetOutLivenessFor()
464 std::ostream& BytecodeAnalysis::PrintLivenessTo(std::ostream& os) const { in PrintLivenessTo()
492 bool BytecodeAnalysis::LivenessIsValid() { in LivenessIsValid()
Dbytecode-analysis.h62 class V8_EXPORT_PRIVATE BytecodeAnalysis BASE_EMBEDDED {
64 BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, Zone* zone,
119 DISALLOW_COPY_AND_ASSIGN(BytecodeAnalysis);
Dbytecode-graph-builder.h270 const BytecodeAnalysis* bytecode_analysis() const { in bytecode_analysis()
274 void set_bytecode_analysis(const BytecodeAnalysis* bytecode_analysis) { in set_bytecode_analysis()
295 const BytecodeAnalysis* bytecode_analysis_;
Dbytecode-graph-builder.cc632 BytecodeAnalysis bytecode_analysis(bytecode_array(), local_zone(), in VisitBytecodes()