Home
last modified time | relevance | path

Searched refs:Descriptor (Results 1 – 11 of 11) sorted by relevance

/art/runtime/jit/
Ddebugger_interface.cc216 static JITDescriptor& Descriptor() { return __dex_debug_descriptor; } in Descriptor() function
225 static JITDescriptor& Descriptor() { return __jit_debug_descriptor; } in Descriptor() function
233 if (v == reinterpret_cast<const void*>(&Descriptor().application_tail_entry_)) { in Writable()
280 JITDescriptor& descriptor = NativeInfo::Descriptor(); in InsertNewEntry()
307 JITDescriptor& descriptor = NativeInfo::Descriptor(); in CreateJITCodeEntryInternal()
368 JITDescriptor& descriptor = NativeInfo::Descriptor(); in DeleteJITCodeEntryInternal()
456 JITDescriptor& descriptor = JitNativeInfo::Descriptor(); in NativeDebugInfoPreFork()
478 JITDescriptor& descriptor = JitNativeInfo::Descriptor(); in NativeDebugInfoPostFork()
/art/libdexfile/dex/
Dprimitive.h112 static const char* Descriptor(Type type) { in Descriptor() function
Ddescriptors_names.cc415 return PrettyDescriptor(Primitive::Descriptor(type)); in PrettyDescriptor()
/art/runtime/interpreter/
Dinterpreter_common.cc771 #define COLLECT_PRIMITIVE_ARRAY(Descriptor, Type) \ in PackCollectorArrayForBootstrapMethod() argument
787 array->Set(i, decoded_value.Get ## Descriptor()); \ in PackCollectorArrayForBootstrapMethod()
/art/openjdkjvmti/
Dti_heap.cc158 static_cast<jvmtiPrimitiveType>(art::Primitive::Descriptor(art_prim_type)[0]); in ReportPrimitiveArray()
563 static_cast<jvmtiPrimitiveType>(art::Primitive::Descriptor(art_prim_type)[0]); in ReportPrimitiveFieldCallback()
Devents.cc885 char type_char = art::Primitive::Descriptor(field->GetTypeAsPrimitiveType())[0]; in FieldWritten()
/art/runtime/mirror/
Dclass-inl.h877 return strcmp(Primitive::Descriptor(klass->GetPrimitiveType()), match) == 0; in DescriptorEquals()
Dclass.cc1168 descriptor = Primitive::Descriptor(klass->GetPrimitiveType()); in GetDescriptor()
/art/runtime/hprof/
Dhprof.cc1445 Primitive::Descriptor(klass->GetComponentType()->GetPrimitiveType()), &size); in DumpHeapArray()
/art/runtime/jni/
Dcheck_jni.cc2965 type == Primitive::kPrimNot ? 'L' : Primitive::Descriptor(type)[0], '\0'}; in SetField()
/art/runtime/
Dclass_linker.cc4341 const char* descriptor = Primitive::Descriptor(type); in CreatePrimitiveClass()