Home
last modified time | relevance | path

Searched defs:Descriptor (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Dprimitive.h112 static const char* Descriptor(Type type) { in Descriptor() function
/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
/art/runtime/interpreter/
Dinterpreter_common.cc771 #define COLLECT_PRIMITIVE_ARRAY(Descriptor, Type) \ in PackCollectorArrayForBootstrapMethod() argument