OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckIndex
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
bytecode_utils.h
74
void
CheckIndex
(size_t index) const {
85
CheckIndex
(index);
90
CheckIndex
(index);
dex_file_verifier.cc
103
if (UNLIKELY(!
CheckIndex
(idx.index_, dex_file_->NumStringIds(), error_string))) {
171
if (UNLIKELY(!
CheckIndex
(type_idx.index_, dex_file_->NumTypeIds(), error_string))) {
178
if (UNLIKELY(!
CheckIndex
(idx, dex_file_->NumFieldIds(), error_string))) {
185
if (UNLIKELY(!
CheckIndex
(idx, dex_file_->NumMethodIds(), err_string))) {
192
if (UNLIKELY(!
CheckIndex
(idx, dex_file_->NumProtoIds(), err_string))) {
325
bool DexFileVerifier::
CheckIndex
(uint32_t field, uint32_t limit, const char* label) {
596
if (!
CheckIndex
(type_idx, header_->type_ids_size_, "handler type_idx")) {
625
if (!
CheckIndex
(idx, header_->field_ids_size_, "class_data_item field_idx")) {
666
if (!
CheckIndex
(idx, header_->method_ids_size_, "class_data_item method_idx")) {
784
if (!
CheckIndex
(idx, header_->string_ids_size_, "encoded_value string"))
[
all
...]
Completed in 298 milliseconds