OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JVM_InternString
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/native/
String.c
36
return
JVM_InternString
(env, this);
jvm.h
97
JVM_InternString
(JNIEnv *env, jstring str);
[
all
...]
/art/runtime/openjdkjvm/
OpenjdkJvm.cc
290
JNIEXPORT jstring
JVM_InternString
(JNIEnv* env, jstring jstr) {
Completed in 57 milliseconds