Searched refs:tagLocation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjniCheck.cpp1311 jint* tagLocation = (jint*) AllocateHeap(len * sizeof(jchar) + sizeof(jint), mtInternal); variable
1312 *tagLocation = STRING_TAG;
1313 jchar* newResult = (jchar*) (tagLocation + 1);
1336 jint* tagLocation = ((jint*) chars) - 1; variable
1337 if (*tagLocation != STRING_TAG) {
1340 UNCHECKED()->ReleaseStringChars(env,str,(const jchar*)tagLocation);
1381 jint* tagLocation = (jint*) AllocateHeap(len + sizeof(jint), mtInternal); variable
1382 *tagLocation = STRING_UTF_TAG;
1383 char* newResult = (char*) (tagLocation + 1);
1406 jint* tagLocation variable
[all...]

Completed in 30 milliseconds