OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_isa
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/space/
image_space.h
47
InstructionSet
image_isa
,
59
// instruction set
image_isa
or dies trying.
61
InstructionSet
image_isa
);
64
// instruction set
image_isa
. Returns null on failure, with
67
InstructionSet
image_isa
,
123
InstructionSet
image_isa
,
image_space.cc
81
static bool GenerateImage(const std::string& image_filename, InstructionSet
image_isa
,
93
PruneDalvikCache(
image_isa
);
117
CHECK_EQ(
image_isa
, kRuntimeISA)
141
const InstructionSet
image_isa
,
151
// system_image_location = /system/framework/<
image_isa
>/boot.art
152
std::string system_image_filename(GetSystemImageFilename(image_location,
image_isa
));
161
GetDalvikCache(GetInstructionSetString(
image_isa
), true, &dalvik_cache,
169
// *image_filename = /data/dalvik-cache/<
image_isa
>/boot.art
240
const InstructionSet
image_isa
) {
242
ImageHeader* image_header = ReadImageHeader(image_location,
image_isa
, &error_msg)
[
all
...]