Searched defs:invoke_type (Results 1 – 16 of 16) sorted by relevance
| /art/runtime/ |
| D | dex_method_iterator_test.cc | 40 InvokeType invoke_type = it.GetInvokeType(); in TEST_F() local
|
| D | stack_map.h | 985 uint32_t invoke_type) { in SetInvokeTypeAtDepth()
|
| /art/compiler/driver/ |
| D | compiler_driver-inl.h | 259 uint32_t method_idx, InvokeType invoke_type, bool check_incompatible_class_change) { in ResolveMethod() 298 mirror::Class* referrer_class, ArtMethod* resolved_method, InvokeType* invoke_type, in IsFastInvoke()
|
| D | compiler_driver.cc | 564 InvokeType invoke_type, in CompileMethod() 678 InvokeType invoke_type = method->GetInvokeType(); in CompileOne() local 1585 void CompilerDriver::ProcessedInvoke(InvokeType invoke_type, int flags) { in ProcessedInvoke() 1774 InvokeType* invoke_type, MethodReference* target_method, in ComputeInvokeInfo()
|
| /art/compiler/optimizing/ |
| D | optimizing_compiler.cc | 612 InvokeType invoke_type, in TryCompile() 789 InvokeType invoke_type, in Compile() 884 const InvokeType invoke_type = method->GetInvokeType(); in JitCompile() local
|
| D | intrinsics.cc | 537 InvokeType invoke_type = invoke->IsInvokeStaticOrDirect() ? in CheckInvokeType() local
|
| D | stack_map_stream.h | 113 InvokeType invoke_type; member
|
| D | stack_map_stream.cc | 103 InvokeType invoke_type, in BeginInlineInfoEntry()
|
| D | instruction_builder.cc | 668 ArtMethod* HInstructionBuilder::ResolveMethod(uint16_t method_idx, InvokeType invoke_type) { in ResolveMethod() 774 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); in BuildInvoke() local
|
| D | inliner.cc | 1071 InvokeType invoke_type = invoke_instruction->GetOriginalInvokeType(); in TryBuildAndInlineHelper() local
|
| D | nodes.h | 1653 InvokeType invoke_type, in HEnvironment() 3812 InvokeType invoke_type) in HInvokeUnresolved() 3979 void SetOptimizedInvokeType(InvokeType invoke_type) { in SetOptimizedInvokeType()
|
| /art/runtime/native/ |
| D | dalvik_system_VMRuntime.cc | 358 InvokeType invoke_type) in PreloadDexCachesResolveMethod() 541 InvokeType invoke_type = it.GetMethodInvokeType(class_def); in VMRuntime_preloadDexCaches() local 546 InvokeType invoke_type = it.GetMethodInvokeType(class_def); in VMRuntime_preloadDexCaches() local
|
| /art/compiler/dex/ |
| D | dex_to_dex_compiler.cc | 281 InvokeType invoke_type = kVirtual; in CompileInvokeVirtual() local
|
| /art/runtime/entrypoints/ |
| D | entrypoint_utils-inl.h | 49 InvokeType invoke_type = static_cast<InvokeType>( in GetResolvedMethod() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 940 InvokeType invoke_type; in artQuickResolutionTrampoline() local
|
| /art/compiler/ |
| D | oat_writer.cc | 909 const InvokeType invoke_type = it.GetMethodInvokeType( in VisitMethod() local
|