Searched defs:set_id (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/src/share/vm/opto/
H A DidealKit.hpp87 void set_id(int id) { _id = id; } function in class:IdealVariable
H A Dblock.hpp814 void set_id(uint id) { _id = id; } function in class:Trace
/openjdk10/hotspot/src/share/vm/runtime/
H A Dthread.hpp733 void set_id(uint work_id) { _id = work_id; } function in class:WorkerThread
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1101 void set_id(int id) { _id = id; } function in class:LIR_Op

Completed in 201 milliseconds