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

/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.hpp179 static ConstantIntValue* _int_1_scope_value; member in class:CodeInstaller
H A DjvmciCodeInstaller.cpp49 ConstantIntValue* CodeInstaller::_int_1_scope_value = new (ResourceObj::C_HEAP, mtCompiler) ConstantIntValue(1); member in class:CodeInstaller
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp156 static ConstantIntValue* _int_1_scope_value; member in class:LinearScan
H A Dc1_LinearScan.cpp2511 ConstantIntValue* LinearScan::_int_1_scope_value = new (ResourceObj::C_HEAP, mtCompiler) ConstantIntValue(1); member in class:LinearScan

Completed in 109 milliseconds