HomeSort by relevance Sort by last modified time
    Searched refs:ShortArray (Results 1 - 9 of 9) sorted by null

  /art/runtime/
reference_table_test.cc 59 mirror::Object* o2 = mirror::ShortArray::Alloc(soa.Self(), 0);
utils_test.cc 99 SirtRef<mirror::ShortArray> a(soa.Self(), mirror::ShortArray::Alloc(soa.Self(), 2));
class_linker_test.cc     [all...]
jni_internal.cc 66 using ::art::mirror::ShortArray;
    [all...]
class_linker.cc 365 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass));
    [all...]
  /art/runtime/mirror/
object-inl.h 181 inline ShortArray* Object::AsShortArray() {
184 return down_cast<ShortArray*>(this);
object.h 47 typedef PrimitiveArray<int16_t> ShortArray;
144 ShortArray* AsShortArray();
object_test.cc 201 TestPrimitiveArray<ShortArray>(class_linker_);
  /art/runtime/interpreter/
interpreter.cc 56 using ::art::mirror::ShortArray;
    [all...]

Completed in 271 milliseconds