Searched refs:GetInvokeType (Results 1 - 11 of 11) sorted by path

/art/compiler/driver/
H A Dcompiler_driver.cc678 InvokeType invoke_type = method->GetInvokeType();
/art/compiler/optimizing/
H A Dcode_generator.cc907 environment->GetInvokeType(),
H A Dinstruction_builder.cc211 graph_->GetInvokeType(),
H A Dnodes.h495 InvokeType GetInvokeType() const { function in class:art::HGraph
1671 to_copy.GetInvokeType(),
1724 InvokeType GetInvokeType() const { function in class:art::HEnvironment
H A Doptimizing_compiler.cc884 const InvokeType invoke_type = method->GetInvokeType();
/art/runtime/
H A Dart_method.cc80 InvokeType ArtMethod::GetInvokeType() { function in class:art::ArtMethod
H A Dart_method.h260 InvokeType GetInvokeType() SHARED_REQUIRES(Locks::mutator_lock_);
H A Dclass_linker.cc7609 ThrowIncompatibleClassChangeError(type, resolved->GetInvokeType(), resolved, referrer);
7710 ThrowIncompatibleClassChangeError(type, resolved->GetInvokeType(), resolved, referrer);
H A Ddex_method_iterator.h116 InvokeType GetInvokeType() { function in class:art::DexMethodIterator
H A Ddex_method_iterator_test.cc40 InvokeType invoke_type = it.GetInvokeType();
/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h480 ThrowIncompatibleClassChangeError(type, resolved_method->GetInvokeType(), resolved_method,

Completed in 131 milliseconds