Searched refs:trunc_to (Results 1 - 14 of 14) sorted by relevance

/openjdk10/hotspot/src/share/vm/interpreter/
H A Drewriter.hpp61 _cp_map.trunc_to(0);
64 _cp_cache_map.trunc_to(0);
66 _reference_map.trunc_to(0);
69 _method_handle_invokers.trunc_to(0);
70 _resolved_references_map.trunc_to(0);
71 _invokedynamic_references_map.trunc_to(0);
76 _invokedynamic_cp_cache_map.trunc_to(0);
/openjdk10/hotspot/src/share/vm/gc/g1/
H A DcollectionSetChooser.hpp47 void regions_trunc_to(uint i) { _regions.trunc_to((uint) i); }
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp499 bcis->trunc_to(0);
500 scope_depths->trunc_to(0);
501 pcos->trunc_to(0);
H A Dc1_ValueStack.hpp156 void truncate_stack(int size) { _stack.trunc_to(size); }
H A Dc1_RangeCheckElimination.cpp1152 _current.trunc_to(0);
1153 _successors.trunc_to(0);
1193 _successors.trunc_to(0);
H A Dc1_LIRGenerator.cpp63 _virtual_operands.trunc_to(0);
65 _other_operands.trunc_to(0);
67 _vreg_table.trunc_to(0);
352 _unpinned_constants.trunc_to(0);
355 _constants.trunc_to(0);
356 _reg_for_constants.trunc_to(0);
H A Dc1_LinearScan.hpp612 void remove_first_use_pos() { _use_pos_and_kinds.trunc_to(_use_pos_and_kinds.length() - 2); }
H A Dc1_LinearScan.cpp3060 instructions->trunc_to(insert_point);
4469 _use_pos_and_kinds.trunc_to(start_idx + 2);
6249 code->trunc_to(new_pos);
6274 instructions->trunc_to(instructions->length() - 1);
6313 instructions->trunc_to(instructions->length() - 1);
H A Dc1_GraphBuilder.cpp498 _values.trunc_to(0);
665 _newobjects.trunc_to(0);
666 _objects.trunc_to(0);
/openjdk10/hotspot/src/share/vm/opto/
H A Dreplacednodes.cpp222 _replaced_nodes->trunc_to(len - shift);
H A Dcompile.cpp356 inlines->trunc_to(inlines->length()-shift);
1984 _string_late_inlines.trunc_to(0);
2006 _boxing_late_inlines.trunc_to(0);
2042 _late_inlines.trunc_to(j);
4361 _expensive_nodes->trunc_to(j);
4417 _expensive_nodes->trunc_to(j);
H A Dcallnode.cpp1703 lock_ops.trunc_to(0);
1724 lock_ops.trunc_to(0);
/openjdk10/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp204 void trunc_to(int l) { assert(l <= _len,"cannot increase length"); _len = l; } function in class:GrowableArray
/openjdk10/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp194 _set->trunc_to(len-1);

Completed in 317 milliseconds