Home
last modified time | relevance | path

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

12

/art/compiler/driver/
Dcompiler_driver.h187 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 …]
Dcompiler_driver.cc110 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/
Dinvoke_type.h24 enum InvokeType { enum
33 std::ostream& operator<<(std::ostream& os, const InvokeType& rhs);
Dcommon_throws.h79 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)
Dcommon_throws.cc141 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()
Ddex_method_iterator_test.cc36 InvokeType invoke_type = it.GetInvokeType(); in TEST_F()
Ddex_method_iterator.h116 InvokeType GetInvokeType() { in GetInvokeType()
Dclass_linker-inl.h68 InvokeType type) { in ResolveMethod()
/art/compiler/sea_ir/
Dfrontend.cc43 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/
Dcompiler_llvm.cc41 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()
Dcompiler_llvm.h78 InvokeType invoke_type);
/art/compiler/dex/
Ddex_to_dex_compiler.cc244 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()
Dfrontend.cc112 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()
Dcompiler_ir.h84 InvokeType invoke_type; // compiling method's invocation type.
Dfrontend.h119 art::InvokeType invoke_type,
Dmir_graph.h329 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/
Dgen_invoke.cc336 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 …]
Dmir_to_lir.h106 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/
Dportable_invoke_entrypoints.cc28 InvokeType type, in FindMethodHelper()
/art/runtime/mirror/
Dart_method.h66 InvokeType GetInvokeType() const;
133 bool CheckIncompatibleClassChange(InvokeType type) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dart_method-inl.h93 inline bool ArtMethod::CheckIncompatibleClassChange(InvokeType type) { in CheckIncompatibleClassChange()
/art/runtime/entrypoints/
Dentrypoint_utils.h192 bool access_check, InvokeType type) in FindMethodFast()
233 Thread* self, bool access_check, InvokeType type)
/art/compiler/
Doat_writer.h102 size_t class_def_method_index, bool is_native, InvokeType type,
/art/runtime/entrypoints/quick/
Dquick_invoke_entrypoints.cc149 InvokeType type) in artInvokeCommon()
/art/compiler/dex/portable/
Dmir_to_gbc.h128 void ConvertInvoke(BasicBlock* bb, MIR* mir, InvokeType invoke_type,

12