OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
677
// Expect: The status is
kSelfPatchOatNeeded
.
691
EXPECT_EQ(OatFileAssistant::
kSelfPatchOatNeeded
,
[
all
...]
Completed in 581 milliseconds