Searched defs:dispatchTable (Results 1 – 6 of 6) sorted by relevance
92 …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()
28 const void *const *dispatchTable) in InstructionHandlerState()68 ALWAYS_INLINE void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable()
266 ALWAYS_INLINE void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable()
106 ALWAYS_INLINE inline void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable()
640 void SetDebugDispatchTable(const void *const *dispatchTable) in SetDebugDispatchTable()664 void SetCurrentDispatchTable(const void *const *dispatchTable) in SetCurrentDispatchTable()
1061 auto *dispatchTable = instDispatchTable.data(); in RunInternal() local