Home | History | Annotate | Download | only in heap

Lines Matching refs:CodeRange

944 // platforms, we support this using the CodeRange object, which reserves and
946 class CodeRange {
948 explicit CodeRange(Isolate* isolate);
949 ~CodeRange() { TearDown(); }
1034 DISALLOW_COPY_AND_ASSIGN(CodeRange);
1140 kRegular, // Pages of kPageSize that do not live in a CodeRange and
1309 CodeRange* code_range() { return code_range_; }
1351 CodeRange* code_range_;