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

/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.hpp177 static ConstantIntValue* _int_m1_scope_value; member in class:CodeInstaller
H A DjvmciCodeInstaller.cpp47 ConstantIntValue* CodeInstaller::_int_m1_scope_value = new (ResourceObj::C_HEAP, mtCompiler) ConstantIntValue(-1); member in class:CodeInstaller
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp154 static ConstantIntValue* _int_m1_scope_value; member in class:LinearScan
H A Dc1_LinearScan.cpp2509 ConstantIntValue* LinearScan::_int_m1_scope_value = new (ResourceObj::C_HEAP, mtCompiler) ConstantIntValue(-1); member in class:LinearScan

Completed in 127 milliseconds