HomeSort by relevance Sort by last modified time
    Searched refs:BytecodeBranchAnalysis (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
bytecode-branch-analysis.h 25 class BytecodeBranchAnalysis BASE_EMBEDDED {
27 BytecodeBranchAnalysis(Handle<BytecodeArray> bytecode_array, Zone* zone);
57 DISALLOW_COPY_AND_ASSIGN(BytecodeBranchAnalysis);
bytecode-loop-analysis.h 18 class BytecodeBranchAnalysis;
23 const BytecodeBranchAnalysis* branch_analysis,
46 const BytecodeBranchAnalysis* branch_analysis_;
bytecode-branch-analysis.cc 14 BytecodeBranchAnalysis::BytecodeBranchAnalysis(
21 void BytecodeBranchAnalysis::Analyze() {
33 void BytecodeBranchAnalysis::AddBranch(int source_offset, int target_offset) {
bytecode-loop-analysis.cc 17 const BytecodeBranchAnalysis* branch_analysis, Zone* zone)
bytecode-graph-builder.h 250 const BytecodeBranchAnalysis* branch_analysis() const {
254 void set_branch_analysis(const BytecodeBranchAnalysis* branch_analysis) {
282 const BytecodeBranchAnalysis* branch_analysis_;
bytecode-graph-builder.cc 641 BytecodeBranchAnalysis analysis(bytecode_array(), local_zone());
    [all...]

Completed in 673 milliseconds