Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc61 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
72 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
79 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
86 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
93 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
100 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
113 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
121 method->GetEntryPointFromJni())); in InterpreterJni()
131 reinterpret_cast<fntype*>(const_cast<void*>(method->GetEntryPointFromJni())); in InterpreterJni()
138 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
[all …]
/art/runtime/
Dnative_bridge_art_interface.cc70 methods[count].fnPtr = m.GetEntryPointFromJni(); in GetNativeMethods()
Dart_method.h524 void* GetEntryPointFromJni() { in GetEntryPointFromJni() function
Dstack.cc905 << "," << (method->IsNative() ? method->GetEntryPointFromJni() : nullptr) in WalkStack()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2415 void const* nativeCode = called->GetEntryPointFromJni(); in artQuickGenericJniTrampoline()