Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinstruction_handler_state.h28 const void *const *dispatchTable) in InstructionHandlerState()
68 ALWAYS_INLINE void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable()
Dstate.h180 …ine State(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *const *dispatchTable) in State()
230 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/include/
Dmanaged_thread.h624 void SetDebugDispatchTable(const void *const *dispatchTable) in SetDebugDispatchTable()
648 void SetCurrentDispatchTable(const void *const *dispatchTable) in SetCurrentDispatchTable()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1042 auto *dispatchTable = instDispatchTable.data(); in RunInternal() local