comparison src/cpu/x86/vm/templateTable_x86_64.cpp @ 15505:51c6ce89d4dd

8033289: clang: clean up unused function warning Reviewed-by: coleenp, dholmes, mgerdin
author henryjen
date Wed, 05 Feb 2014 21:24:29 -0800
parents 4ca6dc0799b6
children be896a1983c0
comparison
equal deleted inserted replaced
15504:97b49458b616 15505:51c6ce89d4dd
103 return Address(rsp, Interpreter::expr_offset_in_bytes(1)); 103 return Address(rsp, Interpreter::expr_offset_in_bytes(1));
104 } 104 }
105 105
106 static inline Address at_tos_p2() { 106 static inline Address at_tos_p2() {
107 return Address(rsp, Interpreter::expr_offset_in_bytes(2)); 107 return Address(rsp, Interpreter::expr_offset_in_bytes(2));
108 }
109
110 static inline Address at_tos_p3() {
111 return Address(rsp, Interpreter::expr_offset_in_bytes(3));
112 } 108 }
113 109
114 // Condition conversion 110 // Condition conversion
115 static Assembler::Condition j_not(TemplateTable::Condition cc) { 111 static Assembler::Condition j_not(TemplateTable::Condition cc) {
116 switch (cc) { 112 switch (cc) {