Searched refs:Descriptor (Results 1 – 11 of 11) sorted by relevance
216 static JITDescriptor& Descriptor() { return __dex_debug_descriptor; } in Descriptor() function225 static JITDescriptor& Descriptor() { return __jit_debug_descriptor; } in Descriptor() function233 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()
112 static const char* Descriptor(Type type) { in Descriptor() function
415 return PrettyDescriptor(Primitive::Descriptor(type)); in PrettyDescriptor()
771 #define COLLECT_PRIMITIVE_ARRAY(Descriptor, Type) \ in PackCollectorArrayForBootstrapMethod() argument787 array->Set(i, decoded_value.Get ## Descriptor()); \ in PackCollectorArrayForBootstrapMethod()
158 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()
885 char type_char = art::Primitive::Descriptor(field->GetTypeAsPrimitiveType())[0]; in FieldWritten()
877 return strcmp(Primitive::Descriptor(klass->GetPrimitiveType()), match) == 0; in DescriptorEquals()
1168 descriptor = Primitive::Descriptor(klass->GetPrimitiveType()); in GetDescriptor()
1445 Primitive::Descriptor(klass->GetComponentType()->GetPrimitiveType()), &size); in DumpHeapArray()
2965 type == Primitive::kPrimNot ? 'L' : Primitive::Descriptor(type)[0], '\0'}; in SetField()
4341 const char* descriptor = Primitive::Descriptor(type); in CreatePrimitiveClass()