/art/runtime/ |
D | runtime_intrinsics.cc | 57 InvokeType invoke_type, in InitializeIntrinsic() 77 InvokeType invoke_type, in IsIntrinsicInitialized() 95 #define IS_INTRINSIC_INITIALIZED(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in AreAllIntrinsicsInitialized() argument 98 InvokeType, \ in AreAllIntrinsicsInitialized() 113 #define INITIALIZE_INTRINSIC(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in InitializeIntrinsics() argument 116 InvokeType, \ in InitializeIntrinsics()
|
D | common_throws.h | 35 enum InvokeType : uint32_t; 102 InvokeType type) 140 void ThrowIncompatibleClassChangeError(InvokeType expected_type, 141 InvokeType found_type, 214 void ThrowNoSuchMethodError(InvokeType type, 226 InvokeType type) 230 InvokeType type)
|
D | common_throws.cc | 201 InvokeType type) { in ThrowIllegalAccessErrorClassForMethodDispatch() 273 void ThrowIncompatibleClassChangeError(InvokeType expected_type, in ThrowIncompatibleClassChangeError() 274 InvokeType found_type, in ThrowIncompatibleClassChangeError() 408 void ThrowNoSuchMethodError(InvokeType type, in ThrowNoSuchMethodError() 431 InvokeType type) in ThrowNullPointerExceptionForMethodAccessImpl() 439 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, InvokeType type) { in ThrowNullPointerExceptionForMethodAccess() 444 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method, InvokeType type) { in ThrowNullPointerExceptionForMethodAccess()
|
D | class_linker-inl.h | 208 InvokeType type, in CheckInvokeClassMismatch() 257 InvokeType type, in CheckInvokeClassMismatch() 293 InvokeType type) { in ResolveMethod() 322 InvokeType type) { in ResolveMethod()
|
D | art_method.h | 50 enum InvokeType : uint32_t; 164 InvokeType GetInvokeType() REQUIRES_SHARED(Locks::mutator_lock_); 621 bool CheckIncompatibleClassChange(InvokeType type) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | class_linker.h | 370 InvokeType type) 375 ArtMethod* ResolveMethod(Thread* self, uint32_t method_idx, ArtMethod* referrer, InvokeType type) 1403 InvokeType type, 1409 InvokeType type,
|
D | art_method-inl.h | 321 inline bool ArtMethod::CheckIncompatibleClassChange(InvokeType type) {
|
D | art_method.cc | 214 InvokeType ArtMethod::GetInvokeType() { in GetInvokeType()
|
/art/libdexfile/dex/ |
D | invoke_type.h | 24 enum InvokeType : uint32_t { enum 35 std::ostream& operator<<(std::ostream& os, InvokeType rhs);
|
D | class_accessor.h | 98 InvokeType GetInvokeType(uint32_t class_access_flags) const { in GetInvokeType() 125 InvokeType GetDirectMethodInvokeType() const { in GetDirectMethodInvokeType() 129 InvokeType GetVirtualMethodInvokeType(uint32_t class_access_flags) const { in GetVirtualMethodInvokeType()
|
D | dex_file.h | 45 enum InvokeType : uint32_t;
|
/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/runtime/entrypoints/ |
D | entrypoint_utils.h | 46 enum InvokeType : uint32_t; 145 template<InvokeType type>
|
D | entrypoint_utils-inl.h | 514 template <InvokeType type>
|
/art/compiler/ |
D | compiler.h | 58 InvokeType invoke_type,
|
/art/compiler/optimizing/ |
D | load_store_analysis_test.cc | 765 InvokeType::kStatic, in TEST_F() 782 InvokeType::kStatic, in TEST_F() 952 InvokeType::kStatic, in TEST_F() 1009 InvokeType::kStatic, in TEST_F() 1167 InvokeType::kStatic, in TEST_F()
|
D | instruction_builder.cc | 500 InvokeType invoke_type = dex_compilation_unit_->IsStatic() ? kStatic : kDirect; in BuildIntrinsic() 874 static InvokeType GetInvokeTypeFromOpCode(Instruction::Code opcode) { in GetInvokeTypeFromOpCode() 904 /*inout*/InvokeType* invoke_type, in ResolveMethod() 1016 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); in BuildInvoke() 1356 InvokeType invoke_type = InvokeType::kPolymorphic; in BuildInvokePolymorphic() 1868 ReceiverArg receiver_arg = (invoke->GetInvokeType() == InvokeType::kStatic) in HandleInvoke()
|
D | optimizing_compiler.cc | 259 InvokeType invoke_type, 1063 InvokeType invoke_type, in Compile()
|
D | nodes.h | 103 static constexpr InvokeType kInvalidInvokeType = static_cast<InvokeType>(-1); 387 InvokeType invoke_type = kInvalidInvokeType, 670 InvokeType GetInvokeType() const { in GetInvokeType() 870 const InvokeType invoke_type_; 4761 InvokeType GetInvokeType() const { 4821 using InvokeTypeField = BitField<InvokeType, kFieldInvokeType, kFieldInvokeTypeSize>; 4832 InvokeType invoke_type, 4872 InvokeType invoke_type) 4995 InvokeType invoke_type,
|
D | nodes.cc | 3422 #define CHECK_INTRINSICS_ENUM_VALUES(Name, InvokeType, _, SideEffects, Exceptions, ...) \ argument 3434 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnv, SideEffects, Exceptions, ...) \ in ART_INTRINSICS_LIST() argument 3448 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnv, SideEffects, Exceptions, ...) \ in GetSideEffectsIntrinsic() argument 3462 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnv, SideEffects, Exceptions, ...) \ in GetExceptionsIntrinsic() argument
|
D | optimizing_unit_test.h | 459 InvokeType::kStatic, in MakeInvoke()
|
/art/dex2oat/driver/ |
D | compiler_driver.h | 69 enum InvokeType : uint32_t;
|
D | compiler_driver.cc | 147 oss << static_cast<InvokeType>(i) << " methods were AOT resolved"; in Dump() 151 oss2 << static_cast<InvokeType>(i) << " methods made direct"; in Dump() 158 oss2 << static_cast<InvokeType>(i) << " method calls are direct into boot"; in Dump() 165 oss2 << static_cast<InvokeType>(i) << " method calls have methods in boot"; in Dump() 373 InvokeType invoke_type, in CompileMethodHarness() 459 InvokeType invoke_type, in CompileMethodQuick() 470 InvokeType invoke_type, in CompileMethodQuick()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 328 InvokeType invoke_type = static_cast<InvokeType>(raw_invoke_type); in NterpGetMethod()
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 160 template<InvokeType type, bool is_range>
|