Home
last modified time | relevance | path

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

/art/runtime/
Druntime_intrinsics.cc54 CHECK_EQ(method->GetInvokeType(), invoke_type); in InitializeIntrinsic()
Dclass_linker-inl.h388 resolved_method->GetInvokeType(), in ResolveMethod()
Dart_method.h127 InvokeType GetInvokeType() REQUIRES_SHARED(Locks::mutator_lock_);
Dart_method.cc153 InvokeType ArtMethod::GetInvokeType() { in GetInvokeType() function in art::ArtMethod
Dclass_linker.cc8654 ThrowIncompatibleClassChangeError(type, resolved->GetInvokeType(), resolved, referrer); in ResolveMethod()
/art/runtime/verifier/
Dclass_verifier.cc130 const InvokeType type = method.GetInvokeType(class_def.access_flags_); in VerifyClass()
/art/libdexfile/dex/
Dclass_accessor.h96 InvokeType GetInvokeType(uint32_t class_access_flags) const { in GetInvokeType() function
/art/compiler/
Dcommon_compiler_test.cc198 method->GetInvokeType(), in CompileMethod()
/art/compiler/optimizing/
Dcode_generator.cc539 switch (invoke->GetInvokeType()) { in GenerateInvokeStaticOrDirectRuntimeCall()
553 LOG(FATAL) << "Unexpected invoke type: " << invoke->GetInvokeType(); in GenerateInvokeStaticOrDirectRuntimeCall()
564 switch (invoke->GetInvokeType()) { in GenerateInvokeUnresolvedRuntimeCall()
582 LOG(FATAL) << "Unexpected invoke type: " << invoke->GetInvokeType(); in GenerateInvokeUnresolvedRuntimeCall()
Dgraph_visualizer.cc474 StartAttributeStream("invoke_type") << invoke->GetInvokeType(); in VisitInvokeUnresolved()
Dinliner.cc1792 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper()
Dnodes.h578 InvokeType GetInvokeType() const { in GetInvokeType() function
4312 InvokeType GetInvokeType() const { in GetInvokeType() function
4687 return GetInvokeType() == kStatic; in IsStatic()
Dinstruction_simplifier.cc2144 DCHECK_EQ(invoke->GetInvokeType(), InvokeType::kStatic); in SimplifyRotate()
Dinstruction_builder.cc1445 if (invoke->GetInvokeType() != InvokeType::kStatic) { // Instance call. in HandleInvoke()
/art/dex2oat/
Dverifier_deps_test.cc163 method.GetInvokeType(class_def->access_flags_)); in VerifyMethod()
/art/dex2oat/driver/
Dcompiler_driver.cc1610 method.GetInvokeType(class_def.access_flags_)); in Visit()
2636 method.GetInvokeType(class_def.access_flags_), in CompileDexFile()