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/
class_linker-inl.h
97
inline mirror::ObjectArray<T>* ClassLinker::
AllocObjectArray
(Thread* self, size_t length) {
class_linker.h
287
mirror::ObjectArray<T>*
AllocObjectArray
(Thread* self, size_t length)
628
FRIEND_TEST(ObjectTest,
AllocObjectArray
);
thread.cc
[
all
...]
class_linker.cc
280
// now that these are registered, we can use AllocClass() and
AllocObjectArray
323
// Setup boot_class_path_ and register class_path now that we can use
AllocObjectArray
to create
[
all
...]
/art/runtime/mirror/
object_test.cc
95
class_linker_->
AllocObjectArray
<Object>(soa.Self(), 256));
102
TEST_F(ObjectTest,
AllocObjectArray
) {
105
class_linker_->
AllocObjectArray
<Object>(soa.Self(), 2));
Completed in 2376 milliseconds