Home
last modified time | relevance | path

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

/art/runtime/
Druntime_intrinsics.cc57 InvokeType invoke_type, in InitializeIntrinsic()
77 InvokeType invoke_type, in IsIntrinsicInitialized()
/art/compiler/optimizing/
Dinstruction_builder.cc503 InvokeType invoke_type = dex_compilation_unit_->IsStatic() ? kStatic : kDirect; in BuildIntrinsic() local
932 /*inout*/InvokeType* invoke_type, in ResolveMethod()
1076 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); in BuildInvoke() local
1439 InvokeType invoke_type = InvokeType::kPolymorphic; in BuildInvokePolymorphic() local
Dfast_compiler_arm64.cc746 bool FastCompilerARM64::SetupArguments(InvokeType invoke_type, in SetupArguments()
812 InvokeType invoke_type) { in HandleInvoke()
Dinliner.cc2216 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper() local
/art/runtime/interpreter/mterp/
Dnterp.cc332 InvokeType invoke_type = static_cast<InvokeType>(raw_invoke_type); in NterpGetMethod() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1218 InvokeType invoke_type; in artQuickResolutionTrampoline() local