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

  /art/runtime/
reflection.cc 331 src_class = class_linker->FindPrimitiveClass('Z');
334 src_class = class_linker->FindPrimitiveClass('B');
337 src_class = class_linker->FindPrimitiveClass('C');
340 src_class = class_linker->FindPrimitiveClass('F');
343 src_class = class_linker->FindPrimitiveClass('D');
346 src_class = class_linker->FindPrimitiveClass('I');
349 src_class = class_linker->FindPrimitiveClass('J');
352 src_class = class_linker->FindPrimitiveClass('S');
class_linker.h 91 mirror::Class* FindPrimitiveClass(char type) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
check_jni.cc 227 } else if (field_type != Runtime::Current()->GetClassLinker()->FindPrimitiveClass(prim)) {
    [all...]
class_linker.cc     [all...]
jni_internal.cc 297 field_type = class_linker->FindPrimitiveClass(*sig);
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 131 Runtime::Current()->GetClassLinker()->FindPrimitiveClass(dst_descriptor);
260 mirror::Class* src_type = Runtime::Current()->GetClassLinker()->FindPrimitiveClass(src_descriptor);
  /art/runtime/mirror/
object_test.cc 515 prim_types[i] = class_linker_->FindPrimitiveClass(prims[i]);
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 800 milliseconds