Home
last modified time | relevance | path

Searched refs:ste_array (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dthrowable.cc133 ObjPtr<ObjectArray<StackTraceElement>> ste_array = in Dump() local
135 if (ste_array->GetLength() == 0) { in Dump()
138 for (int32_t i = 0; i < ste_array->GetLength(); ++i) { in Dump()
139 ObjPtr<StackTraceElement> ste = ste_array->Get(i); in Dump()
/art/compiler/
Dexception_test.cc218 jobjectArray ste_array = Thread::InternalStackTraceToStackTraceElementArray(soa, internal); in TEST_F() local
219 ASSERT_TRUE(ste_array != nullptr); in TEST_F()
220 auto trace_array = soa.Decode<mirror::ObjectArray<mirror::StackTraceElement>>(ste_array); in TEST_F()
/art/compiler/jni/
Djni_compiler_test.cc1188 jobjectArray ste_array = Thread::InternalStackTraceToStackTraceElementArray(soa, internal); in JNI_TEST() local
1190 soa.Decode<mirror::ObjectArray<mirror::StackTraceElement>>(ste_array); in JNI_TEST()