Home | History | Annotate | Download | only in heap

Lines Matching refs:CodeRange

1082 // platforms, we support this using the CodeRange object, which reserves and
1084 class CodeRange {
1086 CodeRange(Isolate* isolate, size_t requested_size);
1087 ~CodeRange();
1162 DISALLOW_COPY_AND_ASSIGN(CodeRange);
1299 kRegular, // Pages of kPageSize that do not live in a CodeRange and
1470 CodeRange* code_range() { return code_range_; }
1521 CodeRange* code_range_;