Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h432 SetEntryPointFromQuickCompiledCodePtrSize(entry_point_from_quick_compiled_code, in SetEntryPointFromQuickCompiledCode()
435 ALWAYS_INLINE void SetEntryPointFromQuickCompiledCodePtrSize( in SetEntryPointFromQuickCompiledCodePtrSize() function
Dart_method-inl.h540 SetEntryPointFromQuickCompiledCodePtrSize(new_code, pointer_size); in UpdateEntrypoints()
Druntime.cc2085 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateImtConflictMethod()
2106 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateResolutionMethod()
2116 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateCalleeSaveMethod()
Dart_method.cc742 SetEntryPointFromQuickCompiledCodePtrSize( in CopyFrom()
Dclass_linker.cc902 method->SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), in Visit()
3014 method->SetEntryPointFromQuickCompiledCodePtrSize( in EnsureThrowsInvocationError()
/art/dex2oat/linker/
Dimage_writer.cc2628 copy->SetEntryPointFromQuickCompiledCodePtrSize( in CopyAndFixupMethod()
2632 copy->SetEntryPointFromQuickCompiledCodePtrSize( in CopyAndFixupMethod()
2651 copy->SetEntryPointFromQuickCompiledCodePtrSize( in CopyAndFixupMethod()
2656 copy->SetEntryPointFromQuickCompiledCodePtrSize(quick_code, target_ptr_size_); in CopyAndFixupMethod()
Doat_writer.cc1573 method.SetEntryPointFromQuickCompiledCodePtrSize( in StartClass()
1632 method->SetEntryPointFromQuickCompiledCodePtrSize( in VisitMethod()
1661 method->SetEntryPointFromQuickCompiledCodePtrSize(code_ptr, pointer_size_); in Postprocess()
/art/patchoat/
Dpatchoat.cc1075 copy->SetEntryPointFromQuickCompiledCodePtrSize(RelocatedAddressOfPointer( in FixupMethod()
/art/runtime/gc/space/
Dimage_space.cc1160 method->SetEntryPointFromQuickCompiledCodePtrSize(new_code, pointer_size_); in Visit()