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 224 uint32_t* shadow_frame_entry = reinterpret_cast<uint32_t*>(shadow_frame_entry_obj); local
225 return ((&vregs_[0] <= shadow_frame_entry) &&
226 (shadow_frame_entry <= (&vregs_[NumberOfVRegs() - 1])));
383 bool ShadowFramesContain(mirror::Object** shadow_frame_entry) const;
stack.cc 73 bool ManagedStack::ShadowFramesContain(mirror::Object** shadow_frame_entry) const {
78 if (current_frame->Contains(shadow_frame_entry)) {

Completed in 452 milliseconds