Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Dnotification_manager.h34 virtual void BytecodePcChanged(JSThread *thread, JSHandle<Method> method,
81 it->BytecodePcChanged(thread, methodHandle, bcOffset); in BytecodePcChangedEvent()
Djs_debugger.h122 void BytecodePcChanged(JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) override;
Djs_debugger.cpp76 void JSDebugger::BytecodePcChanged(JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) in BytecodePcChanged() function in panda::ecmascript::tooling::JSDebugger
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test_switch.cpp98 void BytecodePcChanged(ManagedThread *thread, Method *method, uint32_t bcOffset) override in TEST_F() function in panda::interpreter::test::TEST_F::Listener
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.h111 void BytecodePcChanged(JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) override;
Dtracing.cpp279 void Tracing::BytecodePcChanged([[maybe_unused]] JSThread *thread, [[maybe_unused]] JSHandle<Method… in BytecodePcChanged() function in panda::ecmascript::Tracing
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md27 * `BytecodePcChanged` - occurs when bytecode pc is changed during interpretation (only if runtime w…
/arkcompiler/runtime_core/static_core/docs/
Druntime-debug-api.md27 * `BytecodePcChanged` - occurs when bytecode pc is changed during interpretation (only if runtime w…
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h49 …virtual void BytecodePcChanged([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *me… in BytecodePcChanged() function
254 listener->BytecodePcChanged(thread, method, bcOffset); in BytecodePcChangedEvent()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.h206 void BytecodePcChanged(ManagedThread *thread, Method *method, uint32_t bcOffset) override;
Ddebugger.cpp528 void Debugger::BytecodePcChanged(ManagedThread *thread, Method *method, uint32_t bcOffset) in BytecodePcChanged() function in panda::tooling::Debugger