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

  /art/compiler/llvm/
runtime_support_builder.cc 178 Function* parent_func = irb_.GetInsertBlock()->getParent(); local
179 BasicBlock* bb_mark_gc_card = BasicBlock::Create(context_, "mark_gc_card", parent_func);
180 BasicBlock* bb_cont = BasicBlock::Create(context_, "mark_gc_card_cont", parent_func);
gbc_expander.cc 750 llvm::Function* parent_func = irb_.GetInsertBlock()->getParent(); local
751 return parent_func->arg_begin();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 578 parent_func = self.file_module_function_of(frame.f_back)
579 self._callers[(parent_func, this_func)] = 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 578 parent_func = self.file_module_function_of(frame.f_back)
579 self._callers[(parent_func, this_func)] = 1

Completed in 637 milliseconds