OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocFromString
(Results
1 - 6
of
6
) sorted by null
/art/runtime/native/
java_lang_StringFactory.cc
83
ObjPtr<mirror::String> result = mirror::String::
AllocFromString
<true>(soa.Self(),
java_lang_String.cc
76
ObjPtr<mirror::String> result = mirror::String::
AllocFromString
<true>(soa.Self(),
/art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc
116
return mirror::String::
AllocFromString
<instrumented_bool>(self, handle_string->GetLength(), \
/art/runtime/mirror/
string.h
117
ALWAYS_INLINE static String*
AllocFromString
(Thread* self, int32_t string_length,
string-inl.h
287
inline String* String::
AllocFromString
(Thread* self, int32_t string_length, Handle<String> string,
/art/runtime/interpreter/
unstarted_runtime.cc
[
all
...]
Completed in 310 milliseconds