Searched refs:dispatchTable (Results 1 – 8 of 8) sorted by relevance
28 const void *const *dispatchTable) in InstructionHandlerState() argument29 : state_(thread, pc, frame, dispatchTable) in InstructionHandlerState()68 ALWAYS_INLINE void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable() argument70 return state_.SetDispatchTable(dispatchTable); in SetDispatchTable()
180 …ine State(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *const *dispatchTable) in State() argument186 SetDispatchTable(dispatchTable); in State()230 void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable() argument232 dispatchTable_ = dispatchTable; in SetDispatchTable()
266 ALWAYS_INLINE void SetDispatchTable(const void *const *dispatchTable) in SetDispatchTable() argument268 return state_->SetDispatchTable(dispatchTable); in SetDispatchTable()
27 std::array<const void*, DISPATCH_TABLE_HANDLER_NAMES_SIZE> dispatchTable{40 goto* dispatchTable[handler.GetPrimaryOpcode()];67 goto* dispatchTable[handler.GetPrimaryOpcode()]; 82 goto *dispatchTable[<%= Panda::dispatch_table.secondary_opcode_offset(p) %> + secondaryOpcode];
178 std::array<const void*, <%= Panda::dispatch_table.handler_names.size %>> dispatchTable{193 goto* dispatchTable[handler.GetPrimaryOpcode()];241 goto* dispatchTable[handler.GetPrimaryOpcode()];261 goto *dispatchTable[<%= Panda::dispatch_table.secondary_opcode_offset(p) %> + secondaryOpcode];
45 std::array<const void*, DISPATCH_TABLE_HANDLER_NAMES_SIZE> dispatchTable{67 goto* dispatchTable[inst.GetPrimaryOpcode()];287 % goto* dispatchTable[inst.GetPrimaryOpcode()];328 goto *dispatchTable[<%= dt_sec_opcode_offset %> + secondaryOpcode];
624 void SetDebugDispatchTable(const void *const *dispatchTable) in SetDebugDispatchTable() argument629 debugDispatchTable_ = const_cast<void *const *>(dispatchTable); in SetDebugDispatchTable()648 void SetCurrentDispatchTable(const void *const *dispatchTable) in SetCurrentDispatchTable() argument654 debugStubDispatchTable_ = const_cast<void *const *>(dispatchTable); in SetCurrentDispatchTable()656 dispatchTable_ = const_cast<void *const *>(dispatchTable); in SetCurrentDispatchTable()
86 opcode = READ_INST_OP(); goto *dispatchTable[opcode]; \93 opcode = READ_INST_OP(); goto *dispatchTable[opcode]; \156 goto *dispatchTable[EXCEPTION_OPCODE]; \169 dispatchTable = debugDispatchTable.data(); \1042 auto *dispatchTable = instDispatchTable.data(); in RunInternal() local1044 goto *dispatchTable[opcode]; in RunInternal()