Home
last modified time | relevance | path

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

/art/runtime/
Druntime_intrinsics.cc57 InvokeType invoke_type, in InitializeIntrinsic()
77 InvokeType invoke_type, in IsIntrinsicInitialized()
/art/compiler/optimizing/
Dinstruction_builder.cc500 InvokeType invoke_type = dex_compilation_unit_->IsStatic() ? kStatic : kDirect; in BuildIntrinsic() local
904 /*inout*/InvokeType* invoke_type, in ResolveMethod()
1016 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); in BuildInvoke() local
1356 InvokeType invoke_type = InvokeType::kPolymorphic; in BuildInvokePolymorphic() local
Doptimizing_compiler.cc1063 InvokeType invoke_type, in Compile()
Dinliner.cc2194 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper() local
/art/runtime/interpreter/mterp/
Dnterp.cc328 InvokeType invoke_type = static_cast<InvokeType>(raw_invoke_type); in NterpGetMethod() local
/art/dex2oat/driver/
Dcompiler_driver.cc373 InvokeType invoke_type, in CompileMethodHarness()
459 InvokeType invoke_type, in CompileMethodQuick()
475 Handle<mirror::DexCache> dex_cache) { in CompileMethodQuick()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1150 InvokeType invoke_type; in artQuickResolutionTrampoline() local