Home
last modified time | relevance | path

Searched refs:SetEntryPointFromQuickCompiledCodePtrSize (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Dimage_writer.cc1142 copy->SetEntryPointFromQuickCompiledCodePtrSize<kVerifyNone>( in FixupMethod()
1152 copy->SetEntryPointFromQuickCompiledCodePtrSize<kVerifyNone>( in FixupMethod()
1160 copy->SetEntryPointFromQuickCompiledCodePtrSize<kVerifyNone>( in FixupMethod()
1171 copy->SetEntryPointFromQuickCompiledCodePtrSize<kVerifyNone>( in FixupMethod()
1179 copy->SetEntryPointFromQuickCompiledCodePtrSize<kVerifyNone>(quick_code, target_ptr_size_); in FixupMethod()
/art/runtime/mirror/
Dart_method.h319 SetEntryPointFromQuickCompiledCodePtrSize(entry_point_from_quick_compiled_code, in SetEntryPointFromQuickCompiledCode()
323 ALWAYS_INLINE void SetEntryPointFromQuickCompiledCodePtrSize( in SetEntryPointFromQuickCompiledCodePtrSize() function
/art/patchoat/
Dpatchoat.cc545 copy->SetEntryPointFromQuickCompiledCodePtrSize(reinterpret_cast<void*>(quick + delta_), in FixupMethod()