Lines Matching refs:frame
16 // Vector of values associated with a bytecode's register frame. Indexable by
23 // negative indices, and the unoptimized frame header is between the two,
24 // so the entire frame state including parameters is the distance from the
25 // last parameter to the last local frame register, plus one to include both
32 T* frame =
37 // subtract it from the above frame pointer.
38 frame_start_ = frame - last_param.index();
84 // negative indices, and the unoptimized frame header is between the two,
85 // so the entire frame state including parameters is the distance from the
86 // last parameter to the last local frame register, plus one to include both