Home
last modified time | relevance | path

Searched refs:NotifyBytecodePcChanged (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.h65 static inline void NotifyBytecodePcChanged(JSThread *thread);
Dinterpreter-inl.h236 NotifyBytecodePcChanged(thread); \
877 void EcmaInterpreter::NotifyBytecodePcChanged(JSThread *thread) in NotifyBytecodePcChanged() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h329 V(NotifyBytecodePcChanged) \
Druntime_stubs.cpp2030 DEF_RUNTIME_STUBS(NotifyBytecodePcChanged) in DEF_RUNTIME_STUBS() argument
2032 RUNTIME_STUBS_HEADER(NotifyBytecodePcChanged); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4861 CallRuntime(glue, RTSTUB_ID(NotifyBytecodePcChanged), {}); in DECLARE_ASM_HANDLER()
4918 CallRuntime(glue, RTSTUB_ID(NotifyBytecodePcChanged), {}); in DECLARE_ASM_HANDLER()