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

  /art/compiler/sea_ir/types/
type_inference.cc 43 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_));
53 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_));
  /art/runtime/
object_utils.h 110 return dex_file.GetTypeDescriptor(type_id);
293 return GetClassLinker()->FindSystemClass(GetTypeDescriptor());
296 const char* GetTypeDescriptor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
311 return Primitive::GetType(GetTypeDescriptor()[0]);
496 return dex_file.GetTypeDescriptor(dex_file.GetTypeId(return_type_idx));
607 return dex_file.GetTypeDescriptor(dex_file.GetTypeId(type_idx));
dex_file.h 478 const char* GetTypeDescriptor(const TypeId& type_id) const {
511 return GetTypeDescriptor(type_id);
517 return GetTypeDescriptor(type_id);
551 return GetTypeDescriptor(type_id);
    [all...]
utils.cc 293 result += PrettyDescriptor(fh.GetTypeDescriptor());
323 return PrettyDescriptor(dex_file.GetTypeDescriptor(type_id));
    [all...]
debugger.cc     [all...]
class_linker.cc 484 CHECK_STREQ(fh.GetTypeDescriptor(), "Ljava/lang/ref/Reference;");
489 CHECK_STREQ(fh.GetTypeDescriptor(), "Ljava/lang/ref/ReferenceQueue;");
494 CHECK_STREQ(fh.GetTypeDescriptor(), "Ljava/lang/ref/Reference;");
499 CHECK_STREQ(fh.GetTypeDescriptor(), "Ljava/lang/Object;");
504 CHECK_STREQ(fh.GetTypeDescriptor(), "Ljava/lang/Object;");
    [all...]
class_linker_test.cc 331 const char* descriptor = dex->GetTypeDescriptor(type_id);
    [all...]
check_jni.cc 264 if (c->FindInstanceField(fh.GetName(), fh.GetTypeDescriptor()) == NULL) {
    [all...]
  /art/compiler/driver/
compiler_driver_test.cc 114 << " " << dex->GetTypeDescriptor(dex->GetTypeId(i));
compiler_driver.cc 715 const char* descriptor = dex_file->GetTypeDescriptor(type_id);
779 if (IsImage() && IsImageClass(dex_file.GetTypeDescriptor(dex_file.GetTypeId(type_idx)))) {
    [all...]
  /art/runtime/mirror/
class.cc 470 if (name == fh.GetName() && type == fh.GetTypeDescriptor()) {
519 if (name == fh.GetName() && type == fh.GetTypeDescriptor()) {
  /art/runtime/hprof/
hprof.cc 928 HprofBasicType t = SignatureToBasicTypeAndSize(fh.GetTypeDescriptor(), &size);
951 HprofBasicType t = SignatureToBasicTypeAndSize(fh.GetTypeDescriptor(), NULL);
1015 SignatureToBasicTypeAndSize(fh.GetTypeDescriptor(), &size);
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 278 milliseconds