Searched refs:generate (Results 201 - 206 of 206) sorted by relevance

123456789

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp1115 InterpreterRuntime::SignatureHandlerGenerator(method, &buffer).generate(fingerprint);
H A DtemplateTable.cpp58 void Template::generate(InterpreterMacroAssembler* masm) { function in class:Template
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp145 void OptoRuntime::generate(ciEnv* env) { function in class:OptoRuntime
1276 // Allocate a new NamedCounter. The JVMState is used to generate the
1345 // Is entry because may need to lock to generate oop maps
H A Dlibrary_call.cpp62 virtual JVMState* generate(JVMState* jvms);
523 JVMState* LibraryIntrinsic::generate(JVMState* jvms) { function in class:LibraryIntrinsic
562 tty->print("Did not generate intrinsic %s%s at bci:%d in",
605 const char* msg = "failed to generate predicate for intrinsic";
609 C->print_inlining_stream()->print("Did not generate predicate for intrinsic %s%s at bci:%d in",
2156 // We only need to generate the runtime guards for instances.
2178 // we need to generate the following runtime filters
2862 // can generate code to load it as unsigned byte.
3745 // For each case we generate slightly different code.
3752 // If this is a virtual call, we generate
[all...]
H A Dcompile.cpp751 if ((jvms = cg->generate(jvms)) == NULL) {
842 // Now generate code
2089 // Given a graph, generate code for it
2677 // This will allow to generate normal oop implicit null check.
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java1395 * @param orig the original entry of doing a dup, null if generate new
1547 keypair.generate(keysize);

Completed in 162 milliseconds

123456789