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