Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h400 SetEntryPointFromQuickCompiledCodePtrSize(entry_point_from_quick_compiled_code, in SetEntryPointFromQuickCompiledCode()
403 ALWAYS_INLINE void SetEntryPointFromQuickCompiledCodePtrSize( in SetEntryPointFromQuickCompiledCodePtrSize() function
Dart_method-inl.h498 SetEntryPointFromQuickCompiledCodePtrSize(new_code, pointer_size); in UpdateEntrypoints()
Druntime.cc1856 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateImtConflictMethod()
1877 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateResolutionMethod()
1887 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateCalleeSaveMethod()
Dart_method.cc734 SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), image_pointer_size); in CopyFrom()
Dclass_linker.cc841 method->SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), in Visit()
3038 method->SetEntryPointFromQuickCompiledCodePtrSize( in EnsureThrowsInvocationError()
/art/compiler/
Dimage_writer.cc2477 copy->SetEntryPointFromQuickCompiledCodePtrSize( in CopyAndFixupMethod()
2481 copy->SetEntryPointFromQuickCompiledCodePtrSize( in CopyAndFixupMethod()
2500 copy->SetEntryPointFromQuickCompiledCodePtrSize( in CopyAndFixupMethod()
2505 copy->SetEntryPointFromQuickCompiledCodePtrSize(quick_code, target_ptr_size_); in CopyAndFixupMethod()
Doat_writer.cc1080 method.SetEntryPointFromQuickCompiledCodePtrSize( in StartClass()
1141 method->SetEntryPointFromQuickCompiledCodePtrSize( in VisitMethod()
1170 method->SetEntryPointFromQuickCompiledCodePtrSize(code_ptr, pointer_size_); in Postprocess()
/art/patchoat/
Dpatchoat.cc674 copy->SetEntryPointFromQuickCompiledCodePtrSize(RelocatedAddressOfPointer( in FixupMethod()
/art/runtime/gc/space/
Dimage_space.cc1096 method->SetEntryPointFromQuickCompiledCodePtrSize(new_code, pointer_size_); in Visit()