HomeSort by relevance Sort by last modified time
    Searched refs:kSelfPatchOatNeeded (Results 1 - 3 of 3) sorted by null

  /art/runtime/
oat_file_assistant.h 67 // kSelfPatchOatNeeded - In order to make the code for this dex location
70 kSelfPatchOatNeeded = 3,
oat_file_assistant.cc 193 return kSelfPatchOatNeeded;
211 case kSelfPatchOatNeeded: return RelocateOatFile(OatFileName(), error_msg);
    [all...]
oat_file_assistant_test.cc 679 // Expect: The status is kSelfPatchOatNeeded.
693 EXPECT_EQ(OatFileAssistant::kSelfPatchOatNeeded,
    [all...]

Completed in 129 milliseconds