Searched defs:CppInterpreterGenerator (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreterGenerator.hpp33 class CppInterpreterGenerator: public AbstractInterpreterGenerator { class in inherits:AbstractInterpreterGenerator
45 CppInterpreterGenerator(StubQueue* _code);
H A DcppInterpreter.cpp63 CppInterpreterGenerator::CppInterpreterGenerator(StubQueue* _code): AbstractInterpreterGenerator(_code) { function in class:CppInterpreterGenerator
79 void CppInterpreterGenerator::generate_all() {

Completed in 81 milliseconds