Searched defs:invoke_type (Results 1 – 15 of 15) 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 | 1236 ALWAYS_INLINE void SetInvokeType(const InvokeInfoEncoding& encoding, uint32_t invoke_type) { in SetInvokeType()
|
/art/compiler/driver/ |
D | compiler_driver-inl.h | 136 uint32_t method_idx, InvokeType invoke_type, bool check_incompatible_class_change) { in ResolveMethod()
|
D | compiler_driver.cc | 371 InvokeType invoke_type, in SetupIntrinsic() 520 InvokeType invoke_type, in CompileMethod() 671 InvokeType invoke_type = method->GetInvokeType(); in CompileOne() local
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 374 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/ |
D | intrinsics.cc | 111 InvokeType invoke_type = invoke->GetInvokeType(); in CheckInvokeType() local
|
D | stack_map_stream.h | 123 InvokeType invoke_type; member
|
D | optimizing_compiler.cc | 883 InvokeType invoke_type, in TryCompile() 1032 InvokeType invoke_type, in Compile() 1151 const InvokeType invoke_type = method->GetInvokeType(); in JitCompile() local
|
D | stack_map_stream.cc | 100 void StackMapStream::AddInvoke(InvokeType invoke_type, uint32_t dex_method_index) { in AddInvoke()
|
D | instruction_builder.cc | 680 ArtMethod* HInstructionBuilder::ResolveMethod(uint16_t method_idx, InvokeType invoke_type) { in ResolveMethod() 790 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); in BuildInvoke() local
|
D | inliner.cc | 1619 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper() local
|
D | nodes.h | 4043 InvokeType invoke_type) in HInvoke() 4079 InvokeType invoke_type) in HInvokeUnresolved() 4183 InvokeType invoke_type, in HInvokeStaticOrDirect()
|
/art/dexlayout/ |
D | dexlayout.cc | 1678 for (InvokeType invoke_type : invoke_types) { in LayoutCodeItems() local 1720 for (InvokeType invoke_type : invoke_types) { in LayoutCodeItems() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 361 static bool GetInvokeType(ArtMethod** sp, InvokeType* invoke_type, uint32_t* dex_method_index) in GetInvokeType() 998 InvokeType invoke_type; in artQuickResolutionTrampoline() local
|
/art/compiler/ |
D | oat_writer.cc | 1113 const InvokeType invoke_type = it.GetMethodInvokeType( in VisitMethod() local
|