HomeSort by relevance Sort by last modified time
    Searched defs:GetBasicBlock (Results 1 - 4 of 4) 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...]
  /external/chromium_org/v8/src/compiler/
instruction.cc 358 BasicBlock* InstructionSequence::GetBasicBlock(int instruction_index) {
  /art/compiler/llvm/
gbc_expander.cc 380 llvm::BasicBlock* GetBasicBlock(uint32_t dex_pc);
    [all...]

Completed in 677 milliseconds