Home
last modified time | relevance | path

Searched refs:InvokeType (Results 1 – 25 of 41) sorted by relevance

12

/art/runtime/
Dinvoke_type.h24 enum InvokeType { enum
33 std::ostream& operator<<(std::ostream& os, const InvokeType& rhs);
Dcommon_throws.h85 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)
Ddex_method_iterator_test.cc40 InvokeType invoke_type = it.GetInvokeType(); in TEST_F()
Dcommon_throws.cc166 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()
Ddex_method_iterator.h116 InvokeType GetInvokeType() { in GetInvokeType()
Dstack_map.cc236 << ", invoke_type=" << static_cast<InvokeType>(GetInvokeTypeAtDepth(inline_info_encoding, in Dump()
Dart_method.h244 InvokeType GetInvokeType() SHARED_REQUIRES(Locks::mutator_lock_);
363 bool CheckIncompatibleClassChange(InvokeType type) SHARED_REQUIRES(Locks::mutator_lock_);
Dclass_linker-inl.h144 InvokeType type) { in ResolveMethod()
Dart_method.cc80 InvokeType ArtMethod::GetInvokeType() { in GetInvokeType()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DNewMethodCaller.java38 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/
Ddex_to_dex_compiler.h42 InvokeType invoke_type,
Ddex_to_dex_compiler.cc281 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/
Dcompiler_driver.h317 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,
Dcompiler_driver.cc138 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 …]
Dcompiler_driver-inl.h259 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/
Dstack_map_stream.h113 InvokeType invoke_type;
131 InvokeType invoke_type,
Dsharpening.cc62 InvokeType original_invoke_type = invoke->GetOriginalInvokeType(); in ProcessInvokeStaticOrDirect()
63 InvokeType optimized_invoke_type = original_invoke_type; in ProcessInvokeStaticOrDirect()
Doptimizing_compiler.cc266 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()
Dintrinsics.cc35 static inline InvokeType GetIntrinsicInvokeType(Intrinsics i) { in GetIntrinsicInvokeType()
536 InvokeType intrinsic_type = GetIntrinsicInvokeType(intrinsic); in CheckInvokeType()
537 InvokeType invoke_type = invoke->IsInvokeStaticOrDirect() ? in CheckInvokeType()
Dinstruction_builder.h266 ArtMethod* ResolveMethod(uint16_t method_idx, InvokeType invoke_type);
Dnodes.h83 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/
Dentrypoint_utils.h141 template<InvokeType type, bool access_check>
154 InvokeType type)
Dentrypoint_utils-inl.h49 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/
Dcompiler.h51 InvokeType invoke_type,
/art/runtime/native/
Ddalvik_system_VMRuntime.cc358 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()

12