Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Devents-inl.h452 current_top_frame_ = art::StackVisitor::ComputeNumFrames( in ScopedDisablePopFrame()
455 data->disable_pop_frame_depth = current_top_frame_; in ScopedDisablePopFrame()
459 current_top_frame_ >= old_disable_frame_pop_depth_) in ScopedDisablePopFrame()
460 << "old: " << old_disable_frame_pop_depth_ << " current: " << current_top_frame_; in ScopedDisablePopFrame()
467 DCHECK_EQ(data->disable_pop_frame_depth, current_top_frame_); in ~ScopedDisablePopFrame()
473 size_t current_top_frame_; member