mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-22 16:26:05 +00:00
8250739: remove Compile::Generate_*_Graph methods declarations
Reviewed-by: kvn
This commit is contained in:
parent
f4301530b4
commit
0b42b1cf15
@ -1012,14 +1012,6 @@ class Compile : public Phase {
|
||||
int is_fancy_jump, bool pass_tls,
|
||||
bool save_arg_registers, bool return_pc, DirectiveSet* directive);
|
||||
|
||||
// From the TypeFunc signature, generate code to pass arguments
|
||||
// from Compiled calling convention to Interpreter's calling convention
|
||||
void Generate_Compiled_To_Interpreter_Graph(const TypeFunc *tf, address interpreter_entry);
|
||||
|
||||
// From the TypeFunc signature, generate code to pass arguments
|
||||
// from Interpreter's calling convention to Compiler's calling convention
|
||||
void Generate_Interpreter_To_Compiled_Graph(const TypeFunc *tf);
|
||||
|
||||
// Are we compiling a method?
|
||||
bool has_method() { return method() != NULL; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user