Searched refs:SetEntryPointFromQuickCompiledCodePtrSize (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | art_method.h | 400 SetEntryPointFromQuickCompiledCodePtrSize(entry_point_from_quick_compiled_code, in SetEntryPointFromQuickCompiledCode() 403 ALWAYS_INLINE void SetEntryPointFromQuickCompiledCodePtrSize( in SetEntryPointFromQuickCompiledCodePtrSize() function
|
D | art_method-inl.h | 498 SetEntryPointFromQuickCompiledCodePtrSize(new_code, pointer_size); in UpdateEntrypoints()
|
D | runtime.cc | 1856 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateImtConflictMethod() 1877 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateResolutionMethod() 1887 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateCalleeSaveMethod()
|
D | art_method.cc | 734 SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), image_pointer_size); in CopyFrom()
|
D | class_linker.cc | 841 method->SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), in Visit() 3038 method->SetEntryPointFromQuickCompiledCodePtrSize( in EnsureThrowsInvocationError()
|
/art/compiler/ |
D | image_writer.cc | 2477 copy->SetEntryPointFromQuickCompiledCodePtrSize( in CopyAndFixupMethod() 2481 copy->SetEntryPointFromQuickCompiledCodePtrSize( in CopyAndFixupMethod() 2500 copy->SetEntryPointFromQuickCompiledCodePtrSize( in CopyAndFixupMethod() 2505 copy->SetEntryPointFromQuickCompiledCodePtrSize(quick_code, target_ptr_size_); in CopyAndFixupMethod()
|
D | oat_writer.cc | 1080 method.SetEntryPointFromQuickCompiledCodePtrSize( in StartClass() 1141 method->SetEntryPointFromQuickCompiledCodePtrSize( in VisitMethod() 1170 method->SetEntryPointFromQuickCompiledCodePtrSize(code_ptr, pointer_size_); in Postprocess()
|
/art/patchoat/ |
D | patchoat.cc | 674 copy->SetEntryPointFromQuickCompiledCodePtrSize(RelocatedAddressOfPointer( in FixupMethod()
|
/art/runtime/gc/space/ |
D | image_space.cc | 1096 method->SetEntryPointFromQuickCompiledCodePtrSize(new_code, pointer_size_); in Visit()
|