Searched refs:cif (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/cpu/zero/vm/
H A DinterpreterRT_zero.hpp38 ffi_cif* cif() const { function in class:SignatureHandler
43 return cif()->nargs;
47 return (ffi_type**) (cif() + 1);
70 SignatureHandlerGeneratorBase(methodHandle method, ffi_cif *cif) argument
71 : NativeSignatureIterator(method), _cif(cif) {
75 ffi_cif *cif() const { function in class:SignatureHandlerGeneratorBase
102 _cb->set_insts_end((address) (cif() + 1));
120 _dst = (intptr_t *) (cif() + 1);
130 return (SignatureHandler *) cif();
H A DinterpreterRT_zero.cpp134 ffi_prep_cif(cif(),
H A DcppInterpreter_zero.cpp372 ffi_call(handler->cif(), (void (*)()) function, result, arguments);
/openjdk9/nashorn/test/script/basic/
H A DJDK-8017084.js2299 cif: 2268,

Completed in 72 milliseconds