/art/runtime/ |
D | invoke_type.h | 24 enum InvokeType { enum 33 std::ostream& operator<<(std::ostream& os, const InvokeType& rhs);
|
D | common_throws.h | 85 InvokeType type) 113 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type, 177 void ThrowNoSuchMethodError(InvokeType type, mirror::Class* c, const StringPiece& name, 191 InvokeType type) 195 InvokeType type)
|
D | dex_method_iterator_test.cc | 40 InvokeType invoke_type = it.GetInvokeType(); in TEST_F()
|
D | common_throws.cc | 166 InvokeType type) { in ThrowIllegalAccessErrorClassForMethodDispatch() 219 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type, in ThrowIncompatibleClassChangeError() 350 void ThrowNoSuchMethodError(InvokeType type, mirror::Class* c, const StringPiece& name, in ThrowNoSuchMethodError() 380 InvokeType type) in ThrowNullPointerExceptionForMethodAccessImpl() 389 InvokeType type) { in ThrowNullPointerExceptionForMethodAccess() 397 InvokeType type) { in ThrowNullPointerExceptionForMethodAccess()
|
D | dex_method_iterator.h | 116 InvokeType GetInvokeType() { in GetInvokeType()
|
D | stack_map.cc | 236 << ", invoke_type=" << static_cast<InvokeType>(GetInvokeTypeAtDepth(inline_info_encoding, in Dump()
|
D | art_method.h | 244 InvokeType GetInvokeType() SHARED_REQUIRES(Locks::mutator_lock_); 363 bool CheckIncompatibleClassChange(InvokeType type) SHARED_REQUIRES(Locks::mutator_lock_);
|
D | class_linker-inl.h | 144 InvokeType type) { in ResolveMethod()
|
D | art_method.cc | 80 InvokeType ArtMethod::GetInvokeType() { in GetInvokeType()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | NewMethodCaller.java | 38 public enum InvokeType { enum in NewMethodCaller.AssociatedMutation 47 public InvokeType invokeType; 77 invokeType = InvokeType.values()[Integer.parseInt(elements[3])]; in parseString() 128 mutation.invokeType = AssociatedMutation.InvokeType.STATIC; in generateMutation()
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.h | 42 InvokeType invoke_type,
|
D | dex_to_dex_compiler.cc | 281 InvokeType invoke_type = kVirtual; in CompileInvokeVirtual() 282 InvokeType original_invoke_type = invoke_type; in CompileInvokeVirtual() 319 InvokeType invoke_type ATTRIBUTE_UNUSED, in ArtCompileDEX()
|
/art/compiler/driver/ |
D | compiler_driver.h | 317 uint32_t method_idx, InvokeType invoke_type, bool check_incompatible_class_change = true) 328 ArtMethod* resolved_method, InvokeType type) 336 mirror::Class* referrer_class, ArtMethod* resolved_method, InvokeType* invoke_type, 353 void ProcessedInvoke(InvokeType invoke_type, int flags); 378 InvokeType* type, MethodReference* target_method, int* vtable_idx, 541 void GetCodeAndMethodForDirectCall(/*out*/InvokeType* type, 542 InvokeType sharp_type,
|
D | compiler_driver.cc | 138 oss << static_cast<InvokeType>(i) << " methods were AOT resolved"; in Dump() 142 oss2 << static_cast<InvokeType>(i) << " methods made direct"; in Dump() 149 oss2 << static_cast<InvokeType>(i) << " method calls are direct into boot"; in Dump() 156 oss2 << static_cast<InvokeType>(i) << " method calls have methods in boot"; in Dump() 233 void ResolvedMethod(InvokeType type) REQUIRES(!stats_lock_) { in ResolvedMethod() 241 void UnresolvedMethod(InvokeType type) REQUIRES(!stats_lock_) { in UnresolvedMethod() 249 void VirtualMadeDirect(InvokeType type) REQUIRES(!stats_lock_) { in VirtualMadeDirect() 256 void DirectCallsToBoot(InvokeType type) REQUIRES(!stats_lock_) { in DirectCallsToBoot() 263 void DirectMethodsToBoot(InvokeType type) REQUIRES(!stats_lock_) { in DirectMethodsToBoot() 269 void ProcessedInvoke(InvokeType type, int flags) REQUIRES(!stats_lock_) { in ProcessedInvoke() [all …]
|
D | compiler_driver-inl.h | 259 uint32_t method_idx, InvokeType invoke_type, bool check_incompatible_class_change) { in ResolveMethod() 285 ArtMethod* resolved_method, InvokeType type) { in GetResolvedMethodVTableIndex() 298 mirror::Class* referrer_class, ArtMethod* resolved_method, InvokeType* invoke_type, in IsFastInvoke()
|
/art/compiler/optimizing/ |
D | stack_map_stream.h | 113 InvokeType invoke_type; 131 InvokeType invoke_type,
|
D | sharpening.cc | 62 InvokeType original_invoke_type = invoke->GetOriginalInvokeType(); in ProcessInvokeStaticOrDirect() 63 InvokeType optimized_invoke_type = original_invoke_type; in ProcessInvokeStaticOrDirect()
|
D | optimizing_compiler.cc | 266 InvokeType invoke_type, 318 InvokeType invoke_type, 612 InvokeType invoke_type, in TryCompile() 789 InvokeType invoke_type, in Compile() 884 const InvokeType invoke_type = method->GetInvokeType(); in JitCompile()
|
D | intrinsics.cc | 35 static inline InvokeType GetIntrinsicInvokeType(Intrinsics i) { in GetIntrinsicInvokeType() 536 InvokeType intrinsic_type = GetIntrinsicInvokeType(intrinsic); in CheckInvokeType() 537 InvokeType invoke_type = invoke->IsInvokeStaticOrDirect() ? in CheckInvokeType()
|
D | instruction_builder.h | 266 ArtMethod* ResolveMethod(uint16_t method_idx, InvokeType invoke_type);
|
D | nodes.h | 83 static constexpr InvokeType kInvalidInvokeType = static_cast<InvokeType>(-1); 283 InvokeType invoke_type = kInvalidInvokeType, 495 InvokeType GetInvokeType() const { in GetInvokeType() 606 const InvokeType invoke_type_; 1653 InvokeType invoke_type, in HEnvironment() 1724 InvokeType GetInvokeType() const { in GetInvokeType() 1748 const InvokeType invoke_type_; 3711 InvokeType GetOriginalInvokeType() const { in GetOriginalInvokeType() 3760 BitField<InvokeType, kFieldOriginalInvokeType, kFieldOriginalInvokeTypeSize>; 3769 InvokeType original_invoke_type) in HInvoke() [all …]
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 141 template<InvokeType type, bool access_check> 154 InvokeType type)
|
D | entrypoint_utils-inl.h | 49 InvokeType invoke_type = static_cast<InvokeType>( in GetResolvedMethod() 436 template<InvokeType type, bool access_check> 665 ArtMethod* referrer, bool access_check, InvokeType type) { in FindMethodFast()
|
/art/compiler/ |
D | compiler.h | 51 InvokeType invoke_type,
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 358 InvokeType invoke_type) in PreloadDexCachesResolveMethod() 541 InvokeType invoke_type = it.GetMethodInvokeType(class_def); in VMRuntime_preloadDexCaches() 546 InvokeType invoke_type = it.GetMethodInvokeType(class_def); in VMRuntime_preloadDexCaches()
|