Home
last modified time | relevance | path

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

/dalvik/vm/arch/generic/
DCall.cpp74 ffi_type* retType; in dvmPlatformInvoke() local
95 retType = getFfiType(*shorty); in dvmPlatformInvoke()
106 if (ffi_prep_cif(&cif, FFI_DEFAULT_ABI, dstArg, retType, types) != FFI_OK) { in dvmPlatformInvoke()