OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocEmptyString
(Results
1 - 7
of
7
) sorted by null
/art/runtime/mirror/
string.h
124
ALWAYS_INLINE static String*
AllocEmptyString
(Thread* self,
string-inl.h
248
inline String* String::
AllocEmptyString
(Thread* self, gc::AllocatorType allocator_type) {
/art/runtime/native/
java_lang_Class.cc
707
ObjPtr<mirror::Object> obj = mirror::String::
AllocEmptyString
<true>(soa.Self(), allocator_type);
[
all
...]
/art/runtime/interpreter/mterp/
mterp.cc
395
obj = mirror::String::
AllocEmptyString
<true>(self, allocator_type);
[
all
...]
/art/runtime/interpreter/
interpreter_switch_impl.cc
520
obj = mirror::String::
AllocEmptyString
<true>(self, allocator_type);
[
all
...]
/art/runtime/
jni_internal.cc
607
return soa.AddLocalReference<jobject>(mirror::String::
AllocEmptyString
<true>(soa.Self(),
[
all
...]
debugger.cc
[
all
...]
Completed in 416 milliseconds