Home
last modified time | relevance | path

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

12

/art/runtime/
Druntime_intrinsics.cc57 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()
Dcommon_throws.h35 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)
Dcommon_throws.cc201 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()
Dclass_linker-inl.h208 InvokeType type, in CheckInvokeClassMismatch()
257 InvokeType type, in CheckInvokeClassMismatch()
293 InvokeType type) { in ResolveMethod()
322 InvokeType type) { in ResolveMethod()
Dart_method.h50 enum InvokeType : uint32_t;
164 InvokeType GetInvokeType() REQUIRES_SHARED(Locks::mutator_lock_);
621 bool CheckIncompatibleClassChange(InvokeType type) REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_linker.h370 InvokeType type)
375 ArtMethod* ResolveMethod(Thread* self, uint32_t method_idx, ArtMethod* referrer, InvokeType type)
1403 InvokeType type,
1409 InvokeType type,
Dart_method-inl.h321 inline bool ArtMethod::CheckIncompatibleClassChange(InvokeType type) {
Dart_method.cc214 InvokeType ArtMethod::GetInvokeType() { in GetInvokeType()
/art/libdexfile/dex/
Dinvoke_type.h24 enum InvokeType : uint32_t { enum
35 std::ostream& operator<<(std::ostream& os, InvokeType rhs);
Dclass_accessor.h98 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()
Ddex_file.h45 enum InvokeType : uint32_t;
/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/runtime/entrypoints/
Dentrypoint_utils.h46 enum InvokeType : uint32_t;
145 template<InvokeType type>
Dentrypoint_utils-inl.h514 template <InvokeType type>
/art/compiler/
Dcompiler.h58 InvokeType invoke_type,
/art/compiler/optimizing/
Dload_store_analysis_test.cc765 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()
Dinstruction_builder.cc500 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()
Doptimizing_compiler.cc259 InvokeType invoke_type,
1063 InvokeType invoke_type, in Compile()
Dnodes.h103 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,
Dnodes.cc3422 #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
Doptimizing_unit_test.h459 InvokeType::kStatic, in MakeInvoke()
/art/dex2oat/driver/
Dcompiler_driver.h69 enum InvokeType : uint32_t;
Dcompiler_driver.cc147 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/
Dnterp.cc328 InvokeType invoke_type = static_cast<InvokeType>(raw_invoke_type); in NterpGetMethod()
/art/runtime/interpreter/
Dinterpreter_common.h160 template<InvokeType type, bool is_range>

12