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

/external/v8/src/compiler/
H A Dbytecode-branch-analysis.h25 class BytecodeBranchAnalysis BASE_EMBEDDED {
27 BytecodeBranchAnalysis(Handle<BytecodeArray> bytecode_array, Zone* zone);
57 DISALLOW_COPY_AND_ASSIGN(BytecodeBranchAnalysis);
H A Dbytecode-branch-analysis.cc14 BytecodeBranchAnalysis::BytecodeBranchAnalysis( function in class:v8::internal::compiler::BytecodeBranchAnalysis
21 void BytecodeBranchAnalysis::Analyze() {
33 void BytecodeBranchAnalysis::AddBranch(int source_offset, int target_offset) {
H A Dbytecode-graph-builder.h200 const BytecodeBranchAnalysis* branch_analysis() const {
204 void set_branch_analysis(const BytecodeBranchAnalysis* branch_analysis) {
219 const BytecodeBranchAnalysis* branch_analysis_;
H A Dbytecode-graph-builder.cc537 BytecodeBranchAnalysis analysis(bytecode_array(), local_zone());

Completed in 161 milliseconds