Searched refs:RetType (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | class_loader_utils.h | 77 template <typename Visitor, typename RetType> 78 inline RetType VisitClassLoaderDexElements(ScopedObjectAccessAlreadyRunnable& soa, in VisitClassLoaderDexElements() 81 RetType defaultReturn) in VisitClassLoaderDexElements() 103 RetType ret_value; in VisitClassLoaderDexElements() 119 template <typename Visitor, typename RetType> 120 inline RetType VisitClassLoaderDexFiles(ScopedObjectAccessAlreadyRunnable& soa, in VisitClassLoaderDexFiles() 123 RetType defaultReturn) in VisitClassLoaderDexFiles() 132 auto visit_dex_files = [&](ObjPtr<mirror::Object> element, RetType* ret) in VisitClassLoaderDexFiles() 148 RetType ret_value; in VisitClassLoaderDexFiles()
|
/art/runtime/entrypoints/quick/ |
D | quick_field_entrypoints.cc | 69 #define ART_GET_FIELD_FROM_CODE(Kind, PrimitiveType, RetType, SetType, \ argument 71 extern "C" RetType artGet ## Kind ## StaticFromCode(uint32_t field_idx, \ 91 extern "C" RetType artGet ## Kind ## InstanceFromCode(uint32_t field_idx, \ 181 extern "C" RetType artGet ## Kind ## StaticFromCompiledCode( \ 189 extern "C" RetType artGet ## Kind ## InstanceFromCompiledCode( \
|