Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.h62 static inline void NotifyBytecodePcChanged(JSThread *thread);
Dinterpreter-inl.h218 NotifyBytecodePcChanged(thread); \
844 void EcmaInterpreter::NotifyBytecodePcChanged(JSThread *thread) in NotifyBytecodePcChanged() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h279 V(NotifyBytecodePcChanged) \
Druntime_stubs.cpp1532 DEF_RUNTIME_STUBS(NotifyBytecodePcChanged) in DEF_RUNTIME_STUBS() argument
1534 RUNTIME_STUBS_HEADER(NotifyBytecodePcChanged); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4589 CallRuntime(glue, RTSTUB_ID(NotifyBytecodePcChanged), {}); in DECLARE_ASM_HANDLER()
4601 CallRuntime(glue, RTSTUB_ID(NotifyBytecodePcChanged), {}); in DECLARE_ASM_HANDLER()