Searched defs:BytecodePcChanged (Results 1 – 5 of 5) sorted by relevance
69 void BytecodePcChanged(ManagedThread *thread, Method *method, uint32_t bcOffset) override in BytecodePcChanged() function in ark::interpreter::test::SwitchToDebugListener
283 void Tracing::BytecodePcChanged([[maybe_unused]] JSThread *thread, [[maybe_unused]] JSHandle<Method… in BytecodePcChanged() function in panda::ecmascript::Tracing
109 void JSDebugger::BytecodePcChanged(JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) in BytecodePcChanged() function in panda::ecmascript::tooling::JSDebugger
49 …virtual void BytecodePcChanged([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *me… in BytecodePcChanged() function
566 void Debugger::BytecodePcChanged(ManagedThread *thread, Method *method, uint32_t bcOffset) in BytecodePcChanged() function in ark::tooling::Debugger