Home
last modified time | relevance | path

Searched refs:GetEntryPointFromJni (Results 1 – 7 of 7) 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.h575 void* GetEntryPointFromJni() const { in GetEntryPointFromJni() function
Dstack.cc970 << "," << (method->IsNative() ? method->GetEntryPointFromJni() : nullptr) in WalkStack()
Dclass_linker.cc511 const void* native_code = method->GetEntryPointFromJni(); in GetRegisteredNative()
514 const void* native_code = method->GetEntryPointFromJni(); in GetRegisteredNative()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2215 void const* nativeCode = called->GetEntryPointFromJni(); in artQuickGenericJniTrampoline()
/art/openjdkjvmti/
Dti_redefine.cc2814 new_method->SetEntryPointFromJni(m.GetEntryPointFromJni()); in UpdateClassStructurally()