Home | History | Annotate | Download | only in interpreter

Lines Matching refs:dispatch_table_

31   memset(dispatch_table_, 0, sizeof(dispatch_table_));
63 dispatch_table_[index] = code->entry(); \
80 for (size_t index = 0; index < arraysize(dispatch_table_); ++index) {
81 if (dispatch_table_[index] == nullptr) {
82 dispatch_table_[index] = dispatch_table_[illegal_index];
92 Address code_entry = dispatch_table_[index];
115 Address code_entry = dispatch_table_[i];
122 dispatch_table_[i] = reinterpret_cast<Code*>(code)->entry();
188 return dispatch_table_[0] != nullptr;
204 if (dispatch_table_[Bytecodes::ToByte(Bytecode::k##Name)] == \