Home
last modified time | relevance | path

Searched refs:DispatchTable (Results 1 – 25 of 121) sorted by relevance

12345

/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DReadtable.java50 …protected final CharHashMap<DispatchTable> dispatchTables = new CharHashMap<DispatchTable>(Dispatc…
93 DispatchTable dt = new DispatchTable(); in initialize()
163 DispatchTable dt = from.dispatchTables.get(c); in copyReadtable()
165 to.dispatchTables.put(c, new DispatchTable(dt)); in copyReadtable()
278 dispatchTables.put(dispChar, new DispatchTable()); in makeDispatchMacroCharacter()
284 DispatchTable dispatchTable = dispatchTables.get(dispChar); in getDispatchMacroCharacter()
300 DispatchTable dispatchTable = dispatchTables.get(dispChar); in setDispatchMacroCharacter()
310 protected static class DispatchTable class in Readtable
314 public DispatchTable() in DispatchTable() method in Readtable.DispatchTable
320 public DispatchTable(DispatchTable dt) in DispatchTable() method in Readtable.DispatchTable
[all …]
/dports/www/p5-CGI-Application-Dispatch/CGI-Application-Dispatch-3.12/t/
H A Dcgi.t16 require_ok('MyApp::DispatchTable');
157 $output = MyApp::DispatchTable->dispatch();
161 $output = MyApp::DispatchTable->dispatch();
165 $output = MyApp::DispatchTable->dispatch();
173 $output = MyApp::DispatchTable->dispatch();
181 $output = MyApp::DispatchTable->dispatch();
185 $output = MyApp::DispatchTable->dispatch();
189 $output = MyApp::DispatchTable->dispatch();
193 $output = MyApp::DispatchTable->dispatch();
201 $output = MyApp::DispatchTable->dispatch();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp65 class DispatchTable { class
82 bool operator == (DispatchTable& y); // for debugging only
131 …static DispatchTable _active_table; // the active dispatch table (use…
132 …static DispatchTable _normal_table; // the normal dispatch table (use…
133 …static DispatchTable _safept_table; // the safepoint dispatch table (use…
134 …static address _wentry_point[DispatchTable::length]; // wide instructions only (vtos tosc…
H A DtemplateInterpreter.cpp45 assert((int)Bytecodes::number_of_codes <= (int)DispatchTable::length, in initialize()
140 EntryPoint DispatchTable::entry(int i) const { in entry()
158 void DispatchTable::set_entry(int i, EntryPoint& entry) { in set_entry()
174 bool DispatchTable::operator == (DispatchTable& y) { in operator ==()
208 DispatchTable TemplateInterpreter::_active_table;
209 DispatchTable TemplateInterpreter::_normal_table;
210 DispatchTable TemplateInterpreter::_safept_table;
211 address TemplateInterpreter::_wentry_point[DispatchTable::length];
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp65 class DispatchTable { class
82 bool operator == (DispatchTable& y); // for debugging only
131 …static DispatchTable _active_table; // the active dispatch table (use…
132 …static DispatchTable _normal_table; // the normal dispatch table (use…
133 …static DispatchTable _safept_table; // the safepoint dispatch table (use…
134 …static address _wentry_point[DispatchTable::length]; // wide instructions only (vtos tosc…
H A DtemplateInterpreter.cpp45 assert((int)Bytecodes::number_of_codes <= (int)DispatchTable::length, in initialize()
140 EntryPoint DispatchTable::entry(int i) const { in entry()
158 void DispatchTable::set_entry(int i, EntryPoint& entry) { in set_entry()
174 bool DispatchTable::operator == (DispatchTable& y) { in operator ==()
208 DispatchTable TemplateInterpreter::_active_table;
209 DispatchTable TemplateInterpreter::_normal_table;
210 DispatchTable TemplateInterpreter::_safept_table;
211 address TemplateInterpreter::_wentry_point[DispatchTable::length];
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp65 class DispatchTable { class
82 bool operator == (DispatchTable& y); // for debugging only
129 …static DispatchTable _active_table; // the active dispatch table (use…
130 …static DispatchTable _normal_table; // the normal dispatch table (use…
131 …static DispatchTable _safept_table; // the safepoint dispatch table (use…
132 …static address _wentry_point[DispatchTable::length]; // wide instructions only (vtos tosc…
H A DtemplateInterpreter.cpp45 assert((int)Bytecodes::number_of_codes <= (int)DispatchTable::length, in initialize()
140 EntryPoint DispatchTable::entry(int i) const { in entry()
158 void DispatchTable::set_entry(int i, EntryPoint& entry) { in set_entry()
174 bool DispatchTable::operator == (DispatchTable& y) { in operator ==()
208 DispatchTable TemplateInterpreter::_active_table;
209 DispatchTable TemplateInterpreter::_normal_table;
210 DispatchTable TemplateInterpreter::_safept_table;
211 address TemplateInterpreter::_wentry_point[DispatchTable::length];
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp66 class DispatchTable { class
83 bool operator == (DispatchTable& y); // for debugging only
130 …static DispatchTable _active_table; // the active dispatch table (use…
131 …static DispatchTable _normal_table; // the normal dispatch table (use…
132 …static DispatchTable _safept_table; // the safepoint dispatch table (use…
133 …static address _wentry_point[DispatchTable::length]; // wide instructions only (vtos tosc…
H A DtemplateInterpreter.cpp44 assert((int)Bytecodes::number_of_codes <= (int)DispatchTable::length, in initialize_stub()
156 EntryPoint DispatchTable::entry(int i) const { in entry()
174 void DispatchTable::set_entry(int i, EntryPoint& entry) { in set_entry()
190 bool DispatchTable::operator == (DispatchTable& y) { in operator ==()
224 DispatchTable TemplateInterpreter::_active_table;
225 DispatchTable TemplateInterpreter::_normal_table;
226 DispatchTable TemplateInterpreter::_safept_table;
227 address TemplateInterpreter::_wentry_point[DispatchTable::length];
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp66 class DispatchTable { class
83 bool operator == (DispatchTable& y); // for debugging only
130 …static DispatchTable _active_table; // the active dispatch table (use…
131 …static DispatchTable _normal_table; // the normal dispatch table (use…
132 …static DispatchTable _safept_table; // the safepoint dispatch table (use…
133 …static address _wentry_point[DispatchTable::length]; // wide instructions only (vtos tosc…
H A DtemplateInterpreter.cpp44 assert((int)Bytecodes::number_of_codes <= (int)DispatchTable::length, in initialize_stub()
156 EntryPoint DispatchTable::entry(int i) const { in entry()
174 void DispatchTable::set_entry(int i, EntryPoint& entry) { in set_entry()
190 bool DispatchTable::operator == (DispatchTable& y) { in operator ==()
224 DispatchTable TemplateInterpreter::_active_table;
225 DispatchTable TemplateInterpreter::_normal_table;
226 DispatchTable TemplateInterpreter::_safept_table;
227 address TemplateInterpreter::_wentry_point[DispatchTable::length];
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp65 class DispatchTable { class
82 bool operator == (DispatchTable& y); // for debugging only
129 …static DispatchTable _active_table; // the active dispatch table (use…
130 …static DispatchTable _normal_table; // the normal dispatch table (use…
131 …static DispatchTable _safept_table; // the safepoint dispatch table (use…
132 …static address _wentry_point[DispatchTable::length]; // wide instructions only (vtos tosc…
H A DtemplateInterpreter.cpp42 assert((int)Bytecodes::number_of_codes <= (int)DispatchTable::length, in initialize()
137 EntryPoint DispatchTable::entry(int i) const { in entry()
155 void DispatchTable::set_entry(int i, EntryPoint& entry) { in set_entry()
171 bool DispatchTable::operator == (DispatchTable& y) { in operator ==()
205 DispatchTable TemplateInterpreter::_active_table;
206 DispatchTable TemplateInterpreter::_normal_table;
207 DispatchTable TemplateInterpreter::_safept_table;
208 address TemplateInterpreter::_wentry_point[DispatchTable::length];
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp65 class DispatchTable { class
82 bool operator == (DispatchTable& y); // for debugging only
129 …static DispatchTable _active_table; // the active dispatch table (use…
130 …static DispatchTable _normal_table; // the normal dispatch table (use…
131 …static DispatchTable _safept_table; // the safepoint dispatch table (use…
132 …static address _wentry_point[DispatchTable::length]; // wide instructions only (vtos tosc…
H A DtemplateInterpreter.cpp45 assert((int)Bytecodes::number_of_codes <= (int)DispatchTable::length, in initialize_stub()
144 EntryPoint DispatchTable::entry(int i) const { in entry()
162 void DispatchTable::set_entry(int i, EntryPoint& entry) { in set_entry()
178 bool DispatchTable::operator == (DispatchTable& y) { in operator ==()
212 DispatchTable TemplateInterpreter::_active_table;
213 DispatchTable TemplateInterpreter::_normal_table;
214 DispatchTable TemplateInterpreter::_safept_table;
215 address TemplateInterpreter::_wentry_point[DispatchTable::length];
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp65 class DispatchTable { class
82 bool operator == (DispatchTable& y); // for debugging only
129 …static DispatchTable _active_table; // the active dispatch table (use…
130 …static DispatchTable _normal_table; // the normal dispatch table (use…
131 …static DispatchTable _safept_table; // the safepoint dispatch table (use…
132 …static address _wentry_point[DispatchTable::length]; // wide instructions only (vtos tosc…
H A DtemplateInterpreter.cpp45 assert((int)Bytecodes::number_of_codes <= (int)DispatchTable::length, in initialize()
140 EntryPoint DispatchTable::entry(int i) const { in entry()
158 void DispatchTable::set_entry(int i, EntryPoint& entry) { in set_entry()
174 bool DispatchTable::operator == (DispatchTable& y) { in operator ==()
208 DispatchTable TemplateInterpreter::_active_table;
209 DispatchTable TemplateInterpreter::_normal_table;
210 DispatchTable TemplateInterpreter::_safept_table;
211 address TemplateInterpreter::_wentry_point[DispatchTable::length];
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp62 class DispatchTable VALUE_OBJ_CLASS_SPEC {
79 bool operator == (DispatchTable& y); // for debugging only
127 …static DispatchTable _active_table; // the active dispatch table (use…
128 …static DispatchTable _normal_table; // the normal dispatch table (use…
129 …static DispatchTable _safept_table; // the safepoint dispatch table (use…
130 …static address _wentry_point[DispatchTable::length]; // wide instructions only (vtos tosc…
H A DtemplateInterpreter.cpp38 assert((int)Bytecodes::number_of_codes <= (int)DispatchTable::length, in initialize()
127 EntryPoint DispatchTable::entry(int i) const { in entry()
145 void DispatchTable::set_entry(int i, EntryPoint& entry) { in set_entry()
161 bool DispatchTable::operator == (DispatchTable& y) { in operator ==()
195 DispatchTable TemplateInterpreter::_active_table;
196 DispatchTable TemplateInterpreter::_normal_table;
197 DispatchTable TemplateInterpreter::_safept_table;
198 address TemplateInterpreter::_wentry_point[DispatchTable::length];
431 for (int i = 0; i < DispatchTable::length; i++) { in set_entry_points_for_all_bytes()
443 for (int i = 0; i < DispatchTable::length; i++) { in set_safepoints_for_all_bytes()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp62 class DispatchTable VALUE_OBJ_CLASS_SPEC {
79 bool operator == (DispatchTable& y); // for debugging only
127 …static DispatchTable _active_table; // the active dispatch table (use…
128 …static DispatchTable _normal_table; // the normal dispatch table (use…
129 …static DispatchTable _safept_table; // the safepoint dispatch table (use…
130 …static address _wentry_point[DispatchTable::length]; // wide instructions only (vtos tosc…
H A DtemplateInterpreter.cpp38 assert((int)Bytecodes::number_of_codes <= (int)DispatchTable::length, in initialize()
127 EntryPoint DispatchTable::entry(int i) const { in entry()
145 void DispatchTable::set_entry(int i, EntryPoint& entry) { in set_entry()
161 bool DispatchTable::operator == (DispatchTable& y) { in operator ==()
195 DispatchTable TemplateInterpreter::_active_table;
196 DispatchTable TemplateInterpreter::_normal_table;
197 DispatchTable TemplateInterpreter::_safept_table;
198 address TemplateInterpreter::_wentry_point[DispatchTable::length];
431 for (int i = 0; i < DispatchTable::length; i++) { in set_entry_points_for_all_bytes()
443 for (int i = 0; i < DispatchTable::length; i++) { in set_safepoints_for_all_bytes()
/dports/textproc/dwdiff/dwdiff-2.1.4/src/
H A Ddispatch.h69 } DispatchTable; typedef
71 extern DispatchTable *dispatch;
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Drpcdcep.h70 RPC_DISPATCH_FUNCTION *DispatchTable; member
81 PRPC_DISPATCH_TABLE DispatchTable; member
91 PRPC_DISPATCH_TABLE DispatchTable; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Drpcdcep.h70 RPC_DISPATCH_FUNCTION *DispatchTable; member
81 PRPC_DISPATCH_TABLE DispatchTable; member
91 PRPC_DISPATCH_TABLE DispatchTable; member

12345