Searched refs:GetEntryPointFromJni (Results 1 – 7 of 7) 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()
564 void* GetEntryPointFromJni() const { in GetEntryPointFromJni() function
944 << "," << (method->IsNative() ? method->GetEntryPointFromJni() : nullptr) in WalkStack()
515 const void* native_code = method->GetEntryPointFromJni(); in GetRegisteredNative()518 const void* native_code = method->GetEntryPointFromJni(); in GetRegisteredNative()
2150 void const* nativeCode = called->GetEntryPointFromJni(); in artQuickGenericJniTrampoline()
2818 new_method->SetEntryPointFromJni(m.GetEntryPointFromJni()); in UpdateClassStructurally()