Home
last modified time | relevance | path

Searched refs:GetEntryPointFromJni (Results 1 – 5 of 5) sorted by relevance

/art/runtime/interpreter/
Dinterpreter.cc141 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
152 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
159 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
166 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
173 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
180 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
193 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
201 method->GetEntryPointFromJni())); in InterpreterJni()
210 … fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetEntryPointFromJni())); in InterpreterJni()
217 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
[all …]
/art/runtime/
Dnative_bridge_art_interface.cc74 methods[count].fnPtr = m->GetEntryPointFromJni(); in GetNativeMethods()
87 methods[count].fnPtr = m->GetEntryPointFromJni(); in GetNativeMethods()
/art/runtime/mirror/
Dart_method.h437 void* GetEntryPointFromJni() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetEntryPointFromJni() function
/art/compiler/
Dimage_writer.cc1141 copy->SetEntryPointFromJniPtrSize<kVerifyNone>(orig->GetEntryPointFromJni(), target_ptr_size_); in FixupMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1672 void* nativeCode = called->GetEntryPointFromJni(); in artQuickGenericJniTrampoline()