Searched refs:as_symbol (Results 26 - 30 of 30) sorted by relevance

12

/openjdk10/hotspot/src/cpu/ppc/vm/
H A DsharedRuntime_ppc.cpp1820 Symbol* atype = ss.as_symbol(CHECK_NULL);
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp1913 Symbol* atype = ss.as_symbol(CHECK_NULL);
H A DsharedRuntime_x86_32.cpp1601 Symbol* atype = ss.as_symbol(CHECK_NULL);
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1911 Symbol* atype = ss.as_symbol(CHECK_NULL);
/openjdk10/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp284 // (could use java_lang_String::as_symbol instead, but might as well batch them)
750 Symbol* const name = java_lang_String::as_symbol(patch(), CHECK);

Completed in 214 milliseconds

12