Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.h99 class V8_EXPORT_PRIVATE BytecodeAnalysis : public ZoneObject { class
101 BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, Zone* zone,
103 BytecodeAnalysis(const BytecodeAnalysis&) = delete;
104 BytecodeAnalysis& operator=(const BytecodeAnalysis&) = delete;
H A Dbytecode-analysis.cc87 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis() function in v8::internal::compiler::BytecodeAnalysis
463 void BytecodeAnalysis::Analyze() { in Analyze()
715 void BytecodeAnalysis::PushLoop(int loop_header, int loop_end) { in PushLoop()
733 bool BytecodeAnalysis::IsLoopHeader(int offset) const { in IsLoopHeader()
737 int BytecodeAnalysis::GetLoopOffsetFor(int offset) const { in GetLoopOffsetFor()
770 const LoopInfo& BytecodeAnalysis::GetLoopInfoFor(int header_offset) const { in GetLoopInfoFor()
776 const LoopInfo* BytecodeAnalysis::TryGetLoopInfoFor(int header_offset) const { in TryGetLoopInfoFor()
782 const BytecodeLivenessState* BytecodeAnalysis::GetInLivenessFor( in GetInLivenessFor()
789 const BytecodeLivenessState* BytecodeAnalysis
[all...]
H A Dbytecode-graph-builder.cc416 BytecodeAnalysis const& bytecode_analysis() const { in bytecode_analysis()
462 BytecodeAnalysis const bytecode_analysis_;
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compilation-unit.h46 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis()
65 const compiler::BytecodeAnalysis bytecode_analysis_;
H A Dmaglev-code-gen-state.h65 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis()
H A Dmaglev-graph-processor.h133 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis()
H A Dmaglev-graph-builder.h516 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis()

Completed in 15 milliseconds