Home
last modified time | relevance | path

Searched defs:invoke_type (Results 1 – 16 of 16) sorted by relevance

/art/runtime/
Ddex_method_iterator_test.cc40 InvokeType invoke_type = it.GetInvokeType(); in TEST_F() local
Dstack_map.h985 uint32_t invoke_type) { in SetInvokeTypeAtDepth()
/art/compiler/driver/
Dcompiler_driver-inl.h259 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()
Dcompiler_driver.cc564 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/
Doptimizing_compiler.cc612 InvokeType invoke_type, in TryCompile()
789 InvokeType invoke_type, in Compile()
884 const InvokeType invoke_type = method->GetInvokeType(); in JitCompile() local
Dintrinsics.cc537 InvokeType invoke_type = invoke->IsInvokeStaticOrDirect() ? in CheckInvokeType() local
Dstack_map_stream.h113 InvokeType invoke_type; member
Dstack_map_stream.cc103 InvokeType invoke_type, in BeginInlineInfoEntry()
Dinstruction_builder.cc668 ArtMethod* HInstructionBuilder::ResolveMethod(uint16_t method_idx, InvokeType invoke_type) { in ResolveMethod()
774 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); in BuildInvoke() local
Dinliner.cc1071 InvokeType invoke_type = invoke_instruction->GetOriginalInvokeType(); in TryBuildAndInlineHelper() local
Dnodes.h1653 InvokeType invoke_type, in HEnvironment()
3812 InvokeType invoke_type) in HInvokeUnresolved()
3979 void SetOptimizedInvokeType(InvokeType invoke_type) { in SetOptimizedInvokeType()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc358 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/
Ddex_to_dex_compiler.cc281 InvokeType invoke_type = kVirtual; in CompileInvokeVirtual() local
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h49 InvokeType invoke_type = static_cast<InvokeType>( in GetResolvedMethod() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc940 InvokeType invoke_type; in artQuickResolutionTrampoline() local
/art/compiler/
Doat_writer.cc909 const InvokeType invoke_type = it.GetMethodInvokeType( in VisitMethod() local