Home
last modified time | relevance | path

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

/art/runtime/
Ddex_method_iterator_test.cc40 InvokeType invoke_type = it.GetInvokeType(); in TEST_F() local
Dstack_map.h1236 ALWAYS_INLINE void SetInvokeType(const InvokeInfoEncoding& encoding, uint32_t invoke_type) { in SetInvokeType()
/art/compiler/driver/
Dcompiler_driver-inl.h136 uint32_t method_idx, InvokeType invoke_type, bool check_incompatible_class_change) { in ResolveMethod()
Dcompiler_driver.cc371 InvokeType invoke_type, in SetupIntrinsic()
520 InvokeType invoke_type, in CompileMethod()
671 InvokeType invoke_type = method->GetInvokeType(); in CompileOne() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc374 InvokeType invoke_type) in PreloadDexCachesResolveMethod()
558 InvokeType invoke_type = it.GetMethodInvokeType(class_def); in VMRuntime_preloadDexCaches() local
563 InvokeType invoke_type = it.GetMethodInvokeType(class_def); in VMRuntime_preloadDexCaches() local
/art/compiler/optimizing/
Dintrinsics.cc111 InvokeType invoke_type = invoke->GetInvokeType(); in CheckInvokeType() local
Dstack_map_stream.h123 InvokeType invoke_type; member
Doptimizing_compiler.cc883 InvokeType invoke_type, in TryCompile()
1032 InvokeType invoke_type, in Compile()
1151 const InvokeType invoke_type = method->GetInvokeType(); in JitCompile() local
Dstack_map_stream.cc100 void StackMapStream::AddInvoke(InvokeType invoke_type, uint32_t dex_method_index) { in AddInvoke()
Dinstruction_builder.cc680 ArtMethod* HInstructionBuilder::ResolveMethod(uint16_t method_idx, InvokeType invoke_type) { in ResolveMethod()
790 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); in BuildInvoke() local
Dinliner.cc1619 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper() local
Dnodes.h4043 InvokeType invoke_type) in HInvoke()
4079 InvokeType invoke_type) in HInvokeUnresolved()
4183 InvokeType invoke_type, in HInvokeStaticOrDirect()
/art/dexlayout/
Ddexlayout.cc1678 for (InvokeType invoke_type : invoke_types) { in LayoutCodeItems() local
1720 for (InvokeType invoke_type : invoke_types) { in LayoutCodeItems() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc361 static bool GetInvokeType(ArtMethod** sp, InvokeType* invoke_type, uint32_t* dex_method_index) in GetInvokeType()
998 InvokeType invoke_type; in artQuickResolutionTrampoline() local
/art/compiler/
Doat_writer.cc1113 const InvokeType invoke_type = it.GetMethodInvokeType( in VisitMethod() local