Searched refs:frameId (Results 1 – 4 of 4) sorted by relevance
36 private final long frameId; field in JDWPProxyTestCase.EventContext39 public EventContext(long threadId, long frameId, Location location) { in EventContext() argument41 this.frameId = frameId; in EventContext()50 return frameId; in getFrameId()88 long frameId = reply.getNextValueAsFrameID(); in getFirstProxyFrameId() local96 return new EventContext(eventThreadId, frameId, location); in getFirstProxyFrameId()
417 frameId = get_description(frame.GetBlock())418 if frameId in self.frameValues:419 frameOldValues = self.frameValues[frameId]437 self.frameValues[frameId] = newValues
1641 FrameDetails.prototype.frameId = function() { method in FrameDetails1772 this.scopeCount_ = %GetScopeCount(this.break_id_, this.frameId());1779 return %GetStepInPositions(this.break_id_, this.frameId());1951 this.details_.frameId(),1988 this.details_.frameId(),2158 frame.details_.frameId(),2161 this.frame_id_ = frame.details_.frameId();
947 callFrameId = opt_callframe.details_.frameId();