OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckListSize
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
dex_file_verifier.cc
177
bool DexFileVerifier::
CheckListSize
(const void* start, size_t count, size_t elem_size,
210
if (!
CheckListSize
(*ptr, 1, 4U, label)) {
216
if (!
CheckListSize
(*ptr + 4, count, element_size, label)) {
339
if (!
CheckListSize
(map, 1, sizeof(DexFile::MapList), "maplist content")) {
352
if (!
CheckListSize
(item, count, sizeof(DexFile::MapItem), "map size")) {
439
if (LIKELY(
CheckListSize
(ptr_, size, sizeof(uint8_t), "encoded_value"))) {
583
if (!
CheckListSize
(begin_ + offset, aligned_offset - offset, sizeof(uint8_t), "section")) {
599
if (!
CheckListSize
(ptr_, 1, sizeof(uint8_t), "encoded_value header")) {
[
all
...]
dex_file_verifier.h
45
bool
CheckListSize
(const void* start, size_t count, size_t element_size, const char* label);
Completed in 60 milliseconds