mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8250739: remove Compile::Generate_*_Graph methods declarations
Reviewed-by: kvn
This commit is contained in:
parent
f4301530b4
commit
0b42b1cf15
1 changed files with 0 additions and 8 deletions
|
@ -1012,14 +1012,6 @@ class Compile : public Phase {
|
||||||
int is_fancy_jump, bool pass_tls,
|
int is_fancy_jump, bool pass_tls,
|
||||||
bool save_arg_registers, bool return_pc, DirectiveSet* directive);
|
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?
|
// Are we compiling a method?
|
||||||
bool has_method() { return method() != NULL; }
|
bool has_method() { return method() != NULL; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue