Lines Matching defs:value
125 void Heap::set_##name(type value) { \
131 IsImmovable(HeapObject::cast(value))); \
132 roots_table()[RootIndex::k##CamelName] = value.ptr(); \
141 void Heap::SetRootScriptList(Object value) {
142 roots_table()[RootIndex::kScriptList] = value.ptr();
145 void Heap::SetMessageListeners(TemplateList value) {
146 roots_table()[RootIndex::kMessageListeners] = value.ptr();
510 if (last_id.value() == Smi::kMaxValue) {
514 new_id = Smi::FromInt(last_id.value() + 1);
517 // CAS returns the old value on success, and the current value in the slot
518 // on failure. Therefore, we want to break if the returned value matches the
519 // old value (last_id), and keep looping (with the new last_id value) if it
526 return new_id.value();
530 int last_id = last_debugging_id().value();
540 int next_serial_number = next_template_serial_number().value();