OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dex_location
(Results
1 - 2
of
2
) sorted by null
/art/dex2oat/
dex2oat.cc
418
const char*
dex_location
= dex_locations[i];
local
424
const DexFile* dex_file = DexFile::Open(dex_filename,
dex_location
);
[
all
...]
/art/runtime/
class_linker.cc
677
const OatFile* ClassLinker::FindOpenedOatFileFromDexLocation(const std::string&
dex_location
,
682
const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(
dex_location
,
692
const DexFile* ClassLinker::FindDexFileInOatLocation(const std::string&
dex_location
,
720
const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(
dex_location
, &dex_location_checksum);
722
VLOG(class_linker) << "Failed to find oat file at " << oat_location << " containing " <<
dex_location
;
local
737
const DexFile* ClassLinker::FindOrCreateOatFileForDexLocation(const std::string&
dex_location
,
741
return FindOrCreateOatFileForDexLocationLocked(
dex_location
, dex_location_checksum, oat_location);
821
VLOG(class_linker) << "Generating oat file " << oat_location << " for " <<
dex_location
;
local
927
CHECK(oat_dex_file != NULL) << odex_filename << " " <<
dex_location
;
local
[
all
...]
Completed in 72 milliseconds