Searched refs:GetDispatchTable (Results 1 – 7 of 7) sorted by relevance
/ark/runtime_core/runtime/interpreter/ |
D | dispatch_table.h | 38 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…
|
D | state.h | 127 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
|
D | instruction_handler_state.h | 66 ALWAYS_INLINE const void *const *GetDispatchTable() const in GetDispatchTable() function 68 return state_.GetDispatchTable(); in GetDispatchTable()
|
D | instruction_handler_base.h | 179 ALWAYS_INLINE const void *const *GetDispatchTable() const in GetDispatchTable() function 181 return state_->GetDispatchTable(); in GetDispatchTable()
|
D | interpreter-inl.h | 2980 volatile auto dtable = this->GetDispatchTable(); in CallInterpreter()
|
/ark/runtime_core/runtime/interpreter/templates/ |
D | interpreter-inl_gen.h.erb | 63 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/ |
D | global_regs.h | 79 ALWAYS_INLINE inline const void *const *GetDispatchTable() in GetDispatchTable() function
|