Searched refs:GetEntryPointFromJni (Results 1 – 5 of 5) sorted by relevance
61 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 …]
70 methods[count].fnPtr = m.GetEntryPointFromJni(); in GetNativeMethods()
524 void* GetEntryPointFromJni() { in GetEntryPointFromJni() function
905 << "," << (method->IsNative() ? method->GetEntryPointFromJni() : nullptr) in WalkStack()
2415 void const* nativeCode = called->GetEntryPointFromJni(); in artQuickGenericJniTrampoline()