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

  /external/v8/src/compiler/
instruction-selector-impl.h 25 BasicBlock** case_branches; // basic blocks corresponding to case values member in struct:v8::internal::compiler::SwitchInfo
instruction-selector.cc 737 sw.case_branches = &block->successors().front();
743 BasicBlock* branch = sw.case_branches[index];
    [all...]

Completed in 339 milliseconds