Home | History | Annotate | Download | only in driver

Lines Matching refs:InvokeType

122       oss << static_cast<InvokeType>(i) << " methods were AOT resolved";
126 oss2 << static_cast<InvokeType>(i) << " methods made direct";
133 oss2 << static_cast<InvokeType>(i) << " method calls are direct into boot";
140 oss2 << static_cast<InvokeType>(i) << " method calls have methods in boot";
217 void ResolvedMethod(InvokeType type) {
225 void UnresolvedMethod(InvokeType type) {
233 void VirtualMadeDirect(InvokeType type) {
240 void DirectCallsToBoot(InvokeType type) {
247 void DirectMethodsToBoot(InvokeType type) {
253 void ProcessedInvoke(InvokeType type, int flags) {
326 art::InvokeType invoke_type,
557 InvokeType invoke_type = method->GetInvokeType();
1059 void CompilerDriver::ProcessedInvoke(InvokeType invoke_type, int flags) {
1156 void CompilerDriver::GetCodeAndMethodForDirectCall(InvokeType* type, InvokeType sharp_type,
1281 InvokeType* invoke_type, MethodReference* target_method,
1284 InvokeType orig_invoke_type = *invoke_type;
1368 InvokeType referrer_invoke_type,
1371 InvokeType target_invoke_type,
1386 InvokeType referrer_invoke_type,
1389 InvokeType target_invoke_type,
1406 InvokeType referrer_invoke_type,
1409 InvokeType target_invoke_type,
2094 InvokeType invoke_type, uint16_t class_def_idx,