HomeSort by relevance Sort by last modified time
    Searched full:rettype (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /art/runtime/
class_loader_utils.h 55 // * The last argument of the visitor is an out argument of RetType. It will be returned
58 template <typename Visitor, typename RetType>
59 inline RetType VisitClassLoaderDexElements(ScopedObjectAccessAlreadyRunnable& soa,
62 RetType defaultReturn)
85 RetType ret_value;
99 // * The last argument of the visitor is an out argument of RetType. It will be returned
102 template <typename Visitor, typename RetType>
103 inline RetType VisitClassLoaderDexFiles(ScopedObjectAccessAlreadyRunnable& soa,
106 RetType defaultReturn)
115 auto visit_dex_files = [&](ObjPtr<mirror::Object> element, RetType* ret
    [all...]
  /external/javassist/src/main/javassist/expr/
Cast.java 102 CtClass retType = getType();
107 int retVar = jc.recordReturnType(retType, true);
108 jc.recordProceed(new ProceedForCast(index, retType));
112 checkResultValue(retType, statement);
118 bytecode.addConstZero(retType);
119 bytecode.addStore(retVar, retType); // initialize $_
122 bytecode.addLoad(retVar, retType);
137 CtClass retType;
141 retType = t;
155 gen.setType(retType);
    [all...]
MethodCall.java 208 CtClass retType = Descriptor.getReturnType(signature, cp);
212 int retVar = jc.recordReturnType(retType, true);
223 checkResultValue(retType, statement);
229 if (retType != CtClass.voidType) {
230 bytecode.addConstZero(retType);
231 bytecode.addStore(retVar, retType); // initialize $_
235 if (retType != CtClass.voidType)
236 bytecode.addLoad(retVar, retType);
FieldAccess.java 159 CtClass retType;
166 retType = fieldType;
171 retType = CtClass.voidType;
180 boolean included = checkResultValue(retType, statement);
184 int retVar = jc.recordReturnType(retType, included);
186 jc.recordProceed(new ProceedForRead(retType, opcode,
200 if (retType == CtClass.voidType) {
205 bytecode.addConstZero(retType);
206 bytecode.addStore(retVar, retType); // initialize $_
211 bytecode.addLoad(retVar, retType);
    [all...]
Instanceof.java 105 CtClass retType = CtClass.booleanType;
110 int retVar = jc.recordReturnType(retType, true);
118 checkResultValue(retType, statement);
124 bytecode.addConstZero(retType);
125 bytecode.addStore(retVar, retType); // initialize $_
128 bytecode.addLoad(retVar, retType);
NewArray.java 176 CtClass retType;
206 retType = Descriptor.toCtClass(desc, thisClass.getClassPool());
221 checkResultValue(retType, statement);
222 int retVar = jc.recordReturnType(retType, true);
223 jc.recordProceed(new ProceedForArray(retType, opcode, index, dim));
  /external/icu/icu4c/source/test/cintltst/
sprpdata.c 154 UStringPrepType retType;
164 retType = getValues(result,&value,&isIndex);
167 if(type != retType && retType != USPREP_DELETE){
189 length = (retType == USPREP_DELETE)? 0 : 1;
221 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
234 UStringPrepType retType;
258 retType = getValues(result, &value, &isIndex);
260 if(retType != type){
261 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
    [all...]
  /external/libbrillo/brillo/dbus/
dbus_object_test_helpers.h 80 template<typename RetType>
82 // MethodHandlerInvoker<RetType>::Call() calls a member |method| of a class
87 // value of type RetType as a placeholder).
91 static RetType Call(
94 void(Class::*method)(std::unique_ptr<DBusMethodResponse<RetType>>,
100 std::unique_ptr<DBusMethodResponse<RetType>> method_response{
101 new DBusMethodResponse<RetType>(
108 RetType ret_val;
  /frameworks/rs/rsov/compiler/spirit/
builder.cpp 41 Builder::MakeFunctionDefinition(Instruction *retType, FunctionControl ctrl,
43 FunctionInst *func = MakeFunction(retType, ctrl, funcType);
builder.h 33 FunctionDefinition *MakeFunctionDefinition(Instruction *retType,
  /external/llvm/test/CodeGen/X86/
hhvm-cc.ll 31 %rettype = type { i64, i64, i64, i64, i64, i64, i64,
36 define hhvmcc %rettype @return_all(i64 %a, i64 %b, i64 %c) nounwind {
54 %r1 = insertvalue %rettype zeroinitializer, i64 1, 0
55 %r2 = insertvalue %rettype %r1, i64 2, 1
56 %r3 = insertvalue %rettype %r2, i64 3, 2
57 %r4 = insertvalue %rettype %r3, i64 4, 3
58 %r5 = insertvalue %rettype %r4, i64 5, 4
59 %r6 = insertvalue %rettype %r5, i64 6, 5
60 %r7 = insertvalue %rettype %r6, i64 7, 6
61 %r8 = insertvalue %rettype %r7, i64 8,
    [all...]
  /art/runtime/entrypoints/quick/
quick_entrypoints_enum.h 28 #define ENTRYPOINT_ENUM(name, rettype, ...) kQuick ## name,
42 #define ENTRYPOINT_ENUM(name, rettype, ...) case kQuick ## name : \
quick_entrypoints.h 46 #define ENTRYPOINT_ENUM(name, rettype, ...) rettype ( * p ## name )( __VA_ARGS__ );
quick_field_entrypoints.cc 76 #define ART_GET_FIELD_FROM_CODE(Kind, PrimitiveType, RetType, SetType, \
78 extern "C" RetType artGet ## Kind ## StaticFromCode(uint32_t field_idx, \
98 extern "C" RetType artGet ## Kind ## InstanceFromCode(uint32_t field_idx, \
188 extern "C" RetType artGet ## Kind ## StaticFromCompiledCode( \
196 extern "C" RetType artGet ## Kind ## InstanceFromCompiledCode( \
  /external/kmod/testsuite/
path.c 101 #define WRAP_1ARG(rettype, failret, name) \
102 TS_EXPORT rettype name(const char *path) \
106 static rettype (*_fn)(const char*); \
118 #define WRAP_2ARGS(rettype, failret, name, arg2t) \
119 TS_EXPORT rettype name(const char *path, arg2t arg2) \
123 static rettype (*_fn)(const char*, arg2t arg2); \
  /external/webrtc/talk/app/webrtc/java/jni/
classreferenceholder.h 54 #define JOW(rettype, name) extern "C" rettype JNIEXPORT JNICALL \
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 336 UStringPrepType retType;
339 retType = getValues(result,value,isIndex);
342 if(type != retType && retType != USPREP_DELETE){
364 length = (retType == USPREP_DELETE)? 0 : 1;
397 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
409 UStringPrepType retType;
432 retType = getValues(result,value,isIndex);
434 if(retType != type){
435 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
    [all...]
  /frameworks/rs/rsov/compiler/
Builtin.cpp 193 for (auto retType : retTypes) {
195 if (retType != "*") {
196 if (retType.back() == '+') {
197 retType.pop_back();
199 retType.append(1, '0' + width);
202 suffixed.append("_").append(retType);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLAPISpec.java 110 String retType = words.get(0).trim();
132 return new GLAPISpec(func, new GLDataTypeSpec(retType, null), glArgs);
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
importgl.h 55 #define FNDEF(retType, funcName, args) \
56 IMPORTGL_API retType (*funcPtr_##funcName) args IMPORTGL_FNPTRINIT;\
57 typedef retType (*funcType_##funcName) args
  /external/javassist/src/main/javassist/util/proxy/
RuntimeSupport.java 148 * @param retType return type.
150 public static String makeDescriptor(Class[] params, Class retType) {
157 makeDesc(sbuf, retType);
  /external/guice/core/test/com/google/inject/
MethodInterceptionTest.java 275 static class RetType extends ErasedType {}
280 RetType aMethod(RetType obj);
282 public static class Impl extends Superclass<RetType> implements Interface {
  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 278 bool tryUniformRetValOpt(IntegerType *RetType,
444 IntegerType *RetType, ArrayRef<VirtualCallTarget> TargetsForSlot,
453 auto TheRetValConst = ConstantInt::get(RetType, TheRetVal);
502 auto RetType = dyn_cast<IntegerType>(TargetsForSlot[0].Fn->getReturnType());
503 if (!RetType)
505 unsigned BitWidth = RetType->getBitWidth();
515 Target.Fn->getReturnType() != RetType)
536 if (VCallSite.CS.getType() != RetType)
554 if (tryUniformRetValOpt(RetType, TargetsForSlot, CSByConstantArg.second))
604 Value *ValAddr = B.CreateBitCast(Addr, RetType->getPointerTo())
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 205 /// @param retType function return type
216 llvm::Type *retType,
224 llvm::FunctionType::get(retType, theArgTypes, isVarArg);
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 210 /// @param retType function return type
221 llvm::Type *retType,
229 llvm::FunctionType::get(retType, theArgTypes, isVarArg);
    [all...]

Completed in 817 milliseconds

1 2 3 4 5