OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:array_iftable_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
class_linker.cc
317
array_iftable_
(nullptr),
470
array_iftable_
= GcRoot<mirror::IfTable>(AllocIfTable(self, 2));
586
array_iftable_
.Read()->SetInterface(0, java_lang_Cloneable.Get());
587
array_iftable_
.Read()->SetInterface(1, java_io_Serializable.Get());
[
all
...]
class_linker.h
1147
GcRoot<mirror::IfTable>
array_iftable_
;
member in class:art::ClassLinker
[
all
...]
Completed in 600 milliseconds