Searched refs:BytecodePcChangedEvent (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | notification_manager.h | 77 void BytecodePcChangedEvent(JSThread *thread, Method *method, uint32_t bcOffset) const in BytecodePcChangedEvent() function in panda::ecmascript::tooling::NotificationManager
|
/arkcompiler/runtime_core/static_core/runtime/interpreter/ |
H A D | instruction_handler_base.h | 125 RuntimeIfaceT::GetNotificationManager()->BytecodePcChangedEvent(GetThread(), GetFrame()->GetMethod(), pc); in InstrumentInstruction() 127 // BytecodePcChangedEvent hook can call the GC, so we need to update the ACC in InstrumentInstruction()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | runtime_notification.h | 249 void BytecodePcChangedEvent(ManagedThread *thread, Method *method, uint32_t bcOffset) in BytecodePcChangedEvent() function
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 2320 debuggerMgr->GetNotificationManager()->BytecodePcChangedEvent(thread, method, bcOffset); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.cpp | 899 debuggerMgr->GetNotificationManager()->BytecodePcChangedEvent(thread, method, bcOffset); in NotifyBytecodePcChanged()
|
Completed in 24 milliseconds