HomeSort by relevance Sort by last modified time
    Searched defs:parameter_types (Results 1 - 3 of 3) sorted by null

  /art/runtime/
method_handles_test.cc 55 auto parameter_types = hs.NewHandle( local
57 parameter_types->Set(0, parameter_type.Get());
59 return mirror::MethodType::Create(self, void_class, parameter_types);
  /external/v8/src/torque/
types.h 182 const TypeVector& parameter_types() const { return parameter_types_; } function in class:v8::internal::torque::final
199 FunctionPointerType(const Type* parent, TypeVector parameter_types,
202 parameter_types_(parameter_types),
403 const TypeVector& types() const { return parameter_types.types; }
405 ParameterTypes parameter_types; member in struct:v8::internal::torque::Signature
implementation-visitor.cc 547 builtin->signature().parameter_types.types,
1255 << ": call parameters were (" << parameter_types << ")"; local
    [all...]

Completed in 83 milliseconds