OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifcount
(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
) {
120
mirror::IfTable::Alloc(self, GetClassRoot(kObjectArrayClass),
ifcount
* mirror::IfTable::kMax));
class_linker.cc
3489
size_t
ifcount
= super_
ifcount
;
local
[
all
...]
class_linker.h
299
mirror::IfTable* AllocIfTable(Thread* self, size_t
ifcount
)
Completed in 183 milliseconds