HomeSort by relevance Sort by last modified time
    Searched defs:return_type (Results 1 - 25 of 56) sorted by null

1 2 3

  /art/libdexfile/dex/
signature.cc 56 const char* return_type = dex_file_->GetReturnTypeDescriptor(*proto_id_); local
57 return strcmp(return_type, "V") == 0;
test_dex_file_builder.h 71 AddType(proto_key.return_type);
189 Write16(raw_offset + 4u, GetTypeIdx(entry.first.return_type));
304 std::string return_type; member in struct:art::TestDexFileBuilder::ProtoKey
309 if (lhs.return_type != rhs.return_type) {
310 return lhs.return_type < rhs.return_type;
344 const char* return_type = args_end + 1; local
347 std::string() + ((*return_type == '[') ? 'L' : *return_type),
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_mode_setting.cpp 51 auto return_type = _.FindDef(entry_point->type_id()); local
52 if (!return_type || SpvOpTypeVoid != return_type->opcode()) {
validate_function.cpp 127 auto return_type = _.FindDef(function->type_id()); local
128 if (!return_type || return_type->id() != inst->type_id()) {
133 << _.getIdName(return_type->id()) << "'s return type.";
validate_type.cpp 248 const auto return_type = _.FindDef(return_type_id); local
249 if (!return_type || !spvOpcodeGeneratesType(return_type->opcode())) {
validate_cfg.cpp 189 const auto return_type = _.FindDef(function->GetResultTypeId()); local
190 if (!return_type || return_type->id() != value_type->id()) {
737 const uint32_t return_type = _.current_function().GetResultTypeId(); local
738 const Instruction* return_type_inst = _.FindDef(return_type);
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_mode_setting.cpp 51 auto return_type = _.FindDef(entry_point->type_id()); local
52 if (!return_type || SpvOpTypeVoid != return_type->opcode()) {
validate_function.cpp 200 auto return_type = _.FindDef(function->type_id()); local
201 if (!return_type || return_type->id() != inst->type_id()) {
206 << _.getIdName(return_type->id()) << "'s return type.";
validate_type.cpp 285 const auto return_type = _.FindDef(return_type_id); local
286 if (!return_type || !spvOpcodeGeneratesType(return_type->opcode())) {
  /art/runtime/mirror/
emulated_stack_frame.cc 57 const Primitive::Type return_type = r_type->GetPrimitiveType(); local
58 if (return_type == Primitive::kPrimNot) {
60 } else if (Primitive::Is64BitType(return_type)) {
  /external/libffi/src/sh/
ffi.c 57 return_type (ffi_type *arg) function
127 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
334 greg = ((return_type (cif->rtype) == FFI_TYPE_STRUCT) &&
390 cif->flags += (unsigned) (return_type (cif->rtype)) << 24;
424 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
447 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
471 insn = (return_type (cif->rtype) == FFI_TYPE_STRUCT
716 return return_type (cif->rtype);
  /external/libffi/src/sh64/
ffi.c 37 return_type (ffi_type *arg) function
69 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
165 greg = (return_type (cif->rtype) == FFI_TYPE_STRUCT ? 1 : 0);
222 cif->flags = return_type (cif->rtype);
266 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
289 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
365 if (return_type (cif->rtype) == FFI_TYPE_STRUCT)
467 return return_type (cif->rtype);
  /external/python/cpython2/Modules/_ctypes/libffi/src/sh/
ffi.c 57 return_type (ffi_type *arg) function
127 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
334 greg = ((return_type (cif->rtype) == FFI_TYPE_STRUCT) &&
390 cif->flags += (unsigned) (return_type (cif->rtype)) << 24;
424 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
447 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
471 insn = (return_type (cif->rtype) == FFI_TYPE_STRUCT
716 return return_type (cif->rtype);
  /external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
ffi.c 37 return_type (ffi_type *arg) function
69 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
165 greg = (return_type (cif->rtype) == FFI_TYPE_STRUCT ? 1 : 0);
222 cif->flags = return_type (cif->rtype);
266 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
289 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
365 if (return_type (cif->rtype) == FFI_TYPE_STRUCT)
467 return return_type (cif->rtype);
  /art/runtime/entrypoints/
entrypoint_utils.cc 49 ObjPtr<mirror::Class> return_type = method->ResolveReturnType(); local
51 if (!o->InstanceOf(return_type)) {
  /external/deqp-deps/SPIRV-Tools/source/comp/
markv_codec.cpp 307 const uint32_t return_type = inst_.words[2]; local
308 multi_mtf_.Insert(kMtfTypeReturnedByFunction, return_type);
309 multi_mtf_.Insert(GetMtfFunctionTypeWithReturnType(return_type),
617 const uint32_t return_type = GetInstWords()[1]; local
662 return GetMtfIdOfType(return_type);
706 return GetMtfIdOfType(return_type);
722 const uint32_t return_type = GetInstWords()[1]; local
723 return GetMtfFunctionTypeWithReturnType(return_type);
732 const uint32_t return_type = GetInstWords()[1]; local
733 return GetMtfFunctionWithReturnType(return_type);
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/comp/
markv_codec.cpp 307 const uint32_t return_type = inst_.words[2]; local
308 multi_mtf_.Insert(kMtfTypeReturnedByFunction, return_type);
309 multi_mtf_.Insert(GetMtfFunctionTypeWithReturnType(return_type),
617 const uint32_t return_type = GetInstWords()[1]; local
662 return GetMtfIdOfType(return_type);
706 return GetMtfIdOfType(return_type);
722 const uint32_t return_type = GetInstWords()[1]; local
723 return GetMtfFunctionTypeWithReturnType(return_type);
732 const uint32_t return_type = GetInstWords()[1]; local
733 return GetMtfFunctionWithReturnType(return_type);
    [all...]
  /external/tensorflow/tensorflow/java/src/gen/cc/
op_generator.cc 152 Type return_type = Type::Class(op_class.name(), op_class.package()); local
156 return_type.add_parameter(default_types.at(parameter.name()));
158 return_type.add_parameter(parameter);
161 Method factory = Method::Create("create", return_type);
344 Type return_type = local
347 Method as_output = Method::Create("asOutput", return_type)
355 writer->Append("return (").AppendType(return_type).Append(") ");
368 Type return_type = local
371 Method::Create("iterator", return_type)
377 .Append("return (" + return_type.name() + ") "
    [all...]
java_defs.h 221 static Method Create(const string& name, const Type& return_type) {
222 return Method(name, return_type, false);
229 const Type& return_type() const { return return_type_; } function in class:tensorflow::java::Method
248 Method(const string& name, const Type& return_type, bool constructor)
249 : name_(name), return_type_(return_type), constructor_(constructor) {}
  /art/runtime/interpreter/
interpreter_switch_impl-inl.h 592 ObjPtr<mirror::Class> return_type = shadow_frame.GetMethod()->ResolveReturnType(); local
595 if (return_type == nullptr) {
599 if (!obj_result->VerifierInstanceOf(return_type)) {
605 return_type->GetDescriptor(&temp2));
    [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
Type.java 155 * @param return_type what the method returns
159 public static String getMethodSignature( final Type return_type, final Type[] arg_types ) {
167 buf.append(return_type.getSignature());
  /external/deqp-deps/SPIRV-Tools/source/opt/
type_manager.cpp 346 {GetTypeInstruction(function->return_type())}));
546 const Type* ret_ty = function_ty->return_type();
698 Type* return_type = GetType(return_type_id);
708 type = new Function(return_type, param_types);
856 const ForwardPointer* return_type = local
857 func_type->return_type()->AsForwardPointer();
858 if (return_type) {
859 func_type->SetReturnType(return_type->target_pointer());
912 const Type* return_type = func_type->return_type(); local
    [all...]
types.h 505 const Type* return_type() const { return return_type_; } function in class:spvtools::opt::analysis::Function
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
type_manager.cpp 346 {GetTypeInstruction(function->return_type())}));
546 const Type* ret_ty = function_ty->return_type();
698 Type* return_type = GetType(return_type_id);
708 type = new Function(return_type, param_types);
859 const ForwardPointer* return_type = local
860 func_type->return_type()->AsForwardPointer();
861 if (return_type) {
862 func_type->SetReturnType(return_type->target_pointer());
915 const Type* return_type = func_type->return_type(); local
    [all...]
  /art/test/712-varhandle-invocations/util-src/
generate_java.py 764 return_type = accessor.get_return_type(var_type) variable
820 return_type = accessor.get_return_type(var_type) variable
    [all...]

Completed in 855 milliseconds

1 2 3