Searched refs:normal_table (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp160 static address* normal_table(TosState state) { return _normal_table.table_for(state); } function in class:TemplateInterpreter
161 static address* normal_table() { return _normal_table.table_for(); } function in class:TemplateInterpreter
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageColormap.h45 void *normal_table; member in struct:__anon747
86 ((void *)((( mlib_colormap *)( colormap))->normal_table))
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp476 dispatch_base(state, Interpreter::normal_table(state));
480 dispatch_base(state, Interpreter::normal_table(state), false);
H A Dinterp_masm_x86_64.cpp476 dispatch_base(state, Interpreter::normal_table(state));
480 dispatch_base(state, Interpreter::normal_table(state), false);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp270 __ dispatch_via(vtos, Interpreter::normal_table(vtos));
H A Dinterp_masm_sparc.cpp277 dispatch_base(state, Interpreter::normal_table(state));

Completed in 53 milliseconds