OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocIfTable
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
class_linker-inl.h
118
inline mirror::IfTable* ClassLinker::
AllocIfTable
(Thread* self, size_t ifcount) {
class_linker.h
299
mirror::IfTable*
AllocIfTable
(Thread* self, size_t ifcount)
class_linker.cc
272
array_iftable_ =
AllocIfTable
(self, 2);
[
all
...]
Completed in 3904 milliseconds