HomeSort by relevance Sort by last modified time
    Searched refs:method_type (Results 1 - 25 of 34) sorted by null

1 2

  /art/runtime/mirror/
method_handle_impl.cc 41 Handle<MethodType> method_type)
46 SetFieldObject<false>(MethodTypeOffset(), method_type.Get());
75 Handle<MethodType> method_type)
80 mh->Initialize(art_field_or_method, kind, method_type);
method_handles_lookup.cc 69 Handle<MethodType> method_type) {
75 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(method_type.Get()))
method_type.cc 17 #include "method_type.h"
48 ObjPtr<MethodType> method_type) {
50 Handle<Class> rtype = hs.NewHandle(method_type->GetRType());
51 Handle<ObjectArray<Class>> src_ptypes = hs.NewHandle(method_type->GetPTypes());
method_handle_impl.h 24 #include "method_type.h"
93 void Initialize(uintptr_t art_field_or_method, Kind kind, Handle<MethodType> method_type)
130 Handle<MethodType> method_type)
method_handles_lookup.h 58 Handle<MethodType> method_type)
method_type.h 40 ObjPtr<MethodType> method_type)
var_handle.h 108 bool IsMethodTypeCompatible(AccessMode access_mode, MethodType* method_type)
112 // specified access_mode if the first parameter of method_type is
115 bool IsInvokerMethodTypeCompatible(AccessMode access_mode, MethodType* method_type)
var_handle.cc 28 #include "method_type.h"
    [all...]
  /art/runtime/interpreter/
interpreter.h 53 DeoptimizationMethodType method_type)
interpreter_common.cc     [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.h 61 u8 method_type, u8 *sid, size_t *sid_len);
eap_gpsk_common.c 346 size_t seed_len, u8 method_type)
379 os_memcpy(pos, &method_type, 1);
412 * @method_type: EAP Authentication Method Type
422 u8 method_type, u8 *sid, size_t *sid_len)
464 method_type);
466 sid[0] = method_type;
  /art/runtime/verifier/
method_verifier.h 601 ArtMethod* ResolveMethodAndCheckAccess(uint32_t method_idx, MethodType method_type)
626 ArtMethod* VerifyInvocationArgs(const Instruction* inst, MethodType method_type, bool is_range)
631 void VerifyInvocationArgsUnresolvedMethod(const Instruction* inst, MethodType method_type,
637 MethodType method_type, bool is_range,
    [all...]
method_verifier.cc 50 #include "mirror/method_type.h"
    [all...]
  /external/boringssl/src/crypto/bio/
bio.c 366 int method_type, mask; local
375 method_type = bio->method->type;
378 if (method_type & type) {
381 } else if (method_type == type) {
  /toolchain/binutils/binutils-2.27/binutils/
prdbg.c 1446 char *method_type; local
1525 char *method_type; local
2299 char *method_type; local
2377 char *method_type; local
    [all...]
debug.h 261 bfd_boolean (*method_type) (void *, bfd_boolean, int, bfd_boolean); member in struct:debug_write_fns
  /external/libmojo/third_party/jinja2/
sandbox.py 18 from jinja2._compat import string_types, function_type, method_type, \
137 elif isinstance(obj, method_type):
_compat.py 128 method_type = type(_C().method) variable
nodes.py 20 method_type, function_type
24 _context_function_types = (function_type, method_type)
  /art/runtime/
thread.cc 173 DeoptimizationMethodType method_type,
179 deopt_method_type_(method_type),
246 DeoptimizationMethodType method_type) {
252 method_type,
260 DeoptimizationMethodType* method_type) {
267 *method_type = record->GetDeoptimizationMethodType();
3359 const DeoptimizationMethodType method_type = DeoptimizationMethodType::kDefault; local
3367 method_type); local
3959 DeoptimizationMethodType method_type; local
    [all...]
thread.h     [all...]
class_linker.cc 102 #include "mirror/method_type.h"
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 731 DeoptimizationMethodType method_type; local
735 /* out */ &method_type);
    [all...]
  /art/dexdump/
dexdump.cc 1710 std::string method_type = pDexFile->GetProtoSignature(method_type_id).ToString(); local
    [all...]

Completed in 289 milliseconds

1 2