Home
last modified time | relevance | path

Searched refs:GetInvokeType (Results 1 – 13 of 13) 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.h419 ThrowIncompatibleClassChangeError(type, resolved->GetInvokeType(), resolved, referrer); in ResolveMethod()
Dart_method.cc215 InvokeType ArtMethod::GetInvokeType() { in GetInvokeType() function in art::ArtMethod
Dart_method.h164 InvokeType GetInvokeType() REQUIRES_SHARED(Locks::mutator_lock_);
/art/libdexfile/dex/
Dclass_accessor.h97 InvokeType GetInvokeType(uint32_t class_access_flags) const { in GetInvokeType() function
/art/compiler/
Dcommon_compiler_test.cc293 method->GetInvokeType(), in CompileMethod()
/art/compiler/optimizing/
Dcode_generator.cc596 switch (invoke->GetInvokeType()) { in GenerateInvokeStaticOrDirectRuntimeCall()
610 LOG(FATAL) << "Unexpected invoke type: " << invoke->GetInvokeType(); in GenerateInvokeStaticOrDirectRuntimeCall()
622 switch (invoke->GetInvokeType()) { in GenerateInvokeUnresolvedRuntimeCall()
640 LOG(FATAL) << "Unexpected invoke type: " << invoke->GetInvokeType(); in GenerateInvokeUnresolvedRuntimeCall()
Dgraph_visualizer.cc519 StartAttributeStream("invoke_type") << invoke->GetInvokeType(); in VisitInvokeUnresolved()
Dinliner.cc2093 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper()
Dnodes.h672 InvokeType GetInvokeType() const { in GetInvokeType() function
4717 InvokeType GetInvokeType() const {
5066 return GetInvokeType() == kStatic;
Dinstruction_builder.cc1861 ReceiverArg receiver_arg = (invoke->GetInvokeType() == InvokeType::kStatic) in HandleInvoke()
/art/dex2oat/
Dverifier_deps_test.cc156 method.GetInvokeType(class_def->access_flags_)); in VerifyMethod()
/art/dex2oat/driver/
Dcompiler_driver.cc2638 method.GetInvokeType(class_def.access_flags_), in CompileDexFile()