Lines Matching refs:fn
61 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
67 jresult = fn(soa.Env(), klass.get()); in InterpreterJni()
72 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
76 fn(soa.Env(), klass.get()); in InterpreterJni()
79 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
83 result->SetZ(fn(soa.Env(), klass.get())); in InterpreterJni()
86 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
90 result->SetB(fn(soa.Env(), klass.get(), args[0])); in InterpreterJni()
93 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
97 result->SetI(fn(soa.Env(), klass.get(), args[0])); in InterpreterJni()
100 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
108 jresult = fn(soa.Env(), klass.get(), arg0.get()); in InterpreterJni()
113 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
117 result->SetI(fn(soa.Env(), klass.get(), args[0], args[1])); in InterpreterJni()
120 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>( in InterpreterJni() local
127 result->SetI(fn(soa.Env(), klass.get(), arg0.get(), args[1])); in InterpreterJni()
130 fntype* const fn = in InterpreterJni() local
135 result->SetS(fn(soa.Env(), klass.get(), args[0], args[1])); in InterpreterJni()
138 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
142 fn(soa.Env(), klass.get(), args[0], args[1]); in InterpreterJni()
145 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
153 result->SetZ(fn(soa.Env(), klass.get(), arg0.get(), arg1.get())); in InterpreterJni()
156 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
164 result->SetZ(fn(soa.Env(), klass.get(), args[0], arg1.get(), arg2.get())); in InterpreterJni()
167 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
173 fn(soa.Env(), klass.get(), args[0], arg1.get(), args[2], args[3]); in InterpreterJni()
176 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
184 fn(soa.Env(), klass.get(), arg0.get(), args[1], arg2.get(), args[3], args[4]); in InterpreterJni()
192 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
198 jresult = fn(soa.Env(), rcvr.get()); in InterpreterJni()
203 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
207 fn(soa.Env(), rcvr.get()); in InterpreterJni()
210 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
218 jresult = fn(soa.Env(), rcvr.get(), arg0.get()); in InterpreterJni()
224 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
228 result->SetI(fn(soa.Env(), rcvr.get(), args[0], args[1])); in InterpreterJni()