Searched defs:fn (Results 1 – 14 of 14) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter.cc | 56 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local 67 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local 74 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local 81 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local 88 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local 95 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local 108 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local 115 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>( in InterpreterJni() local 125 fntype* const fn = in InterpreterJni() local 133 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local [all …]
|
/art/disassembler/ |
D | disassembler.h | 53 ThreadOffsetNameFunction fn) in DisassemblerOptions()
|
/art/runtime/base/ |
D | transform_iterator.h | 61 TransformIterator(BaseIterator base, Function fn) in TransformIterator()
|
D | transform_array_ref.h | 70 TransformArrayRef(const ArrayRef<OtherBT>& base, Function fn) in TransformArrayRef()
|
/art/runtime/ |
D | native_bridge_art_interface.cc | 119 android::NativeBridgeSignalHandlerFn fn = android::NativeBridgeGetSignalHandler(signal); in InitializeNativeBridge() local
|
D | oat_file_manager.cc | 268 const T& fn) in IterateOverJavaDexFile() 293 const T& fn) REQUIRES_SHARED(Locks::mutator_lock_) { in IterateOverPathClassLoader()
|
D | java_vm_ext.cc | 259 void* fn = library->FindSymbol(jni_short_name, shorty); in FindNativeMethod() local 936 void* fn = agent.FindSymbol(jni_short_name); in FindCodeForNativeMethodInAgents() local
|
D | jni_internal.cc | 1269 #define GET_PRIMITIVE_FIELD(fn, instance) \ argument 1277 #define GET_STATIC_PRIMITIVE_FIELD(fn) \ argument 1283 #define SET_PRIMITIVE_FIELD(fn, instance, value) \ argument 1291 #define SET_STATIC_PRIMITIVE_FIELD(fn, value) \ argument
|
/art/test/ti-agent/ |
D | common_load.cc | 120 OnLoad fn = nullptr; in Agent_OnLoad() local
|
/art/runtime/openjdkjvmti/ |
D | events-inl.h | 44 #define FORALL_EVENT_TYPES(fn) \ argument
|
D | ti_heap.cc | 749 static jvmtiError DoIterateThroughHeap(T fn, in DoIterateThroughHeap()
|
/art/test/004-JniTest/ |
D | jni_test.cc | 63 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper() local
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 612 #define MAKE_JNI_TEST_DECORATOR(fn) make_jni_test_decorator<decltype(fn), (fn)>::apply argument
|
/art/compiler/utils/arm/ |
D | assembler_thumb2.cc | 31 void Thumb2Assembler::Fixup::ForExpandableDependencies(Thumb2Assembler* assembler, Function fn) { in ForExpandableDependencies()
|