Home
last modified time | relevance | path

Searched defs:table_for (Results 1 – 14 of 14) sorted by relevance

/dports/www/py-dj32-django-cacheops/django-cacheops-6.0/cacheops/
H A Dtree.py110 def table_for(alias): function
/dports/www/py-django-cacheops/django-cacheops-6.0/cacheops/
H A Dtree.py110 def table_for(alias): function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp76 address* table_for(TosState state) { return _table[state]; } in table_for() function in DispatchTable
77 address* table_for() { return table_for((TosState)0); } in table_for() function in DispatchTable
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp76 address* table_for(TosState state) { return _table[state]; } in table_for() function in DispatchTable
77 address* table_for() { return table_for((TosState)0); } in table_for() function in DispatchTable
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp76 address* table_for(TosState state) { return _table[state]; } in table_for() function in DispatchTable
77 address* table_for() { return table_for((TosState)0); } in table_for() function in DispatchTable
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp77 address* table_for(TosState state) { return _table[state]; } in table_for() function in DispatchTable
78 address* table_for() { return table_for((TosState)0); } in table_for() function in DispatchTable
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp77 address* table_for(TosState state) { return _table[state]; } in table_for() function in DispatchTable
78 address* table_for() { return table_for((TosState)0); } in table_for() function in DispatchTable
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp76 address* table_for(TosState state) { return _table[state]; } in table_for() function in DispatchTable
77 address* table_for() { return table_for((TosState)0); } in table_for() function in DispatchTable
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp76 address* table_for(TosState state) { return _table[state]; } in table_for() function in DispatchTable
77 address* table_for() { return table_for((TosState)0); } in table_for() function in DispatchTable
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A DtemplateInterpreter.hpp76 address* table_for(TosState state) { return _table[state]; } in table_for() function in DispatchTable
77 address* table_for() { return table_for((TosState)0); } in table_for() function in DispatchTable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp73 address* table_for(TosState state) { return _table[state]; } in table_for() function in VALUE_OBJ_CLASS_SPEC
74 address* table_for() { return table_for((TosState)0); } in table_for() function in VALUE_OBJ_CLASS_SPEC
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp73 address* table_for(TosState state) { return _table[state]; } in table_for() function in VALUE_OBJ_CLASS_SPEC
74 address* table_for() { return table_for((TosState)0); } in table_for() function in VALUE_OBJ_CLASS_SPEC
/dports/devel/p5-Data-ObjectDriver/Data-ObjectDriver-0.21/lib/Data/ObjectDriver/Driver/
H A DDBI.pm295 sub table_for { subroutine
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Dsmtpd.h1269 char *table_for; member