Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h479 SetEntryPointFromQuickCompiledCodePtrSize(entry_point_from_quick_compiled_code, in SetEntryPointFromQuickCompiledCode()
482 ALWAYS_INLINE void SetEntryPointFromQuickCompiledCodePtrSize( in SetEntryPointFromQuickCompiledCodePtrSize() function
Dart_method-inl.h393 SetEntryPointFromQuickCompiledCodePtrSize(new_code, pointer_size); in UpdateEntrypoints()
Dart_method.cc760 SetEntryPointFromQuickCompiledCodePtrSize( in CopyFrom()
770 SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), image_pointer_size); in CopyFrom()
Druntime.cc2282 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateImtConflictMethod()
2303 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateResolutionMethod()
2315 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateCalleeSaveMethod()
Dclass_linker.cc2195 method.SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), in AddImageSpace()
3699 method->SetEntryPointFromQuickCompiledCodePtrSize( in EnsureThrowsInvocationError()
/art/dex2oat/linker/
Doat_writer.cc1566 method.SetEntryPointFromQuickCompiledCodePtrSize( in StartClass()
1615 resolved_method->SetEntryPointFromQuickCompiledCodePtrSize( in VisitMethod()
1644 method->SetEntryPointFromQuickCompiledCodePtrSize(code_ptr, pointer_size_); in Postprocess()
Dimage_writer.cc3475 copy->SetEntryPointFromQuickCompiledCodePtrSize(quick_code, target_ptr_size_); in CopyAndFixupMethod()
/art/runtime/gc/space/
Dimage_space.cc1545 method.SetEntryPointFromQuickCompiledCodePtrSize(new_code, kPointerSize); in RelocateInPlace()