Home
last modified time | relevance | path

Searched refs:GetDexGcMap (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/
Dverification_results.cc68 DCHECK_EQ(it->second->GetDexGcMap().size(), verified_method->GetDexGcMap().size()); in ProcessVerifiedMethod()
Dverified_method.h50 const std::vector<uint8_t>& GetDexGcMap() const { in GetDexGcMap() function
/art/compiler/optimizing/
Dcode_generator.cc486 dex_compilation_unit.GetVerifiedMethod()->GetDexGcMap(); in BuildNativeGCMap()
/art/compiler/dex/quick/
Dcodegen_util.cc862 mir_graph_->GetCurrentDexCompilationUnit()->GetVerifiedMethod()->GetDexGcMap(); in CreateNativeGcMapWithoutRegisterPromotion()