OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:key_value_store_
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
oat.cc
100
UpdateChecksum(&
key_value_store_
, key_value_store_size_);
402
return
key_value_store_
;
414
const char* ptr = reinterpret_cast<const char*>(&
key_value_store_
);
440
const char* ptr = reinterpret_cast<const char*>(&
key_value_store_
);
474
char* data_ptr = reinterpret_cast<char*>(&
key_value_store_
);
485
key_value_store_size_ = data_ptr - reinterpret_cast<char*>(&
key_value_store_
);
oat.h
143
uint8_t
key_value_store_
[0]; // note variable width data at end
variable
/art/compiler/
oat_writer.h
260
SafeMap<std::string, std::string>*
key_value_store_
;
oat_writer.cc
62
key_value_store_
(key_value_store),
130
key_value_store_
->find(OatHeader::kImageLocationKey) ==
key_value_store_
->end());
739
key_value_store_
);
[
all
...]
Completed in 59 milliseconds