Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 4 of 4) sorted by relevance

/art/runtime/interpreter/
Dinterpreter.cc141 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
152 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
159 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
166 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
173 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
180 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
193 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
200 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
209 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
216 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(method->GetNativeMethod())); in InterpreterJni() local
[all …]
/art/compiler/dex/quick/
Dresource_mask.cc57 #define DEFINE_LIST_32(fn) \ argument
/art/test/004-JniTest/
Djni_test.cc46 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper() local
/art/runtime/
Djni_internal.cc521 void* fn = nullptr; in FindNativeMethod() local
1538 #define GET_PRIMITIVE_FIELD(fn, instance) \ argument
1546 #define GET_STATIC_PRIMITIVE_FIELD(fn) \ argument
1552 #define SET_PRIMITIVE_FIELD(fn, instance, value) \ argument
1560 #define SET_STATIC_PRIMITIVE_FIELD(fn, value) \ argument