Searched defs:instr_at_put (Results 1 – 5 of 5) sorted by relevance
1231 void instr_at_put(int pos, Instr instr) { in instr_at_put() function1235 static void instr_at_put(byte* pc, Instr instr) { in instr_at_put() function
1460 void instr_at_put(int pos, Instr instr) { in instr_at_put() function1464 static void instr_at_put(byte* pc, Instr instr) { in instr_at_put() function
1086 static void instr_at_put(byte* pc, Instr instr) { in instr_at_put() function1090 void instr_at_put(int pos, Instr instr) { in instr_at_put() function
1150 static void instr_at_put(byte* pc, Instr instr) { in instr_at_put() function1154 void instr_at_put(int pos, Instr instr) { in instr_at_put() function
1279 void instr_at_put(int pos, T instr) { in instr_at_put() function