Searched refs:generate_continuation_for (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp311 generate_continuation_for(btos),
312 generate_continuation_for(ctos),
313 generate_continuation_for(stos),
314 generate_continuation_for(atos),
315 generate_continuation_for(itos),
316 generate_continuation_for(ltos),
317 generate_continuation_for(ftos),
318 generate_continuation_for(dtos),
319 generate_continuation_for(vtos)
H A DtemplateInterpreterGenerator.hpp55 address generate_continuation_for(TosState state);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp275 address TemplateInterpreterGenerator::generate_continuation_for(TosState state) { function in class:TemplateInterpreterGenerator
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp143 address TemplateInterpreterGenerator::generate_continuation_for(TosState state) { function in class:TemplateInterpreterGenerator
H A DtemplateInterpreter_x86_64.cpp159 address TemplateInterpreterGenerator::generate_continuation_for(TosState state) { function in class:TemplateInterpreterGenerator

Completed in 48 milliseconds