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

/openjdk7/hotspot/src/share/vm/utilities/
H A DelfStringTable.hpp48 bool string_at(int offset, char* buf, int buflen);
H A DelfStringTable.cpp70 bool ElfStringTable::string_at(int pos, char* buf, int buflen) { function in class:ElfStringTable
H A DelfFile.cpp169 return string_table->string_at(pos_in_string_table, buf, buflen);
/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.cpp88 return constants()->string_at(initial_value_index(), CHECK_0);
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp453 this_oop->string_at(index, CHECK);
977 oop s1 = string_at(index1, CHECK_false);
978 oop s2 = cp2->string_at(index2, CHECK_false);
1237 oop s = from_cp->string_at(from_i, CHECK);
H A DconstantPoolKlass.cpp346 anObj = cp->string_at(index, CATCH);
H A DconstantPoolOop.hpp417 oop string_at(int which, TRAPS) { function in class:constantPoolOopDesc
449 // earlier string_at call.
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp605 string = cpool->string_at(index, THREAD);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp131 oop s_oop = pool->string_at(index, CHECK);
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp2088 oop str = cp->string_at(index, CHECK_NULL);

Completed in 2656 milliseconds