Searched refs:SetEntryPointFromQuickCompiledCodePtrSize (Results 1 – 8 of 8) sorted by relevance
| /art/runtime/ |
| D | art_method.h | 504 SetEntryPointFromQuickCompiledCodePtrSize(entry_point_from_quick_compiled_code, in SetEntryPointFromQuickCompiledCode() 507 ALWAYS_INLINE void SetEntryPointFromQuickCompiledCodePtrSize( in SetEntryPointFromQuickCompiledCodePtrSize() function
|
| D | art_method.cc | 733 SetEntryPointFromQuickCompiledCodePtrSize( in CopyFrom() 743 SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), image_pointer_size); in CopyFrom()
|
| D | art_method-inl.h | 418 SetEntryPointFromQuickCompiledCodePtrSize(new_code, pointer_size); in UpdateEntrypoints()
|
| D | runtime.cc | 2548 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateImtConflictMethod() 2569 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateResolutionMethod() 2581 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateCalleeSaveMethod()
|
| D | class_linker.cc | 1978 method.SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), in AddImageSpace() 3410 method->SetEntryPointFromQuickCompiledCodePtrSize( in EnsureThrowsInvocationError()
|
| /art/dex2oat/linker/ |
| D | oat_writer.cc | 1638 method.SetEntryPointFromQuickCompiledCodePtrSize( in StartClass() 1670 resolved_method->SetEntryPointFromQuickCompiledCodePtrSize( in VisitMethod() 1691 method->SetEntryPointFromQuickCompiledCodePtrSize(code_ptr, pointer_size_); in Postprocess()
|
| D | image_writer.cc | 3446 copy->SetEntryPointFromQuickCompiledCodePtrSize(quick_code, target_ptr_size_); in CopyAndFixupMethod()
|
| /art/runtime/gc/space/ |
| D | image_space.cc | 1319 method.SetEntryPointFromQuickCompiledCodePtrSize(new_code, kPointerSize); in RelocateInPlace()
|