/art/libdexfile/dex/ |
D | invoke_type.h | 24 enum InvokeType : uint32_t { enum 35 std::ostream& operator<<(std::ostream& os, const InvokeType& rhs);
|
D | class_accessor.h | 96 InvokeType GetInvokeType(uint32_t class_access_flags) const { in GetInvokeType() 123 InvokeType GetDirectMethodInvokeType() const { in GetDirectMethodInvokeType() 127 InvokeType GetVirtualMethodInvokeType(uint32_t class_access_flags) const { in GetVirtualMethodInvokeType()
|
/art/runtime/ |
D | runtime_intrinsics.cc | 36 InvokeType invoke_type, in InitializeIntrinsic() 70 #define SETUP_INTRINSICS(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in InitializeIntrinsics() argument 73 InvokeType, \ in InitializeIntrinsics()
|
D | common_throws.h | 34 enum InvokeType : uint32_t; 98 InvokeType type) 131 void ThrowIncompatibleClassChangeError(InvokeType expected_type, 132 InvokeType found_type, 211 void ThrowNoSuchMethodError(InvokeType type, 224 InvokeType type) 228 InvokeType type)
|
D | common_throws.cc | 201 InvokeType type) { in ThrowIllegalAccessErrorClassForMethodDispatch() 260 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type, in ThrowIncompatibleClassChangeError() 411 void ThrowNoSuchMethodError(InvokeType type, in ThrowNoSuchMethodError() 433 InvokeType type) in ThrowNullPointerExceptionForMethodAccessImpl() 441 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, InvokeType type) { in ThrowNullPointerExceptionForMethodAccess() 446 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method, InvokeType type) { in ThrowNullPointerExceptionForMethodAccess()
|
D | class_linker-inl.h | 221 InvokeType type, in CheckInvokeClassMismatch() 269 InvokeType type, in CheckInvokeClassMismatch() 300 template <InvokeType type, ClassLinker::ResolveMode kResolveMode> 343 InvokeType type) { in ResolveMethod()
|
D | art_method.h | 47 enum InvokeType : uint32_t; 127 InvokeType GetInvokeType() REQUIRES_SHARED(Locks::mutator_lock_); 350 bool CheckIncompatibleClassChange(InvokeType type) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | class_linker.h | 323 InvokeType type) 327 template <InvokeType type, ResolveMode kResolveMode> 332 ArtMethod* ResolveMethod(Thread* self, uint32_t method_idx, ArtMethod* referrer, InvokeType type) 1318 InvokeType type, 1324 InvokeType type,
|
D | art_method-inl.h | 104 inline bool ArtMethod::CheckIncompatibleClassChange(InvokeType type) { in CheckIncompatibleClassChange()
|
/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/dexlayout/ |
D | compact_dex_writer.cc | 46 static constexpr InvokeType invoke_types[] = { in WriteDebugInfoOffsetTable() 51 for (InvokeType invoke_type : invoke_types) { in WriteDebugInfoOffsetTable() 58 for (auto& method : *(invoke_type == InvokeType::kDirect in WriteDebugInfoOffsetTable() 234 static constexpr InvokeType invoke_types[] = { in SortDebugInfosByMethodIndex() 239 for (InvokeType invoke_type : invoke_types) { in SortDebugInfosByMethodIndex() 246 for (auto& method : *(invoke_type == InvokeType::kDirect in SortDebugInfosByMethodIndex() 332 static constexpr InvokeType invoke_types[] = { in CanGenerateCompactDex() 339 for (InvokeType invoke_type : invoke_types) { in CanGenerateCompactDex() 346 for (auto& method : *(invoke_type == InvokeType::kDirect in CanGenerateCompactDex()
|
D | dexlayout.cc | 1728 static constexpr InvokeType invoke_types[] = { in LayoutCodeItems() 1737 for (InvokeType invoke_type : invoke_types) { in LayoutCodeItems() 1747 for (auto& method : *(invoke_type == InvokeType::kDirect in LayoutCodeItems()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 45 enum InvokeType : uint32_t; 137 template<InvokeType type, bool access_check> 153 template <InvokeType type, bool access_check>
|
D | entrypoint_utils-inl.h | 430 template<InvokeType type, bool access_check> 567 template<InvokeType type, bool access_check> 652 template <InvokeType type, bool access_check>
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.h | 59 InvokeType invoke_type,
|
D | dex_to_dex_compiler.cc | 510 InvokeType invoke_type ATTRIBUTE_UNUSED, in CompileMethod()
|
/art/compiler/ |
D | compiler.h | 62 InvokeType invoke_type,
|
/art/runtime/verifier/ |
D | class_verifier.cc | 130 const InvokeType type = method.GetInvokeType(class_def.access_flags_); in VerifyClass()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 146 oss << static_cast<InvokeType>(i) << " methods were AOT resolved"; in Dump() 150 oss2 << static_cast<InvokeType>(i) << " methods made direct"; in Dump() 157 oss2 << static_cast<InvokeType>(i) << " method calls are direct into boot"; in Dump() 164 oss2 << static_cast<InvokeType>(i) << " method calls have methods in boot"; in Dump() 421 InvokeType invoke_type, in CompileMethodHarness() 470 InvokeType invoke_type, in CompileMethodDex2Dex() 481 InvokeType invoke_type, in CompileMethodDex2Dex() 532 InvokeType invoke_type, in CompileMethodQuick() 544 InvokeType invoke_type, in CompileMethodQuick()
|
D | compiler_driver.h | 71 enum InvokeType : uint32_t;
|
/art/compiler/optimizing/ |
D | instruction_builder.h | 282 ArtMethod* ResolveMethod(uint16_t method_idx, InvokeType invoke_type);
|
D | instruction_builder.cc | 439 InvokeType invoke_type = dex_compilation_unit_->IsStatic() ? kStatic : kDirect; in BuildIntrinsic() 790 static InvokeType GetInvokeTypeFromOpCode(Instruction::Code opcode) { in GetInvokeTypeFromOpCode() 815 ArtMethod* HInstructionBuilder::ResolveMethod(uint16_t method_idx, InvokeType invoke_type) { in ResolveMethod() 907 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); in BuildInvoke() 1445 if (invoke->GetInvokeType() != InvokeType::kStatic) { // Instance call. in HandleInvoke()
|
D | nodes.h | 95 static constexpr InvokeType kInvalidInvokeType = static_cast<InvokeType>(-1); 319 InvokeType invoke_type = kInvalidInvokeType, 578 InvokeType GetInvokeType() const { in GetInvokeType() 738 const InvokeType invoke_type_; 4312 InvokeType GetInvokeType() const { in GetInvokeType() 4366 using InvokeTypeField = BitField<InvokeType, kFieldInvokeType, kFieldInvokeTypeSize>; 4376 InvokeType invoke_type) in HInvoke() 4414 InvokeType invoke_type) in HInvokeUnresolved() 4560 InvokeType invoke_type, in HInvokeStaticOrDirect()
|
/art/runtime/mirror/ |
D | class.h | 53 enum InvokeType : uint32_t; 577 InvokeType throw_invoke_type) 1250 InvokeType throw_invoke_type)
|
D | class-inl.h | 488 InvokeType throw_invoke_type) { in ResolvedMethodAccessTest() 547 InvokeType throw_invoke_type) { in CheckResolvedMethodAccess()
|