Searched defs:method_type (Results 1 – 12 of 12) sorted by relevance
| /art/runtime/mirror/ |
| D | method_handle_impl.cc | 35 Handle<MethodType> method_type) in Initialize() 48 Handle<MethodType> method_type) in Create()
|
| D | method_type.cc | 59 ObjPtr<MethodType> method_type) { in CloneWithoutLeadingParameter() 75 ObjPtr<MethodType> method_type, in CollectTrailingArguments()
|
| D | method_handles_lookup.cc | 53 Handle<MethodType> method_type) { in FindConstructor()
|
| D | var_handle_test.cc | 234 ObjPtr<MethodType> method_type, in AccessModeMatch() 245 ObjPtr<MethodType> method_type = MethodTypeOf(descriptor); in AccessModeExactMatch() local 257 ObjPtr<MethodType> method_type = MethodTypeOf(descriptor); in AccessModeWithConversionsMatch() local 269 ObjPtr<MethodType> method_type = MethodTypeOf(descriptor); in AccessModeNoMatch() local
|
| D | var_handle.cc | 1426 ObjPtr<MethodType> method_type) { in GetMethodTypeMatchForAccessMode() 1472 ObjPtr<MethodType> method_type) { in IsInvokerMethodTypeCompatible()
|
| /art/runtime/entrypoints/ |
| D | entrypoint_utils.cc | 270 ObjPtr<mirror::MethodType> method_type = in ResolveMethodTypeFromCode() local
|
| /art/runtime/verifier/ |
| D | method_verifier.cc | 3825 uint32_t dex_method_idx, MethodType method_type) { in ResolveMethodAndCheckAccess() 3971 T* it, const Instruction* inst, MethodType method_type, bool is_range, ArtMethod* res_method) { in VerifyInvocationArgsFromIterator() 4119 MethodType method_type, in VerifyInvocationArgsUnresolvedMethod() 4213 const Instruction* inst, MethodType method_type, bool is_range) { in VerifyInvocationArgs()
|
| /art/runtime/ |
| D | thread.cc | 188 DeoptimizationMethodType method_type, in DeoptimizationContextRecord() 261 DeoptimizationMethodType method_type) { in PushDeoptimizationContext() 275 DeoptimizationMethodType* method_type) { in PopDeoptimizationContext() 3588 const DeoptimizationMethodType method_type = DeoptimizationMethodType::kDefault; in QuickDeliverException() local 4172 DeoptimizationMethodType method_type; in DeoptimizeWithDeoptimizationException() local
|
| D | class_linker.cc | 9020 method_type(hs.NewHandle(mirror::MethodType::Create(self, return_type, method_params))); in ResolveMethodHandleForField() local 9189 method_type(hs.NewHandle(mirror::MethodType::Create(self, return_type, method_params))); in ResolveMethodHandleForMethod() local
|
| /art/compiler/optimizing/ |
| D | code_generator.cc | 774 HLoadMethodType* method_type, in CreateLoadMethodTypeRuntimeCallLocationSummary() 786 void CodeGenerator::GenerateLoadMethodTypeRuntimeCall(HLoadMethodType* method_type) { in GenerateLoadMethodTypeRuntimeCall()
|
| /art/dexdump/ |
| D | dexdump.cc | 1686 std::string method_type = pDexFile->GetProtoSignature(method_type_id).ToString(); in dumpCallSite() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 694 DeoptimizationMethodType method_type; in HandleDeoptimization() local 2784 Handle<mirror::MethodType> method_type( in artInvokePolymorphic() local
|