Lines Matching refs:Self
57 StackHandleScope<2> hs(soa.Self()); in String_concat()
63 ObjPtr<mirror::String> result = mirror::String::DoConcat(soa.Self(), string_this, string_arg); in String_concat()
72 StackHandleScope<1> hs(soa.Self()); in String_fastSubstring()
75 ObjPtr<mirror::String> result = mirror::String::AllocFromString(soa.Self(), in String_fastSubstring()
86 StackHandleScope<1> hs(soa.Self()); in String_getCharsNoCheck()
94 StackHandleScope<1> hs(soa.Self()); in String_fillBytesLatin1()
102 StackHandleScope<1> hs(soa.Self()); in String_fillBytesUTF16()
115 StackHandleScope<1> hs(soa.Self()); in String_doReplace()
117 ObjPtr<mirror::String> result = mirror::String::DoReplace(soa.Self(), string, old_c, new_c); in String_doReplace()
123 StackHandleScope<1u> hs(soa.Self()); in String_toCharArray()
125 return soa.AddLocalReference<jcharArray>(mirror::String::ToCharArray(s, soa.Self())); in String_toCharArray()
130 StackHandleScope<1> hs(soa.Self()); in String_doRepeat()
132 ObjPtr<mirror::String> result = mirror::String::DoRepeat(soa.Self(), string, count); in String_doRepeat()