Home | History | Annotate | Download | only in runtime

Lines Matching refs:self_

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