Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Devents-inl.h431 current_top_frame_ = art::StackVisitor::ComputeNumFrames( in ScopedDisablePopFrame()
434 data->disable_pop_frame_depth = current_top_frame_; in ScopedDisablePopFrame()
436 current_top_frame_ > old_disable_frame_pop_depth_) in ScopedDisablePopFrame()
437 << "old: " << old_disable_frame_pop_depth_ << " current: " << current_top_frame_; in ScopedDisablePopFrame()
444 DCHECK_EQ(data->disable_pop_frame_depth, current_top_frame_); in ~ScopedDisablePopFrame()
450 size_t current_top_frame_; member