Home | History | Annotate | Download | only in driver

Lines Matching refs:direct_method

1163                                                    uintptr_t* direct_method) {
1164 // For direct and static methods compute possible direct_code and direct_method values, ie
1166 // For interface calls compute a value for direct_method that is the interface method being
1169 *direct_method = 0;
1258 *direct_method = force_relocations ? -1 : reinterpret_cast<uintptr_t>(method);
1283 uintptr_t* direct_method) {
1313 invoke_type, target_method, devirt_target, direct_code, direct_method);
1327 &stats_flags, target_method, direct_code, direct_method);
1336 *direct_method = 0u;