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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp607 bool VM_GetOrSetLocal::is_assignable(const char* ty_sign, Klass* klass, Thread* thread) { argument
608 assert(ty_sign != NULL, "type signature must not be NULL");
612 int len = (int) strlen(ty_sign);
613 if (ty_sign[0] == 'L' && ty_sign[len-1] == ';') { // Need pure class/interface name
614 ty_sign++;
617 TempNewSymbol ty_sym = SymbolTable::new_symbol(ty_sign, len, thread);
H A DjvmtiImpl.hpp389 static bool is_assignable(const char* ty_sign, Klass* klass, Thread* thread);
H A DjvmtiEnvBase.cpp1358 char* ty_sign = 1 + strchr(signature->as_C_string(), ')'); local
1360 if (!VM_GetOrSetLocal::is_assignable(ty_sign, Klass::cast(ob_kh()), current_thread)) {

Completed in 44 milliseconds