OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckValidOffsetAndSize
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
dex_file_verifier.h
51
bool
CheckValidOffsetAndSize
(uint32_t offset, uint32_t size, size_t alignment, const char* label);
dex_file_verifier.cc
233
bool DexFileVerifier::
CheckValidOffsetAndSize
(uint32_t offset,
293
CheckValidOffsetAndSize
(header_->link_off_,
297
CheckValidOffsetAndSize
(header_->map_off_,
301
CheckValidOffsetAndSize
(header_->string_ids_off_,
305
CheckValidOffsetAndSize
(header_->type_ids_off_,
310
CheckValidOffsetAndSize
(header_->proto_ids_off_,
315
CheckValidOffsetAndSize
(header_->field_ids_off_,
319
CheckValidOffsetAndSize
(header_->method_ids_off_,
323
CheckValidOffsetAndSize
(header_->class_defs_off_,
327
CheckValidOffsetAndSize
(header_->data_off_
[
all
...]
Completed in 74 milliseconds