Searched defs:invoke_type (Results 1 – 15 of 15) sorted by relevance
/art/dexlayout/ |
D | compact_dex_writer.cc | 52 for (InvokeType invoke_type : invoke_types) { in WriteDebugInfoOffsetTable() local 241 for (InvokeType invoke_type : invoke_types) { in SortDebugInfosByMethodIndex() local 343 for (InvokeType invoke_type : invoke_types) { in CanGenerateCompactDex() local
|
D | dexlayout.cc | 1734 for (InvokeType invoke_type : invoke_types) { in LayoutCodeItems() local
|
/art/runtime/ |
D | runtime_intrinsics.cc | 36 InvokeType invoke_type, in InitializeIntrinsic()
|
D | stack_map.h | 1242 ALWAYS_INLINE void SetInvokeType(const InvokeInfoEncoding& encoding, uint32_t invoke_type) { in SetInvokeType()
|
/art/compiler/driver/ |
D | compiler_driver-inl.h | 108 InvokeType invoke_type) { in ResolveMethod()
|
D | compiler_driver.cc | 459 InvokeType invoke_type, in CompileMethodHarness() 521 InvokeType invoke_type, in CompileMethodDex2Dex() 540 Handle<mirror::DexCache> dex_cache ATTRIBUTE_UNUSED) -> CompiledMethod* { in CompileMethodDex2Dex() 586 InvokeType invoke_type, in CompileMethodQuick() 606 Handle<mirror::DexCache> dex_cache) { in CompileMethodQuick() 687 InvokeType invoke_type = method->GetInvokeType(); in CompileOne() local
|
/art/compiler/optimizing/ |
D | intrinsics.cc | 122 InvokeType invoke_type = invoke->GetInvokeType(); in CheckInvokeType() local
|
D | stack_map_stream.h | 122 InvokeType invoke_type; member
|
D | instruction_builder.cc | 439 InvokeType invoke_type = dex_compilation_unit_->IsStatic() ? kStatic : kDirect; in BuildIntrinsic() local 828 ArtMethod* HInstructionBuilder::ResolveMethod(uint16_t method_idx, InvokeType invoke_type) { in ResolveMethod() 923 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); in BuildInvoke() local
|
D | stack_map_stream.cc | 106 void StackMapStream::AddInvoke(InvokeType invoke_type, uint32_t dex_method_index) { in AddInvoke()
|
D | optimizing_compiler.cc | 988 InvokeType invoke_type, in Compile()
|
D | inliner.cc | 1741 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper() local
|
D | nodes.h | 4322 InvokeType invoke_type) in HInvoke() 4358 InvokeType invoke_type) in HInvokeUnresolved() 4468 InvokeType invoke_type, in HInvokeStaticOrDirect()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 373 static bool GetInvokeType(ArtMethod** sp, InvokeType* invoke_type, uint32_t* dex_method_index) in GetInvokeType() 1303 InvokeType invoke_type; in artQuickResolutionTrampoline() local
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 1603 const InvokeType invoke_type = it.GetMethodInvokeType( in VisitMethod() local
|