HomeSort by relevance Sort by last modified time
    Searched refs:shadow_frame_entry (Results 1 - 3 of 3) sorted by null

  /art/runtime/
managed_stack.cc 43 bool ManagedStack::ShadowFramesContain(StackReference<mirror::Object>* shadow_frame_entry) const {
49 if (current_frame->Contains(shadow_frame_entry)) {
managed_stack.h 124 bool ShadowFramesContain(StackReference<mirror::Object>* shadow_frame_entry) const;
  /art/runtime/interpreter/
shadow_frame.h 281 uint32_t* shadow_frame_entry = reinterpret_cast<uint32_t*>(shadow_frame_entry_obj); local
282 return ((&vregs_[0] <= shadow_frame_entry) &&
283 (shadow_frame_entry <= (&vregs_[NumberOfVRegs() - 1])));

Completed in 89 milliseconds