Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.cc196 static JITDescriptor& Descriptor() { return __dex_debug_descriptor; } in Descriptor() function
205 static JITDescriptor& Descriptor() { return __jit_debug_descriptor; } in Descriptor() function
213 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()
/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.cc159 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()
Devents.cc886 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.cc4250 const char* descriptor = Primitive::Descriptor(type); in CreatePrimitiveClass()