OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocObjectArray
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/accounting/
mod_union_table_test.cc
47
mirror::ObjectArray<mirror::Object>*
AllocObjectArray
(
180
auto* obj1 =
AllocObjectArray
(self, space, CardTable::kCardSize);
182
auto* obj2 =
AllocObjectArray
(self, space, CardTable::kCardSize);
184
auto* obj3 =
AllocObjectArray
(self, space, CardTable::kCardSize);
186
auto* obj4 =
AllocObjectArray
(self, space, CardTable::kCardSize);
194
auto* other_space_ref1 =
AllocObjectArray
(self, other_space.get(), CardTable::kCardSize);
196
auto* other_space_ref2 =
AllocObjectArray
(self, other_space.get(), CardTable::kCardSize);
/art/runtime/
class_linker-inl.h
164
inline mirror::ObjectArray<T>* ClassLinker::
AllocObjectArray
(Thread* self, size_t length) {
class_linker.h
350
mirror::ObjectArray<T>*
AllocObjectArray
(Thread* self, size_t length)
[
all
...]
/art/runtime/mirror/
object_test.cc
100
hs.NewHandle(class_linker_->
AllocObjectArray
<Object>(soa.Self(), 256)));
107
TEST_F(ObjectTest,
AllocObjectArray
) {
111
hs.NewHandle(class_linker_->
AllocObjectArray
<Object>(soa.Self(), 2)));
/art/runtime/arch/
stub_test.cc
[
all
...]
Completed in 331 milliseconds