Home
last modified time | relevance | path

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

/art/runtime/mirror/
Demulated_stack_frame.cc83 stack_frame_size_(stack_frame_size), in EmulatedStackFrameAccessor()
96 CHECK_LE((stack_frame_idx_ + 4u), stack_frame_size_); in Set()
104 CHECK_LE((stack_frame_idx_ + 8u), stack_frame_size_); in SetLong()
116 CHECK_LE((stack_frame_idx_ + 4u), stack_frame_size_); in Get()
127 CHECK_LE((stack_frame_idx_ + 8u), stack_frame_size_); in GetLong()
138 const size_t stack_frame_size_; member in art::mirror::EmulatedStackFrameAccessor