Home
last modified time | relevance | path

Searched refs:BytecodePcChanged (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Dnotification_manager.h34 virtual void BytecodePcChanged(JSThread *thread, JSHandle<Method> method,
73 listener_->BytecodePcChanged(thread, methodHandle, bcOffset); in BytecodePcChangedEvent()
Djs_debugger.h122 void BytecodePcChanged(JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) override;
Djs_debugger.cpp75 void JSDebugger::BytecodePcChanged(JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) in BytecodePcChanged() function in panda::ecmascript::tooling::JSDebugger
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md27 * `BytecodePcChanged` - occurs when bytecode pc is changed during interpretation (only if runtime w…