Lines Matching refs:InstructionTable
188 class InstructionTable {
190 InstructionTable();
206 InstructionTable::InstructionTable() {
212 void InstructionTable::Clear() {
222 void InstructionTable::Init() {
234 void InstructionTable::CopyTable(const ByteMnemonic bm[],
249 void InstructionTable::SetTableRange(InstructionType type,
264 void InstructionTable::AddJumpConditionalShort() {
274 static v8::internal::LazyInstance<InstructionTable>::type instruction_table =
351 const InstructionTable* const instruction_table_;