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.h417 resolved_method->GetInvokeType(), in ResolveMethod()
Dart_method.h129 InvokeType GetInvokeType() REQUIRES_SHARED(Locks::mutator_lock_);
Dart_method.cc163 InvokeType ArtMethod::GetInvokeType() { in GetInvokeType() function in art::ArtMethod
Dclass_linker.cc9196 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.cc259 method->GetInvokeType(), in CompileMethod()
/art/runtime/verifier/
Dclass_verifier.cc269 const InvokeType type = method.GetInvokeType(class_def.access_flags_); in VerifyClass()
/art/compiler/optimizing/
Dcode_generator.cc586 switch (invoke->GetInvokeType()) { in GenerateInvokeStaticOrDirectRuntimeCall()
600 LOG(FATAL) << "Unexpected invoke type: " << invoke->GetInvokeType(); in GenerateInvokeStaticOrDirectRuntimeCall()
612 switch (invoke->GetInvokeType()) { in GenerateInvokeUnresolvedRuntimeCall()
630 LOG(FATAL) << "Unexpected invoke type: " << invoke->GetInvokeType(); in GenerateInvokeUnresolvedRuntimeCall()
Dgraph_visualizer.cc511 StartAttributeStream("invoke_type") << invoke->GetInvokeType(); in VisitInvokeUnresolved()
Dinliner.cc1913 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper()
Dnodes.h660 InvokeType GetInvokeType() const { in GetInvokeType() function
4634 InvokeType GetInvokeType() const {
4961 return GetInvokeType() == kStatic;
Dinstruction_builder.cc1690 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.cc1600 method.GetInvokeType(class_def.access_flags_)); in Visit()
2628 method.GetInvokeType(class_def.access_flags_), in CompileDexFile()