Home
last modified time | relevance | path

Searched refs:GetInvokeType (Results 1 – 15 of 15) sorted by relevance

/art/runtime/
Druntime_intrinsics.cc64 CHECK_EQ(method->GetInvokeType(), invoke_type); in InitializeIntrinsic()
84 CHECK_EQ(method->GetInvokeType(), invoke_type); in IsIntrinsicInitialized()
Dclass_linker-inl.h408 resolved_method->GetInvokeType(), in ResolveMethod()
Dart_method.h129 InvokeType GetInvokeType() REQUIRES_SHARED(Locks::mutator_lock_);
Dart_method.cc162 InvokeType ArtMethod::GetInvokeType() { in GetInvokeType() function in art::ArtMethod
Dclass_linker.cc8944 ThrowIncompatibleClassChangeError(type, resolved->GetInvokeType(), resolved, referrer); in ResolveMethod()
/art/libdexfile/dex/
Dclass_accessor.h97 InvokeType GetInvokeType(uint32_t class_access_flags) const { in GetInvokeType() function
/art/compiler/
Dcommon_compiler_test.cc211 method->GetInvokeType(), in CompileMethod()
/art/runtime/verifier/
Dclass_verifier.cc264 const InvokeType type = method.GetInvokeType(class_def.access_flags_); in VerifyClass()
/art/compiler/optimizing/
Dcode_generator.cc584 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()
Dgraph_visualizer.cc477 StartAttributeStream("invoke_type") << invoke->GetInvokeType(); in VisitInvokeUnresolved()
Dinliner.cc2022 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper()
Dnodes.h639 InvokeType GetInvokeType() const { in GetInvokeType() function
4382 InvokeType GetInvokeType() const { in GetInvokeType() function
4739 return GetInvokeType() == kStatic; in IsStatic()
Dinstruction_builder.cc1563 ReceiverArg receiver_arg = (invoke->GetInvokeType() == InvokeType::kStatic) in HandleInvoke()
/art/dex2oat/
Dverifier_deps_test.cc163 method.GetInvokeType(class_def->access_flags_)); in VerifyMethod()
/art/dex2oat/driver/
Dcompiler_driver.cc1698 method.GetInvokeType(class_def.access_flags_)); in Visit()
2782 method.GetInvokeType(class_def.access_flags_), in CompileDexFile()