Home
last modified time | relevance | path

Searched refs:BytecodePcChangedEvent (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Dnotification_manager.h77 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 Dinstruction_handler_base.h125 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 Druntime_notification.h249 void BytecodePcChangedEvent(ManagedThread *thread, Method *method, uint32_t bcOffset) in BytecodePcChangedEvent() function
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2320 debuggerMgr->GetNotificationManager()->BytecodePcChangedEvent(thread, method, bcOffset); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp899 debuggerMgr->GetNotificationManager()->BytecodePcChangedEvent(thread, method, bcOffset); in NotifyBytecodePcChanged()

Completed in 24 milliseconds