Home
last modified time | relevance | path

Searched defs:dispatchTable (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dstate.h92 …ine State(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *const *dispatchTable) in State()
134 ALWAYS_INLINE inline void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable()
179 …ine State(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *const *dispatchTable) in State()
229 void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable()
Dinstruction_handler_state.h28 const void *const *dispatchTable) in InstructionHandlerState()
68 ALWAYS_INLINE void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable()
Dinstruction_handler_base.h266 ALWAYS_INLINE void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable()
/arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/
Dglobal_regs.h106 ALWAYS_INLINE inline void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmanaged_thread.h549 void SetDebugDispatchTable(const void *const *dispatchTable) in SetDebugDispatchTable()
573 void SetCurrentDispatchTable(const void *const *dispatchTable) in SetCurrentDispatchTable()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp1073 auto *dispatchTable = instDispatchTable.data(); in RunInternal() local