Home | History | Annotate | Download | only in heap

Lines Matching defs:CodeRange

1063 // platforms, we support this using the CodeRange object, which reserves and
1065 class CodeRange {
1067 explicit CodeRange(Isolate* isolate);
1068 ~CodeRange() { TearDown(); }
1153 DISALLOW_COPY_AND_ASSIGN(CodeRange);