• Home
  • Raw
  • Download

Lines Matching refs:fn

141       fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod()));  in InterpreterJni()  local
147 jresult = fn(soa.Env(), klass.get()); in InterpreterJni()
152 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
156 fn(soa.Env(), klass.get()); in InterpreterJni()
159 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
163 result->SetZ(fn(soa.Env(), klass.get())); in InterpreterJni()
166 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
170 result->SetB(fn(soa.Env(), klass.get(), args[0])); in InterpreterJni()
173 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
177 result->SetI(fn(soa.Env(), klass.get(), args[0])); in InterpreterJni()
180 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
188 jresult = fn(soa.Env(), klass.get(), arg0.get()); in InterpreterJni()
193 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
197 result->SetI(fn(soa.Env(), klass.get(), args[0], args[1])); in InterpreterJni()
200 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
206 result->SetI(fn(soa.Env(), klass.get(), arg0.get(), args[1])); in InterpreterJni()
209 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
213 result->SetS(fn(soa.Env(), klass.get(), args[0], args[1])); in InterpreterJni()
216 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
220 fn(soa.Env(), klass.get(), args[0], args[1]); in InterpreterJni()
223 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
231 result->SetZ(fn(soa.Env(), klass.get(), arg0.get(), arg1.get())); in InterpreterJni()
234 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
242 result->SetZ(fn(soa.Env(), klass.get(), args[0], arg1.get(), arg2.get())); in InterpreterJni()
245 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
251 fn(soa.Env(), klass.get(), args[0], arg1.get(), args[2], args[3]); in InterpreterJni()
254 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
262 fn(soa.Env(), klass.get(), arg0.get(), args[1], arg2.get(), args[3], args[4]); in InterpreterJni()
270 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
276 jresult = fn(soa.Env(), rcvr.get()); in InterpreterJni()
281 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
285 fn(soa.Env(), rcvr.get()); in InterpreterJni()
288 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
296 jresult = fn(soa.Env(), rcvr.get(), arg0.get()); in InterpreterJni()
302 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
306 result->SetI(fn(soa.Env(), rcvr.get(), args[0], args[1])); in InterpreterJni()