Home | History | Annotate | Download | only in src

Lines Matching defs:CodeRange

811 // platforms, we support this using the CodeRange object, which reserves and
813 class CodeRange {
815 explicit CodeRange(Isolate* isolate);
816 ~CodeRange() { TearDown(); }
882 DISALLOW_COPY_AND_ASSIGN(CodeRange);