Searched defs:entrypoint (Results 1 – 3 of 3) sorted by relevance
447 void SetEntryPointFromJni(const void* entrypoint) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetEntryPointFromJni()452 ALWAYS_INLINE void SetEntryPointFromJniPtrSize(const void* entrypoint, size_t pointer_size) in SetEntryPointFromJniPtrSize()
1838 .macro NATIVE_DOWNCALL name, entrypoint
547 static uintptr_t GetEntrypoint(Thread* self, QuickEntrypointEnum entrypoint) { in GetEntrypoint()