Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/
H A Dglobal_regs.h106 ALWAYS_INLINE inline void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable() argument
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dstate.h92 ALWAYS_INLINE inline State(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *const *dispatchTable) in State() argument
134 ALWAYS_INLINE inline void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable() argument
179 ALWAYS_INLINE inline State(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *const *dispatchTable) in State() argument
229 void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable() argument
H A Dinstruction_handler_state.h68 ALWAYS_INLINE void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable() argument
27 InstructionHandlerState(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *const *dispatchTable) InstructionHandlerState() argument
H A Dinstruction_handler_base.h266 ALWAYS_INLINE void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmanaged_thread.h640 void SetDebugDispatchTable(const void *const *dispatchTable) in SetDebugDispatchTable() argument
664 void SetCurrentDispatchTable(const void *const *dispatchTable) in SetCurrentDispatchTable() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp1071 auto *dispatchTable = instDispatchTable.data(); in RunInternal() local

Completed in 17 milliseconds