Searched refs:GetInvokeType (Results 1 – 15 of 15) sorted by relevance
64 CHECK_EQ(method->GetInvokeType(), invoke_type); in InitializeIntrinsic()84 CHECK_EQ(method->GetInvokeType(), invoke_type); in IsIntrinsicInitialized()
408 resolved_method->GetInvokeType(), in ResolveMethod()
129 InvokeType GetInvokeType() REQUIRES_SHARED(Locks::mutator_lock_);
162 InvokeType ArtMethod::GetInvokeType() { in GetInvokeType() function in art::ArtMethod
8944 ThrowIncompatibleClassChangeError(type, resolved->GetInvokeType(), resolved, referrer); in ResolveMethod()
97 InvokeType GetInvokeType(uint32_t class_access_flags) const { in GetInvokeType() function
211 method->GetInvokeType(), in CompileMethod()
264 const InvokeType type = method.GetInvokeType(class_def.access_flags_); in VerifyClass()
584 switch (invoke->GetInvokeType()) { in GenerateInvokeStaticOrDirectRuntimeCall()598 LOG(FATAL) << "Unexpected invoke type: " << invoke->GetInvokeType(); in GenerateInvokeStaticOrDirectRuntimeCall()609 switch (invoke->GetInvokeType()) { in GenerateInvokeUnresolvedRuntimeCall()627 LOG(FATAL) << "Unexpected invoke type: " << invoke->GetInvokeType(); in GenerateInvokeUnresolvedRuntimeCall()
477 StartAttributeStream("invoke_type") << invoke->GetInvokeType(); in VisitInvokeUnresolved()
2022 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper()
639 InvokeType GetInvokeType() const { in GetInvokeType() function4382 InvokeType GetInvokeType() const { in GetInvokeType() function4739 return GetInvokeType() == kStatic; in IsStatic()
1563 ReceiverArg receiver_arg = (invoke->GetInvokeType() == InvokeType::kStatic) in HandleInvoke()
163 method.GetInvokeType(class_def->access_flags_)); in VerifyMethod()
1698 method.GetInvokeType(class_def.access_flags_)); in Visit()2782 method.GetInvokeType(class_def.access_flags_), in CompileDexFile()