OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:descriptor_idx_
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
dex_file.h
142
uint32_t
descriptor_idx_
; // index into string_ids
member in struct:art::DexFile::TypeId
469
return StringDataAndLengthByIdx(type_id.
descriptor_idx_
, unicode_length);
474
return StringDataByIdx(type_id.
descriptor_idx_
);
479
return StringDataByIdx(type_id.
descriptor_idx_
);
[
all
...]
dex_file_verifier.cc
[
all
...]
dex_file.cc
484
if (string_idx > type_id.
descriptor_idx_
) {
486
} else if (string_idx < type_id.
descriptor_idx_
) {
[
all
...]
Completed in 1451 milliseconds