Home
last modified time | relevance | path

Searched refs:SetEntryPointFromPortableCompiledCodePtrSize (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dart_method.h289 return SetEntryPointFromPortableCompiledCodePtrSize(entry_point_from_portable_compiled_code, in SetEntryPointFromPortableCompiledCode()
294 void SetEntryPointFromPortableCompiledCodePtrSize( in SetEntryPointFromPortableCompiledCodePtrSize() function
/art/compiler/
Dimage_writer.cc1136 copy->SetEntryPointFromPortableCompiledCodePtrSize<kVerifyNone>( in FixupMethod()
1149 copy->SetEntryPointFromPortableCompiledCodePtrSize<kVerifyNone>( in FixupMethod()
1203 copy->SetEntryPointFromPortableCompiledCodePtrSize<kVerifyNone>( in FixupMethod()
/art/patchoat/
Dpatchoat.cc538 copy->SetEntryPointFromPortableCompiledCodePtrSize(reinterpret_cast<void*>(portable + delta_), in FixupMethod()