Searched defs:fn (Results 1 – 13 of 13) sorted by relevance
57 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local68 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local75 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local82 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local89 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local96 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local109 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local116 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>( in InterpreterJni() local126 fntype* const fn = in InterpreterJni() local134 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local[all …]
53 ThreadOffsetNameFunction fn) in DisassemblerOptions()
61 TransformIterator(BaseIterator base, Function fn) in TransformIterator()
70 TransformArrayRef(const ArrayRef<OtherBT>& base, Function fn) in TransformArrayRef()
119 android::NativeBridgeSignalHandlerFn fn = android::NativeBridgeGetSignalHandler(signal); in InitializeNativeBridge() local
292 void* fn = library->FindSymbol(jni_short_name, arg_shorty); in FindNativeMethodInternal() local966 void* fn = agent.FindSymbol(jni_short_name); in FindCodeForNativeMethodInAgents() local
1358 #define GET_PRIMITIVE_FIELD(fn, instance) \ argument1367 #define GET_STATIC_PRIMITIVE_FIELD(fn) \ argument1374 #define SET_PRIMITIVE_FIELD(fn, instance, value) \ argument1383 #define SET_STATIC_PRIMITIVE_FIELD(fn, value) \ argument
131 OnLoad fn = nullptr; in Agent_OnLoad() local
47 #define FORALL_EVENT_TYPES(fn) \ argument
104 FrameFn fn; member113 FrameFn fn) { in MakeStackTraceVisitor()
657 static jvmtiError DoIterateThroughHeap(T fn, in DoIterateThroughHeap()
63 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper() local
615 #define MAKE_JNI_TEST_DECORATOR(fn) make_jni_test_decorator<decltype(fn), (fn)>::apply argument