HomeSort by relevance Sort by last modified time
    Searched refs:InvokeType (Results 1 - 25 of 56) sorted by null

1 2 3

  /art/runtime/
invoke_type.h 24 enum InvokeType {
33 std::ostream& operator<<(std::ostream& os, const InvokeType& rhs);
dex_method_iterator_test.cc 39 InvokeType invoke_type = it.GetInvokeType();
common_throws.h 79 InvokeType type)
107 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type,
155 void ThrowNoSuchMethodError(InvokeType type, mirror::Class* c, const StringPiece& name,
171 InvokeType type)
176 InvokeType type)
dex_method_iterator.h 116 InvokeType GetInvokeType() {
common_throws.cc 159 InvokeType type) {
213 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type,
307 void ThrowNoSuchMethodError(InvokeType type, mirror::Class* c, const StringPiece& name,
340 InvokeType type)
350 InvokeType type) {
359 InvokeType type) {
class_linker-inl.h 109 InvokeType type) {
119 InvokeType type) {
  /art/compiler/dex/
mir_method_info.h 101 MirMethodLoweringInfo(uint16_t method_idx, InvokeType type)
130 InvokeType GetInvokeType() const {
131 return static_cast<InvokeType>((flags_ >> kBitInvokeTypeBegin) & kInvokeTypeMask);
134 art::InvokeType GetSharpType() const {
135 return static_cast<InvokeType>((flags_ >> kBitSharpTypeBegin) & kInvokeTypeMask);
compiler_ir.h 60 InvokeType invoke_type; // compiling method's invocation type.
frontend.h 120 art::InvokeType invoke_type,
dex_to_dex_compiler.cc 238 InvokeType invoke_type = kVirtual;
239 InvokeType original_invoke_type = invoke_type;
275 uint32_t access_flags, art::InvokeType invoke_type,
mir_method_info.cc 64 InvokeType invoke_type = it->GetInvokeType();
  /art/compiler/
compilers.h 34 InvokeType invoke_type,
80 InvokeType invoke_type,
88 InvokeType invoke_type,
compiler.cc 32 art::InvokeType invoke_type,
42 art::InvokeType invoke_type,
73 art::InvokeType invoke_type,
101 InvokeType invoke_type,
compiler.h 52 InvokeType invoke_type,
60 art::InvokeType invoke_type,
compilers.cc 31 art::InvokeType invoke_type,
54 InvokeType invoke_type,
144 InvokeType invoke_type,
  /art/compiler/sea_ir/
frontend.cc 43 uint32_t method_access_flags, InvokeType invoke_type,
68 InvokeType invoke_type,
81 uint32_t method_access_flags, art::InvokeType invoke_type,
  /art/compiler/llvm/
compiler_llvm.h 77 InvokeType invoke_type);
compiler_llvm.cc 44 uint32_t access_flags, InvokeType invoke_type,
138 CompileDexMethod(DexCompilationUnit* dex_compilation_unit, InvokeType invoke_type) {
206 art::InvokeType invoke_type,
  /art/compiler/driver/
compiler_driver.h 271 uint32_t method_idx, InvokeType invoke_type)
282 mirror::ArtMethod* resolved_method, InvokeType type)
290 mirror::Class* referrer_class, mirror::ArtMethod* resolved_method, InvokeType* invoke_type,
301 void ProcessedInvoke(InvokeType invoke_type, int flags);
326 InvokeType* type, MethodReference* target_method, int* vtable_idx,
337 InvokeType referrer_invoke_type,
340 InvokeType target_invoke_type,
346 InvokeType referrer_invoke_type,
349 InvokeType target_invoke_type,
356 InvokeType referrer_invoke_type
    [all...]
compiler_driver.cc 122 oss << static_cast<InvokeType>(i) << " methods were AOT resolved";
126 oss2 << static_cast<InvokeType>(i) << " methods made direct";
133 oss2 << static_cast<InvokeType>(i) << " method calls are direct into boot";
140 oss2 << static_cast<InvokeType>(i) << " method calls have methods in boot";
217 void ResolvedMethod(InvokeType type) {
225 void UnresolvedMethod(InvokeType type) {
233 void VirtualMadeDirect(InvokeType type) {
240 void DirectCallsToBoot(InvokeType type) {
247 void DirectMethodsToBoot(InvokeType type) {
253 void ProcessedInvoke(InvokeType type, int flags)
    [all...]
compiler_driver-inl.h 170 uint32_t method_idx, InvokeType invoke_type) {
199 mirror::ArtMethod* resolved_method, InvokeType type) {
212 mirror::Class* referrer_class, mirror::ArtMethod* resolved_method, InvokeType* invoke_type,
  /art/runtime/entrypoints/
entrypoint_utils.h 139 template<InvokeType type, bool access_check>
155 bool access_check, InvokeType type)
  /art/compiler/optimizing/
optimizing_compiler.cc 76 InvokeType invoke_type,
  /art/runtime/entrypoints/portable/
portable_invoke_entrypoints.cc 24 template<InvokeType type, bool access_check>
  /art/compiler/dex/quick/
gen_invoke.cc 498 InvokeType type) {
574 InvokeType unused3) {
616 uintptr_t direct_method, InvokeType unused2) {
685 uintptr_t unused3, InvokeType unused4) {
693 uintptr_t unused3, InvokeType unused4) {
701 uintptr_t unused3, InvokeType unused4) {
709 uintptr_t unused3, InvokeType unused4) {
718 uintptr_t unused3, InvokeType unused4) {
727 uintptr_t direct_method, InvokeType type, bool skip_this) {
770 uintptr_t direct_method, InvokeType type, bool skip_this)
    [all...]

Completed in 384 milliseconds

1 2 3