MCPcopy Create free account
hub / github.com/FeJQ/AUPK / SetEntryPointFromQuickCompiledCode

Function SetEntryPointFromQuickCompiledCode

art/runtime/art_method.h:487–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485 }
486
487 void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code) {
488 SetEntryPointFromQuickCompiledCodePtrSize(entry_point_from_quick_compiled_code,
489 sizeof(void*));
490 }
491 ALWAYS_INLINE void SetEntryPointFromQuickCompiledCodePtrSize(
492 const void* entry_point_from_quick_compiled_code, size_t pointer_size) {
493 SetNativePointer(EntryPointFromQuickCompiledCodeOffset(pointer_size),

Callers

nothing calls this directly

Tested by

no test coverage detected