Searched refs:cur_method (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djddctmgr.c55 int cur_method[MAX_COMPONENTS]; member in struct:__anon704
157 if (! compptr->component_needed || idct->cur_method[ci] == method)
162 idct->cur_method[ci] = method;
271 idct->cur_method[ci] = -1;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp172 ciMethod* cur_method = scope()->method(); local
174 if (cur_method != NULL && cur_bci != SynchronizationEntryBCI) {
175 Bytecodes::Code code = cur_method->java_code_at_bci(cur_bci);
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp810 ciMethod* cur_method = jvms->method(); local
812 if (cur_method != NULL && cur_bci != InvocationEntryBci) {
813 Bytecodes::Code code = cur_method->java_code_at_bci(cur_bci);

Completed in 56 milliseconds