Searched refs:DexFileMethodSet (Results 1 – 2 of 2) sorted by relevance
717 class DexFileMethodSet; variable718 std::vector<DexFileMethodSet> dex_to_dex_references_ GUARDED_BY(dex_to_dex_references_lock_);
338 class CompilerDriver::DexFileMethodSet { class in art::CompilerDriver340 explicit DexFileMethodSet(const DexFile& dex_file) in DexFileMethodSet() function in art::CompilerDriver::DexFileMethodSet344 DexFileMethodSet(DexFileMethodSet&& other) = default;724 ArrayRef<DexFileMethodSet> dex_to_dex_references; in CompileOne()729 dex_to_dex_references = ArrayRef<DexFileMethodSet>(dex_to_dex_references_); in CompileOne()2581 ArrayRef<DexFileMethodSet> dex_to_dex_references; in Compile()2586 dex_to_dex_references = ArrayRef<DexFileMethodSet>(dex_to_dex_references_); in Compile()