Home
last modified time | relevance | path

Searched refs:args_cell (Results 1 – 12 of 12) sorted by relevance

/dports/math/nfft/nfft-3.5.2/matlab/nfft/
H A Dnfft.m98 args_cell = cell(1,2*d+5); variable
99 args_cell{1,1} = d;
100 args_cell(1,2:1+d) = num2cell(h.N);
101 args_cell{1,2+d} = h.M;
124 args_cell{3+2*d} = double(args_cell_n_m_flags{d+1});
130 args_cell{4+2*d} = double(args_cell_n_m_flags{d+2});
132 args_cell{4+2*d} = bitor(PRE_PHI_HUT,PRE_PSI);
134 args_cell{4+2*d} = bitor(args_cell{4+2*d},NFFT_OMP_BLOCKWISE_ADJOINT);
139 args_cell{5+2*d} = double(args_cell_n_m_flags{d+3});
141 args_cell{5+2*d} = bitor(FFT_OUT_OF_PLACE,FFTW_ESTIMATE);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DmethodData.cpp214 int args_cell = 0; in compute_cell_count() local
216args_cell = TypeStackSlotEntries::compute_cell_count(inv.signature(), false, TypeProfileArgsLimit); in compute_cell_count()
223 if (args_cell + ret_cell > 0) { in compute_cell_count()
227 return header_cell + args_cell + ret_cell; in compute_cell_count()
924 int args_cell = ParametersTypeData::compute_cell_count(method()); in compute_allocation_size_in_bytes() local
925 if (args_cell > 0) { in compute_allocation_size_in_bytes()
926 object_size += DataLayout::compute_size_in_bytes(args_cell); in compute_allocation_size_in_bytes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DmethodData.cpp214 int args_cell = 0; in compute_cell_count() local
216args_cell = TypeStackSlotEntries::compute_cell_count(inv.signature(), false, TypeProfileArgsLimit); in compute_cell_count()
223 if (args_cell + ret_cell > 0) { in compute_cell_count()
227 return header_cell + args_cell + ret_cell; in compute_cell_count()
924 int args_cell = ParametersTypeData::compute_cell_count(method()); in compute_allocation_size_in_bytes() local
925 if (args_cell > 0) { in compute_allocation_size_in_bytes()
926 object_size += DataLayout::compute_size_in_bytes(args_cell); in compute_allocation_size_in_bytes()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DmethodData.cpp214 int args_cell = 0; in compute_cell_count() local
216args_cell = TypeStackSlotEntries::compute_cell_count(inv.signature(), false, TypeProfileArgsLimit); in compute_cell_count()
223 if (args_cell + ret_cell > 0) { in compute_cell_count()
227 return header_cell + args_cell + ret_cell; in compute_cell_count()
924 int args_cell = ParametersTypeData::compute_cell_count(method()); in compute_allocation_size_in_bytes() local
925 if (args_cell > 0) { in compute_allocation_size_in_bytes()
926 object_size += DataLayout::compute_size_in_bytes(args_cell); in compute_allocation_size_in_bytes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DmethodData.cpp214 int args_cell = 0; in compute_cell_count() local
216args_cell = TypeStackSlotEntries::compute_cell_count(inv.signature(), false, TypeProfileArgsLimit); in compute_cell_count()
223 if (args_cell + ret_cell > 0) { in compute_cell_count()
227 return header_cell + args_cell + ret_cell; in compute_cell_count()
951 int args_cell = ParametersTypeData::compute_cell_count(method()); in compute_allocation_size_in_bytes() local
952 if (args_cell > 0) { in compute_allocation_size_in_bytes()
953 object_size += DataLayout::compute_size_in_bytes(args_cell); in compute_allocation_size_in_bytes()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DmethodData.cpp215 int args_cell = 0; in compute_cell_count() local
217args_cell = TypeStackSlotEntries::compute_cell_count(inv.signature(), false, TypeProfileArgsLimit); in compute_cell_count()
224 if (args_cell + ret_cell > 0) { in compute_cell_count()
228 return header_cell + args_cell + ret_cell; in compute_cell_count()
871 int args_cell = ParametersTypeData::compute_cell_count(method()); in compute_allocation_size_in_bytes() local
872 if (args_cell > 0) { in compute_allocation_size_in_bytes()
873 object_size += DataLayout::compute_size_in_bytes(args_cell); in compute_allocation_size_in_bytes()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DmethodData.cpp215 int args_cell = 0; in compute_cell_count() local
217args_cell = TypeStackSlotEntries::compute_cell_count(inv.signature(), false, TypeProfileArgsLimit); in compute_cell_count()
224 if (args_cell + ret_cell > 0) { in compute_cell_count()
228 return header_cell + args_cell + ret_cell; in compute_cell_count()
871 int args_cell = ParametersTypeData::compute_cell_count(method()); in compute_allocation_size_in_bytes() local
872 if (args_cell > 0) { in compute_allocation_size_in_bytes()
873 object_size += DataLayout::compute_size_in_bytes(args_cell); in compute_allocation_size_in_bytes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DmethodData.cpp214 int args_cell = 0; in compute_cell_count() local
216args_cell = TypeStackSlotEntries::compute_cell_count(inv.signature(), false, TypeProfileArgsLimit); in compute_cell_count()
223 if (args_cell + ret_cell > 0) { in compute_cell_count()
227 return header_cell + args_cell + ret_cell; in compute_cell_count()
1004 int args_cell = ParametersTypeData::compute_cell_count(method()); in compute_allocation_size_in_bytes() local
1005 if (args_cell > 0) { in compute_allocation_size_in_bytes()
1006 object_size += DataLayout::compute_size_in_bytes(args_cell); in compute_allocation_size_in_bytes()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DmethodData.cpp215 int args_cell = 0; in compute_cell_count() local
217args_cell = TypeStackSlotEntries::compute_cell_count(inv.signature(), false, TypeProfileArgsLimit); in compute_cell_count()
224 if (args_cell + ret_cell > 0) { in compute_cell_count()
228 return header_cell + args_cell + ret_cell; in compute_cell_count()
952 int args_cell = ParametersTypeData::compute_cell_count(method()); in compute_allocation_size_in_bytes() local
953 if (args_cell > 0) { in compute_allocation_size_in_bytes()
954 object_size += DataLayout::compute_size_in_bytes(args_cell); in compute_allocation_size_in_bytes()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DmethodData.cpp216 int args_cell = 0; in compute_cell_count() local
218args_cell = TypeStackSlotEntries::compute_cell_count(inv.signature(), false, TypeProfileArgsLimit); in compute_cell_count()
225 if (args_cell + ret_cell > 0) { in compute_cell_count()
229 return header_cell + args_cell + ret_cell; in compute_cell_count()
953 int args_cell = ParametersTypeData::compute_cell_count(method()); in compute_allocation_size_in_bytes() local
954 if (args_cell > 0) { in compute_allocation_size_in_bytes()
955 object_size += DataLayout::compute_size_in_bytes(args_cell); in compute_allocation_size_in_bytes()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DmethodData.cpp215 int args_cell = 0; in compute_cell_count() local
217args_cell = TypeStackSlotEntries::compute_cell_count(inv.signature(), false, TypeProfileArgsLimit); in compute_cell_count()
224 if (args_cell + ret_cell > 0) { in compute_cell_count()
228 return header_cell + args_cell + ret_cell; in compute_cell_count()
1005 int args_cell = ParametersTypeData::compute_cell_count(method()); in compute_allocation_size_in_bytes() local
1006 if (args_cell > 0) { in compute_allocation_size_in_bytes()
1007 object_size += DataLayout::compute_size_in_bytes(args_cell); in compute_allocation_size_in_bytes()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/debuggerui/
H A Dide-debugger-threads-view.c53 GtkCellRendererText *args_cell; member
693 gtk_widget_class_bind_template_child (widget_class, IdeDebuggerThreadsView, args_cell); in ide_debugger_threads_view_class_init()
783 GTK_CELL_RENDERER (self->args_cell), in ide_debugger_threads_view_init()