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

  /art/compiler/dex/
verification_results.cc 72 DCHECK_EQ(it->second->GetDexGcMap().size(), verified_method->GetDexGcMap().size());
verified_method.h 46 const std::vector<uint8_t>& GetDexGcMap() const {
  /art/compiler/sea_ir/
frontend.cc 59 *compiler.GetVerifiedMethodsData()->GetDexGcMap(mref), symbol);
  /art/compiler/llvm/
compiler_llvm.cc 159 dex_compilation_unit->GetVerifiedMethod()->GetDexGcMap(),
  /art/compiler/optimizing/
code_generator.cc 278 dex_compilation_unit.GetVerifiedMethod()->GetDexGcMap();
  /art/compiler/dex/quick/
codegen_util.cc 760 mir_graph_->GetCurrentDexCompilationUnit()->GetVerifiedMethod()->GetDexGcMap();
    [all...]

Completed in 72 milliseconds