Home | History | Annotate | Download | only in runtime

Lines Matching refs:vdex

180   void SetVdex(VdexFile* vdex) {
181 vdex_.reset(vdex);
282 *error_msg = StringPrintf("Failed to load vdex file '%s' %s",
299 PLOG(WARNING) << "Failed getting length of vdex file";
312 *error_msg = "Failed opening vdex file.";
373 // No .vdex section.
1439 // Load VerifierDeps from VDEX and copy bit vectors of verified classes.
1454 // Check the bitvector of verified classes from the vdex.
1956 // If this is an OatFileBackedByVdex, initialize the OatClass using the vdex's VerifierDeps.