Searched refs:SignatureHandlerGenerator (Results 1 - 17 of 17) sorted by relevance

/openjdk9/hotspot/src/cpu/ppc/vm/
H A DinterpreterRT_ppc.hpp34 class SignatureHandlerGenerator: public NativeSignatureIterator { class in inherits:NativeSignatureIterator
48 SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) { function in class:SignatureHandlerGenerator
H A DinterpreterRT_ppc.cpp47 // Implementation of SignatureHandlerGenerator
49 void InterpreterRuntime::SignatureHandlerGenerator::pass_int() {
59 void InterpreterRuntime::SignatureHandlerGenerator::pass_long() {
69 void InterpreterRuntime::SignatureHandlerGenerator::pass_float() {
80 void InterpreterRuntime::SignatureHandlerGenerator::pass_double() {
91 void InterpreterRuntime::SignatureHandlerGenerator::pass_object() {
112 void InterpreterRuntime::SignatureHandlerGenerator::generate(uint64_t fingerprint) {
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DinterpreterRT_aarch64.hpp34 class SignatureHandlerGenerator: public NativeSignatureIterator { class in inherits:NativeSignatureIterator
50 SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) { function in class:SignatureHandlerGenerator
H A DinterpreterRT_aarch64.cpp40 // Implementation of SignatureHandlerGenerator
41 Register InterpreterRuntime::SignatureHandlerGenerator::from() { return rlocals; }
42 Register InterpreterRuntime::SignatureHandlerGenerator::to() { return sp; }
43 Register InterpreterRuntime::SignatureHandlerGenerator::temp() { return rscratch1; }
45 void InterpreterRuntime::SignatureHandlerGenerator::pass_int() {
86 void InterpreterRuntime::SignatureHandlerGenerator::pass_long() {
127 void InterpreterRuntime::SignatureHandlerGenerator::pass_float() {
140 void InterpreterRuntime::SignatureHandlerGenerator::pass_double() {
153 void InterpreterRuntime::SignatureHandlerGenerator::pass_object() {
249 void InterpreterRuntime::SignatureHandlerGenerator
[all...]
H A DtemplateInterpreterGenerator_aarch64.cpp1242 assert(InterpreterRuntime::SignatureHandlerGenerator::from() == rlocals,
1244 assert(InterpreterRuntime::SignatureHandlerGenerator::to() == sp,
1246 assert(InterpreterRuntime::SignatureHandlerGenerator::temp() == rscratch1,
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DinterpreterRT_sparc.hpp42 class SignatureHandlerGenerator: public NativeSignatureIterator { class in inherits:NativeSignatureIterator
55 SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) { function in class:SignatureHandlerGenerator
H A DinterpreterRT_sparc.cpp42 // Implementation of SignatureHandlerGenerator
44 void InterpreterRuntime::SignatureHandlerGenerator::pass_word(int size_of_arg, int offset_in_arg) {
52 void InterpreterRuntime::SignatureHandlerGenerator::pass_long() {
69 void InterpreterRuntime::SignatureHandlerGenerator::pass_float() {
83 void InterpreterRuntime::SignatureHandlerGenerator::pass_double() {
99 void InterpreterRuntime::SignatureHandlerGenerator::pass_object() {
126 void InterpreterRuntime::SignatureHandlerGenerator::generate(uint64_t fingerprint) {
/openjdk9/hotspot/src/cpu/arm/vm/
H A DinterpreterRT_arm.hpp32 class SignatureHandlerGenerator: public NativeSignatureIterator { class in inherits:NativeSignatureIterator
59 SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) { function in class:SignatureHandlerGenerator
H A DinterpreterRT_arm.cpp98 // Implementation of SignatureHandlerGenerator
99 void InterpreterRuntime::SignatureHandlerGenerator::pass_int() {
111 void InterpreterRuntime::SignatureHandlerGenerator::pass_long() {
159 void InterpreterRuntime::SignatureHandlerGenerator::pass_object() {
191 void InterpreterRuntime::SignatureHandlerGenerator::pass_float() {
205 void InterpreterRuntime::SignatureHandlerGenerator::pass_float() {
232 void InterpreterRuntime::SignatureHandlerGenerator::pass_double() {
260 void InterpreterRuntime::SignatureHandlerGenerator::generate(uint64_t fingerprint) {
/openjdk9/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86_32.cpp41 // Implementation of SignatureHandlerGenerator
42 void InterpreterRuntime::SignatureHandlerGenerator::pass_int() {
46 void InterpreterRuntime::SignatureHandlerGenerator::pass_float() {
50 void InterpreterRuntime::SignatureHandlerGenerator::pass_long() {
55 void InterpreterRuntime::SignatureHandlerGenerator::pass_object() {
59 void InterpreterRuntime::SignatureHandlerGenerator::move(int from_offset, int to_offset) {
65 void InterpreterRuntime::SignatureHandlerGenerator::box(int from_offset, int to_offset) {
76 void InterpreterRuntime::SignatureHandlerGenerator::generate( uint64_t fingerprint) {
88 Register InterpreterRuntime::SignatureHandlerGenerator::from() { return rdi; }
89 Register InterpreterRuntime::SignatureHandlerGenerator
[all...]
H A DinterpreterRT_x86.hpp32 class SignatureHandlerGenerator: public NativeSignatureIterator { class in inherits:NativeSignatureIterator
58 SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) { function in class:SignatureHandlerGenerator
H A DinterpreterRT_x86_64.cpp39 // Implementation of SignatureHandlerGenerator
41 Register InterpreterRuntime::SignatureHandlerGenerator::from() { return r14; }
42 Register InterpreterRuntime::SignatureHandlerGenerator::to() { return rsp; }
43 Register InterpreterRuntime::SignatureHandlerGenerator::temp() { return rscratch1; }
45 void InterpreterRuntime::SignatureHandlerGenerator::pass_int() {
99 void InterpreterRuntime::SignatureHandlerGenerator::pass_long() {
154 void InterpreterRuntime::SignatureHandlerGenerator::pass_float() {
176 void InterpreterRuntime::SignatureHandlerGenerator::pass_double() {
198 void InterpreterRuntime::SignatureHandlerGenerator::pass_object() {
278 void InterpreterRuntime::SignatureHandlerGenerator
[all...]
H A DtemplateInterpreterGenerator_x86.cpp315 { const Register t = InterpreterRuntime::SignatureHandlerGenerator::temp();
975 assert(InterpreterRuntime::SignatureHandlerGenerator::from() == rlocals,
977 assert(InterpreterRuntime::SignatureHandlerGenerator::to() == rsp,
979 assert(InterpreterRuntime::SignatureHandlerGenerator::temp() == NOT_LP64(t) LP64_ONLY(rscratch1),
/openjdk9/hotspot/src/cpu/s390/vm/
H A DinterpreterRT_s390.hpp41 class SignatureHandlerGenerator: public NativeSignatureIterator { class in inherits:NativeSignatureIterator
54 SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) { function in class:SignatureHandlerGenerator
H A DinterpreterRT_s390.cpp66 // Implementation of SignatureHandlerGenerator
68 void InterpreterRuntime::SignatureHandlerGenerator::pass_int() {
79 void InterpreterRuntime::SignatureHandlerGenerator::pass_long() {
90 void InterpreterRuntime::SignatureHandlerGenerator::pass_float() {
100 void InterpreterRuntime::SignatureHandlerGenerator::pass_double() {
110 void InterpreterRuntime::SignatureHandlerGenerator::pass_object() {
132 void InterpreterRuntime::SignatureHandlerGenerator::generate(uint64_t fingerprint) {
/openjdk9/hotspot/src/cpu/zero/vm/
H A DinterpreterRT_zero.hpp94 class SignatureHandlerGenerator : public SignatureHandlerGeneratorBase { class in inherits:SignatureHandlerGeneratorBase
99 SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) function in class:SignatureHandlerGenerator
/openjdk9/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp1236 InterpreterRuntime::SignatureHandlerGenerator(method, &buffer).generate(fingerprint);

Completed in 102 milliseconds