OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dex_location_checksum
(Results
1 - 2
of
2
) sorted by null
/art/runtime/native/
dalvik_system_DexFile.cc
99
uint32_t
dex_location_checksum
;
local
100
if (!DexFile::GetChecksum(dex_location, &
dex_location_checksum
)) {
111
dex_file = linker->FindDexFileInOatFileFromDexLocation(dex_location,
dex_location_checksum
);
114
dex_file = linker->FindOrCreateOatFileForDexLocation(dex_location,
dex_location_checksum
, oat_location);
/art/runtime/
class_linker.cc
678
uint32_t
dex_location_checksum
) {
683
&
dex_location_checksum
,
693
uint32_t
dex_location_checksum
,
720
const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_location, &
dex_location_checksum
);
725
uint32_t expected_dex_checksum =
dex_location_checksum
;
738
uint32_t
dex_location_checksum
,
741
return FindOrCreateOatFileForDexLocationLocked(dex_location,
dex_location_checksum
, oat_location);
862
<< " with checksum " <<
dex_location_checksum
;
local
890
<< " (" << std::hex <<
dex_location_checksum
<< ")";
local
922
uint32_t
dex_location_checksum
;
local
943
uint32_t
dex_location_checksum
;
local
1509
uint
dex_location_checksum
= dex_file.GetLocationChecksum();
local
2549
uint
dex_location_checksum
= dex_file.GetLocationChecksum();
local
[
all
...]
Completed in 37 milliseconds