Lines Matching refs:Heap

161     __ LoadRoot(r2, Heap::kUndefinedValueRootIndex);
177 __ LoadRoot(ip, Heap::kUndefinedValueRootIndex);
290 __ LoadRoot(ip, Heap::kStackLimitRootIndex);
308 __ LoadRoot(r0, Heap::kUndefinedValueRootIndex);
369 __ LoadRoot(ip, Heap::kStackLimitRootIndex);
489 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const {
494 Heap::RootListIndex index) const {
500 Heap::RootListIndex index) const {
506 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
511 if (index == Heap::kUndefinedValueRootIndex ||
512 index == Heap::kNullValueRootIndex ||
513 index == Heap::kFalseValueRootIndex) {
515 } else if (index == Heap::kTrueValueRootIndex) {
618 __ LoadRoot(result_register(), Heap::kTrueValueRootIndex);
621 __ LoadRoot(result_register(), Heap::kFalseValueRootIndex);
631 __ LoadRoot(ip, Heap::kTrueValueRootIndex);
635 __ LoadRoot(ip, Heap::kFalseValueRootIndex);
653 Heap::RootListIndex value_root_index =
654 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
660 Heap::RootListIndex value_root_index =
661 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
693 __ LoadRoot(ip, Heap::kFalseValueRootIndex);
784 __ LoadRoot(ip, Heap::kTrueValueRootIndex);
814 __ LoadRoot(ip, Heap::kTheHoleValueRootIndex);
826 __ CompareRoot(r1, Heap::kWithContextMapRootIndex);
828 __ CompareRoot(r1, Heap::kCatchContextMapRootIndex);
848 __ LoadRoot(ip, Heap::kTheHoleValueRootIndex);
875 __ LoadRoot(r0, Heap::kTheHoleValueRootIndex);
994 __ LoadRoot(ip, Heap::kUndefinedValueRootIndex);
998 __ LoadRoot(null_value, Heap::kNullValueRootIndex);
1044 __ LoadRoot(ip, Heap::kMetaMapRootIndex);
1178 __ LoadRoot(r1, pretenure ? Heap::kTrueValueRootIndex
1179 : Heap::kFalseValueRootIndex);
1228 __ LoadRoot(ip, Heap::kGlobalContextMapRootIndex);
1301 __ CompareRoot(r0, Heap::kTheHoleValueRootIndex);
1303 __ LoadRoot(r0, Heap::kUndefinedValueRootIndex, eq);
1380 __ CompareRoot(r0, Heap::kTheHoleValueRootIndex);
1393 __ LoadRoot(r0, Heap::kUndefinedValueRootIndex, eq);
1435 __ LoadRoot(ip, Heap::kUndefinedValueRootIndex);
1473 __ LoadRoot(r1, Heap::kNullValueRootIndex);
2007 __ CompareRoot(r1, Heap::kTheHoleValueRootIndex);
2037 __ CompareRoot(r3, Heap::kTheHoleValueRootIndex);
2062 __ CompareRoot(r2, Heap::kTheHoleValueRootIndex);
2289 __ LoadRoot(r1, Heap::kUndefinedValueRootIndex);
2332 __ LoadRoot(r2, Heap::kUndefinedValueRootIndex);
2396 __ LoadRoot(r1, Heap::kTheHoleValueRootIndex);
2539 __ LoadRoot(ip, Heap::kNullValueRootIndex);
2628 __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
2890 __ LoadRoot(r0, Heap::kfunction_class_symbolRootIndex);
2895 __ LoadRoot(r0, Heap::kObject_symbolRootIndex);
2900 __ LoadRoot(r0, Heap::kNullValueRootIndex);
2926 __ LoadRoot(r0, Heap::kUndefinedValueRootIndex);
2936 __ LoadRoot(r6, Heap::kHeapNumberMapRootIndex);
3175 __ LoadRoot(result, Heap::kNanValueRootIndex);
3181 __ LoadRoot(result, Heap::kUndefinedValueRootIndex);
3222 __ LoadRoot(result, Heap::kEmptyStringRootIndex);
3375 __ LoadRoot(r0, Heap::kUndefinedValueRootIndex);
3447 __ LoadRoot(r0, Heap::kFalseValueRootIndex);
3450 __ LoadRoot(r0, Heap::kTrueValueRootIndex);
3532 __ LoadRoot(r0, Heap::kEmptyStringRootIndex);
3718 __ LoadRoot(r0, Heap::kUndefinedValueRootIndex);
3818 context()->Plug(Heap::kUndefinedValueRootIndex);
3849 __ LoadRoot(r0, Heap::kTrueValueRootIndex);
3854 __ LoadRoot(r0, Heap::kFalseValueRootIndex);
4138 __ LoadRoot(ip, Heap::kHeapNumberMapRootIndex);
4150 __ CompareRoot(r0, Heap::kTrueValueRootIndex);
4152 __ CompareRoot(r0, Heap::kFalseValueRootIndex);
4156 __ CompareRoot(r0, Heap::kNullValueRootIndex);
4159 __ CompareRoot(r0, Heap::kUndefinedValueRootIndex);
4178 __ CompareRoot(r0, Heap::kNullValueRootIndex);
4221 __ LoadRoot(ip, Heap::kTrueValueRootIndex);
4304 Heap::RootListIndex nil_value = nil == kNullValue ?
4305 Heap::kNullValueRootIndex :
4306 Heap::kUndefinedValueRootIndex;
4312 Heap::RootListIndex other_nil_value = nil == kNullValue ?
4313 Heap::kUndefinedValueRootIndex :
4314 Heap::kNullValueRootIndex;