Home
last modified time | relevance | path

Searched refs:GetDispatchTable (Results 1 – 7 of 7) sorted by relevance

/ark/runtime_core/runtime/interpreter/
Ddispatch_table.h38 ALWAYS_INLINE inline const void *const *GetDispatchTable([ in GetDispatchTable() function
41 return arch::regs::GetDispatchTable(); in GetDispatchTable()
52 ALWAYS_INLINE inline const void *const *GetDispatchTable(const std::array<const void *, N> &dispatc…
Dstate.h127 ALWAYS_INLINE inline const void *const *GetDispatchTable() const in GetDispatchTable() function
129 return arch::regs::GetDispatchTable(); in GetDispatchTable()
210 ALWAYS_INLINE inline const void *const *GetDispatchTable() const in GetDispatchTable() function
Dinstruction_handler_state.h66 ALWAYS_INLINE const void *const *GetDispatchTable() const in GetDispatchTable() function
68 return state_.GetDispatchTable(); in GetDispatchTable()
Dinstruction_handler_base.h179 ALWAYS_INLINE const void *const *GetDispatchTable() const in GetDispatchTable() function
181 return state_->GetDispatchTable(); in GetDispatchTable()
Dinterpreter-inl.h2980 volatile auto dtable = this->GetDispatchTable(); in CallInterpreter()
/ark/runtime_core/runtime/interpreter/templates/
Dinterpreter-inl_gen.h.erb63 DISPATCH(GetDispatchTable(dispatch_table), state.GetPrimaryOpcode(), label);
84 DISPATCH(GetDispatchTable(dispatch_table), handler.GetExceptionOpcode(), label);
91 DISPATCH(GetDispatchTable(dispatch_table), handler.GetExceptionOpcode(), label);
94 DISPATCH(GetDispatchTable(dispatch_table), handler.GetPrimaryOpcode(), label);
114 DISPATCH(GetDispatchTable(dispatch_table), dispatch_idx, label);
129 DISPATCH(GetDispatchTable(dispatch_table), handler.GetPrimaryOpcode(), label);
/ark/runtime_core/runtime/interpreter/arch/aarch64/
Dglobal_regs.h79 ALWAYS_INLINE inline const void *const *GetDispatchTable() in GetDispatchTable() function