Home
last modified time | relevance | path

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

/art/dexlayout/
Dcompact_dex_writer.cc52 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
Ddexlayout.cc1734 for (InvokeType invoke_type : invoke_types) { in LayoutCodeItems() local
/art/runtime/
Druntime_intrinsics.cc36 InvokeType invoke_type, in InitializeIntrinsic()
Dstack_map.h1242 ALWAYS_INLINE void SetInvokeType(const InvokeInfoEncoding& encoding, uint32_t invoke_type) { in SetInvokeType()
/art/compiler/driver/
Dcompiler_driver-inl.h108 InvokeType invoke_type) { in ResolveMethod()
Dcompiler_driver.cc459 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/
Dintrinsics.cc122 InvokeType invoke_type = invoke->GetInvokeType(); in CheckInvokeType() local
Dstack_map_stream.h122 InvokeType invoke_type; member
Dinstruction_builder.cc439 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
Dstack_map_stream.cc106 void StackMapStream::AddInvoke(InvokeType invoke_type, uint32_t dex_method_index) { in AddInvoke()
Doptimizing_compiler.cc988 InvokeType invoke_type, in Compile()
Dinliner.cc1741 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper() local
Dnodes.h4322 InvokeType invoke_type) in HInvoke()
4358 InvokeType invoke_type) in HInvokeUnresolved()
4468 InvokeType invoke_type, in HInvokeStaticOrDirect()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc373 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/
Doat_writer.cc1603 const InvokeType invoke_type = it.GetMethodInvokeType( in VisitMethod() local