Searched refs:name_string (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/ |
D | unstarted_runtime_transaction_test.cc | 173 ObjPtr<mirror::String> name_string = mirror::String::AllocFromModifiedUtf8(self, name); in RunTest() local 174 CHECK(name_string != nullptr); in RunTest() 177 runner(self, shadow_frame.get(), name_string, &result); in RunTest()
|
D | unstarted_runtime_test.cc | 934 ObjPtr<mirror::String> name_string = mirror::String::AllocFromModifiedUtf8(self, name); in RunTest() local 935 CHECK(name_string != nullptr); in RunTest() 938 runner(self, shadow_frame.get(), name_string, &result); in RunTest()
|
/art/test/ti-agent/ |
D | locals_helper.cc | 180 ScopedLocalRef<jstring> name_string(env, env->NewStringUTF(vars[i].name)); in Java_art_Locals_GetLocalVariableTable() local 187 name_string.get(), in Java_art_Locals_GetLocalVariableTable()
|
/art/runtime/native/ |
D | java_lang_Class.cc | 359 auto name_string = soa.Decode<mirror::String>(name); in Class_getPublicFieldRecursive() local 360 if (UNLIKELY(name_string == nullptr)) { in Class_getPublicFieldRecursive() 367 soa.Self(), DecodeClass(soa, javaThis), name_string)); in Class_getPublicFieldRecursive()
|