OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oat_checksum
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
image.h
38
uint32_t
oat_checksum
,
67
void SetOatChecksum(uint32_t
oat_checksum
) {
68
oat_checksum_ =
oat_checksum
;
image.cc
34
uint32_t
oat_checksum
,
43
oat_checksum_(
oat_checksum
),
/art/runtime/gc/space/
image_space.cc
263
uint32_t
oat_checksum
= oat_file->GetOatHeader().GetChecksum();
local
265
if (
oat_checksum
!= image_oat_checksum) {
266
LOG(ERROR) << "Failed to match oat file checksum " << std::hex <<
oat_checksum
/art/compiler/
image_test.cc
171
uint32_t
oat_checksum
= 0;
local
181
oat_checksum
,
Completed in 735 milliseconds