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.h407 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.cc8846 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.cc200 method->GetInvokeType(), in CompileMethod()
/art/runtime/verifier/
Dclass_verifier.cc260 const InvokeType type = method.GetInvokeType(class_def.access_flags_); in VerifyClass()
/art/compiler/optimizing/
Dcode_generator.cc533 switch (invoke->GetInvokeType()) { in GenerateInvokeStaticOrDirectRuntimeCall()
547 LOG(FATAL) << "Unexpected invoke type: " << invoke->GetInvokeType(); in GenerateInvokeStaticOrDirectRuntimeCall()
558 switch (invoke->GetInvokeType()) { in GenerateInvokeUnresolvedRuntimeCall()
576 LOG(FATAL) << "Unexpected invoke type: " << invoke->GetInvokeType(); in GenerateInvokeUnresolvedRuntimeCall()
Dgraph_visualizer.cc477 StartAttributeStream("invoke_type") << invoke->GetInvokeType(); in VisitInvokeUnresolved()
Dinliner.cc2020 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper()
Dnodes.h584 InvokeType GetInvokeType() const { in GetInvokeType() function
4328 InvokeType GetInvokeType() const { in GetInvokeType() function
4703 return GetInvokeType() == kStatic; in IsStatic()
Dinstruction_simplifier.cc2134 DCHECK_EQ(invoke->GetInvokeType(), InvokeType::kStatic); in SimplifyRotate()
Dinstruction_builder.cc1467 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.cc1637 method.GetInvokeType(class_def.access_flags_)); in Visit()
2721 method.GetInvokeType(class_def.access_flags_), in CompileDexFile()