Home
last modified time | relevance | path

Searched refs:handler (Results 51 – 75 of 81) sorted by relevance

1234

/art/openjdkjvmti/
Devents.cc272 static void RunEventCallback(EventHandler* handler, in RunEventCallback() argument
278 handler->DispatchEvent<kEvent>(self, in RunEventCallback()
295 explicit JvmtiDdmChunkListener(EventHandler* handler) : handler_(handler) {} in JvmtiDdmChunkListener() argument
317 explicit JvmtiEventAllocationListener(EventHandler* handler) : handler_(handler) {} in JvmtiEventAllocationListener() argument
365 explicit JvmtiMonitorListener(EventHandler* handler) : handler_(handler) {} in JvmtiMonitorListener() argument
443 explicit JvmtiParkListener(EventHandler* handler) : handler_(handler) {} in JvmtiParkListener() argument
544 explicit JvmtiGcPauseListener(EventHandler* handler) in JvmtiGcPauseListener() argument
545 : handler_(handler), in JvmtiGcPauseListener()
597 explicit JvmtiMethodTraceListener(EventHandler* handler) in JvmtiMethodTraceListener() argument
598 : event_handler_(handler), in JvmtiMethodTraceListener()
Devents-inl.h343 inline void EventHandler::ExecuteCallback(impl::EventHandlerFunc<kEvent> handler, Args... args) { in ExecuteCallback() argument
344 handler.ExecuteCallback(args...); in ExecuteCallback()
348 inline void EventHandler::ExecuteCallback(impl::EventHandlerFunc<kEvent> handler, in ExecuteCallback() argument
351 handler.ExecuteCallback(jnienv, args...); in ExecuteCallback()
Devents.h339 static inline void ExecuteCallback(impl::EventHandlerFunc<kEvent> handler,
346 static inline void ExecuteCallback(impl::EventHandlerFunc<kEvent> handler, Args... args)
Dti_stack.cc1287 void AddDelayedMethodExitEvent(EventHandler* handler, art::ShadowFrame* frame, T value)
1292 void AddDelayedMethodExitEvent(EventHandler* handler, art::ShadowFrame* frame, T value) { in AddDelayedMethodExitEvent() argument
1295 handler->AddDelayedNonStandardExitEvent(frame, false, jval); in AddDelayedMethodExitEvent()
1299 void AddDelayedMethodExitEvent<std::nullptr_t>(EventHandler* handler, in AddDelayedMethodExitEvent() argument
1304 handler->AddDelayedNonStandardExitEvent(frame, false, jval); in AddDelayedMethodExitEvent()
1308 void AddDelayedMethodExitEvent<jobject>(EventHandler* handler, in AddDelayedMethodExitEvent() argument
1312 handler->AddDelayedNonStandardExitEvent(frame, true, jval); in AddDelayedMethodExitEvent()
Dtransform.cc277 ScopedDefinitionHandler handler(def); in TransformSingleClassDirect() local
Dti_class.cc533 void ClassUtil::Register(EventHandler* handler) { in Register() argument
534 gClassCallback.event_handler = handler; in Register()
Dti_thread.cc154 void ThreadUtil::Register(EventHandler* handler) { in Register() argument
158 gThreadCallback.event_handler = handler; in Register()
/art/test/044-proxy/src/
DBasicTest.java95 InvocationHandler handler = new MyInvocationHandler(proxyMe); in createProxy() local
107 proxy = cons.newInstance(handler); in createProxy()
/art/test/004-JniTest/src/
DMain.java256 InvocationHandler handler = new MinimalInvocationHandler(); in testProxyGetMethodID() local
259 new Class<?>[] {SimpleInterface.class}, handler); in testProxyGetMethodID()
/art/test/622-simplifyifs-exception-edges/smali/
DTest.smali34 # SimplifyIfs() would have redirected exception handler edges leading here.
/art/libartbase/base/
Dcommon_art_test.cc570 const OutputHandlerFn& handler) { in ForkAndExec() argument
624 handler(buffer, bytes_read); in ForkAndExec()
626 handler(buffer, 0u); // End with a virtual write of zero length to simplify clients. in ForkAndExec()
Dcommon_art_test.h244 const OutputHandlerFn& handler);
/art/test/957-methodhandle-transforms/src/
DMain.java162 MethodHandle handler = MethodHandles.lookup().findStatic(Main.class, in testCatchException() local
168 handler); in testCatchException()
186 handler = MethodHandles.lookup().findStatic(Main.class, in testCatchException()
190 adapter = MethodHandles.catchException(target, IllegalArgumentException.class, handler); in testCatchException()
200 handler = MethodHandles.lookup().findVirtual(IllegalArgumentException.class, in testCatchException()
202 adapter = MethodHandles.catchException(target, IllegalArgumentException.class, handler); in testCatchException()
211 handler); in testCatchException()
/art/runtime/jit/
Djit_memory_region_test.cc42 void handler(int ATTRIBUTE_UNUSED, siginfo_t* info, void* ATTRIBUTE_UNUSED) { in handler() function
51 sa.sa_sigaction = handler; in registerSignalHandler()
/art/runtime/gc/allocator/
Drosalloc.cc967 void RosAlloc::Run::InspectAllSlots(void (*handler)(void* start, void* end, size_t used_bytes, void… in InspectAllSlots()
993 handler(slot_addr, slot_addr + bracket_size, bracket_size, arg); in InspectAllSlots()
995 handler(slot_addr, slot_addr + bracket_size, 0, arg); in InspectAllSlots()
1397 void RosAlloc::InspectAll(void (*handler)(void* start, void* end, size_t used_bytes, void* callback… in InspectAll()
1400 if (handler == nullptr) { in InspectAll()
1424 handler(start, end, 0, arg); in InspectAll()
1446 handler(start, end, used_bytes, arg); in InspectAll()
1465 run->InspectAllSlots(handler, arg); in InspectAll()
Drosalloc.h452 …void InspectAllSlots(void (*handler)(void* start, void* end, size_t used_bytes, void* callback_arg…
884 void InspectAll(void (*handler)(void* start, void* end, size_t used_bytes, void* callback_arg),
/art/dexlayout/
Ddex_writer.cc558 for (std::unique_ptr<const dex_ir::TypeAddrPair>& handler : *handlers->GetHandlers()) { in WriteCodeItemPostInstructionData()
559 if (handler->GetTypeId() != nullptr) { in WriteCodeItemPostInstructionData()
560 stream->WriteUleb128(handler->GetTypeId()->GetIndex()); in WriteCodeItemPostInstructionData()
562 stream->WriteUleb128(handler->GetAddress()); in WriteCodeItemPostInstructionData()
Ddexlayout.cc801 for (auto& handler : *try_item->GetHandlers()->GetHandlers()) { in DumpCatches()
802 const dex_ir::TypeId* type_id = handler->GetTypeId(); in DumpCatches()
804 fprintf(out_file_, " %s -> 0x%04x\n", descriptor, handler->GetAddress()); in DumpCatches()
/art/compiler/optimizing/
Dgraph_checker.cc320 for (HBasicBlock* handler : handlers) { in VisitTryBoundary()
321 if (!handler->IsCatchBlock()) { in VisitTryBoundary()
327 handler->GetBlockId())); in VisitTryBoundary()
Dgraph_visualizer.cc279 for (HBasicBlock* handler : block->GetExceptionalSuccessors()) { in PrintExceptionHandlers()
280 output_ << " \"B" << handler->GetBlockId() << "\" "; in PrintExceptionHandlers()
/art/runtime/interpreter/mterp/x86_64/
Dmain.S416 popq %rax # Return address (the instuction handler).
/art/test/510-checker-try-catch/smali/
DBuilder.smali1032 # Test that handler edges are not split. In this scenario, the catch block is
1033 # only the handler of the try block.
1108 # Test that handler edges are not split. In this scenario, the catch block is
1109 # the handler and also the successor of the try block.
/art/openjdkjvm/
DOpenjdkJvm.cc465 …(noreturn)) void* JVM_RegisterSignal(jint signum ATTRIBUTE_UNUSED, void* handler ATTRIBUTE_UNUSED)… in JVM_RegisterSignal()
/art/runtime/interpreter/mterp/x86/
Dmain.S431 popl %eax # Return address (the instuction handler).
/art/test/utils/
Dregen-test-files159 art-run-test-305-other-fault-handler

1234