/art/compiler/driver/ |
D | compiler_driver.h | 187 InvokeType& type, MethodReference& target_method, int& vtable_idx, 197 InvokeType referrer_invoke_type, 199 InvokeType target_invoke_type, 205 InvokeType referrer_invoke_type, 207 InvokeType target_invoke_type, 260 InvokeType GetReferrerInvokeType() const { in GetReferrerInvokeType() 266 InvokeType GetTargetInvokeType() const { in GetTargetInvokeType() 277 InvokeType referrer_invoke_type, in PatchInformation() 279 InvokeType target_invoke_type, in PatchInformation() 294 const InvokeType referrer_invoke_type_; [all …]
|
D | compiler_driver.cc | 110 oss << static_cast<InvokeType>(i) << " methods were AOT resolved"; in Dump() 114 oss2 << static_cast<InvokeType>(i) << " methods made direct"; in Dump() 121 oss2 << static_cast<InvokeType>(i) << " method calls are direct into boot"; in Dump() 128 oss2 << static_cast<InvokeType>(i) << " method calls have methods in boot"; in Dump() 205 void ResolvedMethod(InvokeType type) { in ResolvedMethod() 213 void UnresolvedMethod(InvokeType type) { in UnresolvedMethod() 221 void VirtualMadeDirect(InvokeType type) { in VirtualMadeDirect() 228 void DirectCallsToBoot(InvokeType type) { in DirectCallsToBoot() 235 void DirectMethodsToBoot(InvokeType type) { in DirectMethodsToBoot() 295 art::InvokeType invoke_type, [all …]
|
/art/runtime/ |
D | invoke_type.h | 24 enum InvokeType { enum 33 std::ostream& operator<<(std::ostream& os, const InvokeType& rhs);
|
D | common_throws.h | 79 InvokeType type) 103 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type, 142 void ThrowNoSuchMethodError(InvokeType type, mirror::Class* c, const StringPiece& name, 158 InvokeType type) 163 InvokeType type)
|
D | common_throws.cc | 141 InvokeType type) { in ThrowIllegalAccessErrorClassForMethodDispatch() 189 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type, in ThrowIncompatibleClassChangeError() 267 void ThrowNoSuchMethodError(InvokeType type, mirror::Class* c, const StringPiece& name, in ThrowNoSuchMethodError() 300 InvokeType type) in ThrowNullPointerExceptionForMethodAccessImpl() 310 InvokeType type) { in ThrowNullPointerExceptionForMethodAccess() 319 InvokeType type) { in ThrowNullPointerExceptionForMethodAccess()
|
D | dex_method_iterator_test.cc | 36 InvokeType invoke_type = it.GetInvokeType(); in TEST_F()
|
D | dex_method_iterator.h | 116 InvokeType GetInvokeType() { in GetInvokeType()
|
D | class_linker-inl.h | 68 InvokeType type) { in ResolveMethod()
|
/art/compiler/sea_ir/ |
D | frontend.cc | 43 uint32_t method_access_flags, InvokeType invoke_type, in CompileMethodWithSeaIr() 71 InvokeType invoke_type, in SeaIrCompileOneMethod() 88 uint32_t method_access_flags, art::InvokeType invoke_type, in SeaIrCompileMethod()
|
/art/compiler/llvm/ |
D | compiler_llvm.cc | 41 uint32_t access_flags, InvokeType invoke_type, 135 CompileDexMethod(DexCompilationUnit* dex_compilation_unit, InvokeType invoke_type) { in CompileDexMethod() 204 art::InvokeType invoke_type, in ArtCompileMethod()
|
D | compiler_llvm.h | 78 InvokeType invoke_type);
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 244 InvokeType invoke_type = kVirtual; in CompileInvokeVirtual() 245 InvokeType original_invoke_type = invoke_type; in CompileInvokeVirtual() 279 uint32_t access_flags, art::InvokeType invoke_type, in ArtCompileDEX()
|
D | frontend.cc | 112 uint32_t access_flags, InvokeType invoke_type, in CompileMethod() 275 InvokeType invoke_type, in CompileOneMethod() 294 uint32_t access_flags, art::InvokeType invoke_type, in ArtQuickCompileMethod()
|
D | compiler_ir.h | 84 InvokeType invoke_type; // compiling method's invocation type.
|
D | frontend.h | 119 art::InvokeType invoke_type,
|
D | mir_graph.h | 329 InvokeType type; 360 InvokeType invoke_type, uint16_t class_def_idx, 598 CallInfo* NewMemCallInfo(BasicBlock* bb, MIR* mir, InvokeType type, bool is_range);
|
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 336 InvokeType type) { in NextSDCallInsn() 439 InvokeType unused3) { in NextVCallInsn() 487 uintptr_t direct_method, InvokeType unused4) { in NextInterfaceCallInsn() 578 InvokeType unused3) { in NextStaticCallInsnSP() 586 uintptr_t unused2, InvokeType unused3) { in NextDirectCallInsnSP() 594 uintptr_t unused2, InvokeType unused3) { in NextSuperCallInsnSP() 602 uintptr_t unused2, InvokeType unused3) { in NextVCallInsnSP() 612 InvokeType unused4) { in NextInterfaceCallInsnWithAccessCheck() 621 uintptr_t direct_method, InvokeType type, bool skip_this) { in LoadArgRegs() 660 uintptr_t direct_method, InvokeType type, bool skip_this) { in GenDalvikArgsNoRange() [all …]
|
D | mir_to_lir.h | 106 uintptr_t direct_method, InvokeType type); 472 uintptr_t direct_code, uintptr_t direct_method, InvokeType type, 478 uintptr_t direct_code, uintptr_t direct_method, InvokeType type, 500 uintptr_t direct_code, uintptr_t direct_method, InvokeType type,
|
/art/runtime/entrypoints/portable/ |
D | portable_invoke_entrypoints.cc | 28 InvokeType type, in FindMethodHelper()
|
/art/runtime/mirror/ |
D | art_method.h | 66 InvokeType GetInvokeType() const; 133 bool CheckIncompatibleClassChange(InvokeType type) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | art_method-inl.h | 93 inline bool ArtMethod::CheckIncompatibleClassChange(InvokeType type) { in CheckIncompatibleClassChange()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 192 bool access_check, InvokeType type) in FindMethodFast() 233 Thread* self, bool access_check, InvokeType type)
|
/art/compiler/ |
D | oat_writer.h | 102 size_t class_def_method_index, bool is_native, InvokeType type,
|
/art/runtime/entrypoints/quick/ |
D | quick_invoke_entrypoints.cc | 149 InvokeType type) in artInvokeCommon()
|
/art/compiler/dex/portable/ |
D | mir_to_gbc.h | 128 void ConvertInvoke(BasicBlock* bb, MIR* mir, InvokeType invoke_type,
|