OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_resolved_types_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/mirror/
dex_cache.h
101
return OFFSET_OF_OBJECT_MEMBER(DexCache,
num_resolved_types_
);
224
uint64_t resolved_types_; // GcRoot<Class>*, array with
num_resolved_types_
elements.
228
uint32_t
num_resolved_types_
; // Number of elements in the resolved_types_ array.
member in class:art::mirror::FINAL
/art/runtime/
class_linker_test.cc
650
addOffset(OFFSETOF_MEMBER(mirror::DexCache,
num_resolved_types_
), "numResolvedTypes");
[
all
...]
Completed in 2422 milliseconds