Searched defs:this_ptr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A Dsymbol.cpp157 Symbol* this_ptr = (Symbol*)this; local
158 length = UTF8::unicode_length((char*)this_ptr->bytes(), utf8_length());
161 UTF8::convert_to_unicode((char*)this_ptr->bytes(), result, length);
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp536 const TypePtr* this_ptr = this->make_ptr(); // In case it is narrow_oop local
538 if( this_ptr == NULL || t_ptr == NULL )
541 const TypeInstPtr* this_inst = this_ptr->isa_instptr();

Completed in 45 milliseconds