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

/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.hpp178 static ConstantIntValue* _int_0_scope_value; member in class:CodeInstaller
H A DjvmciCodeInstaller.cpp48 ConstantIntValue* CodeInstaller::_int_0_scope_value = new (ResourceObj::C_HEAP, mtCompiler) ConstantIntValue(0); member in class:CodeInstaller
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp155 static ConstantIntValue* _int_0_scope_value; member in class:LinearScan
H A Dc1_LinearScan.cpp2510 ConstantIntValue* LinearScan::_int_0_scope_value = new (ResourceObj::C_HEAP, mtCompiler) ConstantIntValue(0); member in class:LinearScan

Completed in 115 milliseconds