OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InternedString
(Results
1 - 3
of
3
) sorted by null
/art/test/003-omnibus-opcodes/src/
InternedString.java
19
public class
InternedString
{
20
public static final String CONST = "Class
InternedString
";
23
System.out.println("
InternedString
.run");
52
// "Class
InternedString
" should remain on the intern list
Main.java
72
InternedString
.run();
/libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp
43
struct
InternedString
{
44
InternedString
() : interned(NULL), bytes(NULL) {
47
~
InternedString
() {
121
InternedString
** bucket = internedStrings[i];
122
InternedString
* current;
196
InternedString
** internedStrings[BUCKET_COUNT];
258
static
InternedString
* newInternedString(JNIEnv* env, const char* bytes, int hash) {
260
std::unique_ptr<
InternedString
> wrapper(new
InternedString
);
308
static
InternedString
** newInternedStringBucket(InternedString* entry)
[
all
...]
Completed in 214 milliseconds