Home | History | Annotate | Download | only in driver

Lines Matching refs:direct_code

1162                                                    uintptr_t* direct_code,
1164 // For direct and static methods compute possible direct_code and direct_method values, ie
1168 *direct_code = 0;
1259 *direct_code = force_relocations ? -1 : compiler_->GetEntryPointOf(method);
1266 *direct_code = -1;
1270 *direct_code = compiler_->GetEntryPointOf(method);
1282 int* vtable_idx, uintptr_t* direct_code,
1313 invoke_type, target_method, devirt_target, direct_code, direct_method);
1327 &stats_flags, target_method, direct_code, direct_method);
1335 *direct_code = 0u;