Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.h68 static void NotifyBytecodePcChanged(JSThread *thread);
Dinterpreter-inl.h238 NotifyBytecodePcChanged(thread); \
Dinterpreter-inl.cpp225 NotifyBytecodePcChanged(thread); \
871 void EcmaInterpreter::NotifyBytecodePcChanged(JSThread *thread) in NotifyBytecodePcChanged() function in panda::ecmascript::EcmaInterpreter
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h404 V(NotifyBytecodePcChanged) \
Druntime_stubs.cpp2313 DEF_RUNTIME_STUBS(NotifyBytecodePcChanged) in DEF_RUNTIME_STUBS() argument
2315 RUNTIME_STUBS_HEADER(NotifyBytecodePcChanged); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp5422 CallRuntime(glue, RTSTUB_ID(NotifyBytecodePcChanged), {}); in DECLARE_ASM_HANDLER()
5498 CallRuntime(glue, RTSTUB_ID(NotifyBytecodePcChanged), {}); in DECLARE_ASM_HANDLER()