Home | History | Annotate | Download | only in compiler

Lines Matching refs:dex

24 #include "dex/verification_results.h"
25 #include "dex/verified_method.h"
232 const std::vector<dex::TypeIndex>& unverified_classes = deps.GetUnverifiedClasses(*dex_file);
233 std::set<dex::TypeIndex> set(unverified_classes.begin(), unverified_classes.end());
257 dex::TypeIndex index = dex_file.GetIndexForTypeId(*type_id);
259 for (dex::TypeIndex entry : dex_dep.second->unverified_classes_) {
483 dex::StringIndex id_Main1 = verifier_deps_->GetIdFromString(*primary_dex_file_, "LMain;");
487 dex::StringIndex id_Main2 = verifier_deps_->GetIdFromString(*primary_dex_file_, "LMain;");
491 dex::StringIndex id_Lorem1 = verifier_deps_->GetIdFromString(*primary_dex_file_, "Lorem ipsum");
495 dex::StringIndex id_Lorem2 = verifier_deps_->GetIdFromString(*primary_dex_file_, "Lorem ipsum");
1292 constexpr dex::StringIndex kStringIndexZero(0); // We know there is a class there.
1328 constexpr dex::StringIndex kNewTypeIndex(0);
1371 constexpr dex::StringIndex kStringIndexZero(0); // We know there is a class there.
1409 constexpr dex::StringIndex kNewTypeIndex(0);
1474 // Test both multi-dex and single-dex configuration.