HomeSort by relevance Sort by last modified time
    Searched defs:GetBasicBlock (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/
global_value_numbering.h 187 const BasicBlock* GetBasicBlock(uint16_t bb_id) const {
188 return mir_graph_->GetBasicBlock(bb_id);
mir_graph.h 596 BasicBlock* GetBasicBlock(unsigned int block_id) const {
894 (GetBasicBlock(target_bb_id)->start_offset <= branch_bb->start_offset));
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 380 llvm::BasicBlock* GetBasicBlock(uint32_t dex_pc);
    [all...]

Completed in 250 milliseconds