Home
last modified time | relevance | path

Searched defs:UpdateState (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dstate.h101 ALWAYS_INLINE inline void UpdateState(const uint8_t *pc, Frame *frame) in UpdateState() function
188 ALWAYS_INLINE inline void UpdateState(const uint8_t *pc, Frame *frame) in UpdateState() function
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dcaller_stat.h39 void UpdateState(uint64_t elapsed) in UpdateState() function
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp1240 ThreadState JSThread::UpdateState(ThreadState newState) in UpdateState() function in panda::ecmascript::JSThread