Searched refs:Descriptor (Results 1 – 11 of 11) sorted by relevance
196 static JITDescriptor& Descriptor() { return __dex_debug_descriptor; } in Descriptor() function205 static JITDescriptor& Descriptor() { return __jit_debug_descriptor; } in Descriptor() function213 if (v == reinterpret_cast<const void*>(&Descriptor().application_tail_entry_)) { in Writable()260 JITDescriptor& descriptor = NativeInfo::Descriptor(); in InsertNewEntry()287 JITDescriptor& descriptor = NativeInfo::Descriptor(); in CreateJITCodeEntryInternal()348 JITDescriptor& descriptor = NativeInfo::Descriptor(); in DeleteJITCodeEntryInternal()436 JITDescriptor& descriptor = JitNativeInfo::Descriptor(); in NativeDebugInfoPreFork()458 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()
159 static_cast<jvmtiPrimitiveType>(art::Primitive::Descriptor(art_prim_type)[0]); in ReportPrimitiveArray()564 static_cast<jvmtiPrimitiveType>(art::Primitive::Descriptor(art_prim_type)[0]); in ReportPrimitiveFieldCallback()
886 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()
4250 const char* descriptor = Primitive::Descriptor(type); in CreatePrimitiveClass()