OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_strings_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/mirror/
dex_cache.h
97
return OFFSET_OF_OBJECT_MEMBER(DexCache,
num_strings_
);
225
uint64_t strings_; // GcRoot<String>*, array with
num_strings_
elements.
229
uint32_t
num_strings_
; // Number of elements in the strings_ array.
member in class:art::mirror::FINAL
/art/runtime/
class_linker_test.cc
651
addOffset(OFFSETOF_MEMBER(mirror::DexCache,
num_strings_
), "numStrings");
[
all
...]
Completed in 40 milliseconds