Lines Matching refs:self_
960 self_(NULL), in Thread()
1287 : StackVisitor(thread, NULL), self_(self), in BuildInternalStackTraceVisitor()
1294 method_trace(self_, in Init()
1295 Runtime::Current()->GetClassLinker()->AllocObjectArray<mirror::Object>(self_, in Init()
1300 mirror::IntArray* dex_pc_trace = mirror::IntArray::Alloc(self_, depth); in Init()
1309 self_->StartAssertNoThreadSuspension("Building internal stack trace"); in Init()
1318 self_->EndAssertNoThreadSuspension(NULL); in ~BuildInternalStackTraceVisitor()
1345 Thread* const self_; member in art::BuildInternalStackTraceVisitor
1717 DO_THREAD_OFFSET(self_); in DumpThreadOffset()
1749 self_(self), exception_(exception), is_deoptimization_(is_deoptimization), in CatchBlockStackVisitor()
1865 DCHECK(!self_->IsExceptionPending()); in DoLongJump()
1868 self_->SetException(ThrowLocation(), exception_); in DoLongJump()
1870 self_->EndAssertNoThreadSuspension(last_no_assert_suspension_cause_); in DoLongJump()
1875 …if (i != instrumentation_frames_to_pop_ - 1 || self_->GetInstrumentationStack()->front().method_ !… in DoLongJump()
1877 instrumentation->PopMethodForUnwind(self_, is_deoptimization_); in DoLongJump()
1881 instrumentation->ExceptionCaughtEvent(self_, throw_location_, catch_method, handler_dex_pc_, in DoLongJump()
1885 self_->SetDeoptimizationShadowFrame(top_shadow_frame_); in DoLongJump()
1888 self_->ReleaseLongJumpContext(context_); in DoLongJump()
1897 Thread* const self_; member in art::CatchBlockStackVisitor