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

  /art/runtime/
stack.h 332 uint32_t* shadow_frame_entry = reinterpret_cast<uint32_t*>(shadow_frame_entry_obj); local
333 return ((&vregs_[0] <= shadow_frame_entry) &&
334 (shadow_frame_entry <= (&vregs_[NumberOfVRegs() - 1])));
499 bool ShadowFramesContain(StackReference<mirror::Object>* shadow_frame_entry) const;
stack.cc 78 bool ManagedStack::ShadowFramesContain(StackReference<mirror::Object>* shadow_frame_entry) const {
83 if (current_frame->Contains(shadow_frame_entry)) {

Completed in 55 milliseconds