Searched defs:direct_code (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dsharpening.cc57 // TODO: Use direct_method and direct_code for the appropriate StringFactory method.
66 uintptr_t direct_code, direct_method; local
75 &direct_code,
97 ((direct_method == 0u || direct_code == static_cast<uintptr_t>(-1))) &&
121 if (direct_code != 0u) { // Should we use a direct pointer to the code?
125 if (direct_code != static_cast<uintptr_t>(-1)) { // Is the code pointer known now?
127 direct_code_ptr = direct_code;
/art/compiler/dex/
H A Ddex_to_dex_compiler.cc284 uintptr_t direct_code; local
292 &direct_code, &direct_method);
/art/compiler/driver/
H A Dcompiler_driver-inl.h300 uintptr_t* direct_code, uintptr_t* direct_method) {
375 /*out*/direct_code,
408 /*out*/direct_code,
430 /*out*/direct_code,
295 IsFastInvoke( ScopedObjectAccess& soa, Handle<mirror::DexCache> dex_cache, Handle<mirror::ClassLoader> class_loader, const DexCompilationUnit* mUnit, mirror::Class* referrer_class, ArtMethod* resolved_method, InvokeType* invoke_type, MethodReference* target_method, const MethodReference* devirt_target, uintptr_t* direct_code, uintptr_t* direct_method) argument
H A Dcompiler_driver.cc1638 uintptr_t* direct_code,
1640 // For direct and static methods compute possible direct_code and direct_method values, ie
1644 *direct_code = 0;
1752 *direct_code = force_relocations ? -1 : compiler_->GetEntryPointOf(method);
1759 *direct_code = -1;
1763 *direct_code = compiler_->GetEntryPointOf(method);
1775 int* vtable_idx, uintptr_t* direct_code,
1799 invoke_type, target_method, devirt_target, direct_code, direct_method);
1814 target_method, direct_code, direct_method);
1822 *direct_code
1632 GetCodeAndMethodForDirectCall(InvokeType* type, InvokeType sharp_type, bool no_guarantee_of_dex_cache_entry, const mirror::Class* referrer_class, ArtMethod* method, int* stats_flags, MethodReference* target_method, uintptr_t* direct_code, uintptr_t* direct_method) argument
1772 ComputeInvokeInfo(const DexCompilationUnit* mUnit, const uint32_t dex_pc, bool update_stats, bool enable_devirtualization, InvokeType* invoke_type, MethodReference* target_method, int* vtable_idx, uintptr_t* direct_code, uintptr_t* direct_method) argument
[all...]

Completed in 68 milliseconds