Searched refs:internal (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dexception_test.cc218 jobject internal = thread->CreateInternalStackTrace<false>(soa); local
219 ASSERT_TRUE(internal != NULL);
220 jobjectArray ste_array = Thread::InternalStackTraceToStackTraceElementArray(soa, internal);
H A Dthread.cc1477 self_->StartAssertNoThreadSuspension("Building internal stack trace");
1533 // Build internal stack trace.
1555 const ScopedObjectAccessAlreadyRunnable& soa, jobject internal, jobjectArray output_array,
1557 // Decode the internal stack trace into the depth, method trace and PC trace
1558 int32_t depth = soa.Decode<mirror::ObjectArray<mirror::Object>*>(internal)->GetLength() - 1;
1587 soa.Decode<mirror::ObjectArray<mirror::Object>*>(internal);
1554 InternalStackTraceToStackTraceElementArray( const ScopedObjectAccessAlreadyRunnable& soa, jobject internal, jobjectArray output_array, int* stack_depth) argument
H A Dthread.h144 // Reset internal state of child thread after fork.
467 // Create the internal representation of a stack trace, that is more time
473 // Convert an internal stack trace representation (returned by CreateInternalStackTrace) to a
478 const ScopedObjectAccessAlreadyRunnable& soa, jobject internal,
/art/compiler/jni/
H A Djni_compiler_test.cc790 jobject internal = Thread::Current()->CreateInternalStackTrace<false>(soa); local
791 jobjectArray ste_array = Thread::InternalStackTraceToStackTraceElementArray(soa, internal);

Completed in 90 milliseconds