Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h301 SetEntryPointFromQuickCompiledCodePtrSize(entry_point_from_quick_compiled_code, in SetEntryPointFromQuickCompiledCode()
304 ALWAYS_INLINE void SetEntryPointFromQuickCompiledCodePtrSize( in SetEntryPointFromQuickCompiledCodePtrSize() function
Druntime.cc1448 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateImtConflictMethod()
1466 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateResolutionMethod()
1476 method->SetEntryPointFromQuickCompiledCodePtrSize(nullptr, pointer_size); in CreateCalleeSaveMethod()
Dclass_linker.cc1202 method->SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), in InitFromImage()
/art/compiler/
Dimage_writer.cc1396 copy->SetEntryPointFromQuickCompiledCodePtrSize( in CopyAndFixupMethod()
1400 copy->SetEntryPointFromQuickCompiledCodePtrSize( in CopyAndFixupMethod()
1418 copy->SetEntryPointFromQuickCompiledCodePtrSize( in CopyAndFixupMethod()
1426 copy->SetEntryPointFromQuickCompiledCodePtrSize(quick_code, target_ptr_size_); in CopyAndFixupMethod()
Doat_writer.cc629 method->SetEntryPointFromQuickCompiledCodePtrSize(reinterpret_cast<void*>(offsets.code_offset_), in VisitMethod()
/art/patchoat/
Dpatchoat.cc650 copy->SetEntryPointFromQuickCompiledCodePtrSize(RelocatedAddressOfPointer( in FixupMethod()