HomeSort by relevance Sort by last modified time
    Searched full:findprimitiveclass (Results 1 - 12 of 12) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
Type.java 77 public static Class findPrimitiveClass(String name) {
ShadowWrangler.java 132 Class primitiveClass = Type.findPrimitiveClass(paramType);
141 Class<?> clazz = Type.findPrimitiveClass(paramType);
  /art/runtime/
reflection.cc 785 src_class = class_linker->FindPrimitiveClass('Z');
788 src_class = class_linker->FindPrimitiveClass('B');
791 src_class = class_linker->FindPrimitiveClass('C');
794 src_class = class_linker->FindPrimitiveClass('F');
797 src_class = class_linker->FindPrimitiveClass('D');
800 src_class = class_linker->FindPrimitiveClass('I');
803 src_class = class_linker->FindPrimitiveClass('J');
806 src_class = class_linker->FindPrimitiveClass('S');
    [all...]
reflection_test.cc 79 mirror::Class* c = class_linker_->FindPrimitiveClass(descriptor);
class_linker.h 167 mirror::Class* FindPrimitiveClass(char type) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
jni_internal_test.cc 88 mirror::Class* c = class_linker_->FindPrimitiveClass(descriptor);
    [all...]
jni_internal.cc 196 field_type = class_linker->FindPrimitiveClass(*sig);
    [all...]
class_linker.cc     [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 319 field_type = Runtime::Current()->GetClassLinker()->FindPrimitiveClass(field_type_desciptor[0]);
dalvik_system_VMRuntime.cc 304 klass = linker->FindPrimitiveClass(class_name[0]);
  /art/runtime/mirror/
object_test.cc 604 prim_types[i] = class_linker_->FindPrimitiveClass(prims[i]);
  /art/runtime/interpreter/
unstarted_runtime.cc 286 result->SetL(Runtime::Current()->GetClassLinker()->FindPrimitiveClass('V'));
    [all...]

Completed in 236 milliseconds