Home
last modified time | relevance | path

Searched defs:entrypoint (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dart_method.h447 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()
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1838 .macro NATIVE_DOWNCALL name, entrypoint
/art/runtime/arch/
Dstub_test.cc547 static uintptr_t GetEntrypoint(Thread* self, QuickEntrypointEnum entrypoint) { in GetEntrypoint()