Home | History | Annotate | Download | only in runtime

Lines Matching full:oat

42 // Class for dealing with oat file management.
44 // This class knows about all the loaded oat files and provides utility functions. The oat file
51 // Add an oat file to the internal accounting, std::aborts if there already exists an oat file
52 // with the same base address. Returns the oat file pointer from oat_file.
59 // Find the first opened oat file with the same location, returns null if there are none.
63 // Find the oat file which contains a dex files with the given dex base location,
68 // Returns true if we have a non pic oat file.
73 // Returns the boot image oat files.
76 // Returns the first non-image oat file in the class path.
79 // Returns the oat files for the images, registers the oat files.
80 // Takes ownership of the imagespace's underlying oat files.
84 // Finds or creates the oat file holding dex_location. Then loads and returns
87 // This may return the original, unquickened dex files if the oat file could
96 // could end up starving GC if we need to generate or relocate any oat
109 // Check that the class loader context of the given oat file matches the given context.
115 // the given oat file against the oat files (either from the class loaders if possible or all
116 // non-boot oat files otherwise).