Lines Matching full:heap
48 isolate()->heap()->AllocateBox(*value, pretenure),
57 isolate()->heap()->AllocateFixedArray(size, pretenure),
67 isolate()->heap()->AllocateFixedArrayWithHoles(size, pretenure),
77 isolate()->heap()->AllocateUninitializedFixedDoubleArray(size, pretenure),
90 isolate()->heap()->AllocateConstantPoolArray(number_of_int64_entries,
100 NameDictionary::Allocate(isolate()->heap(),
110 SeededNumberDictionary::Allocate(isolate()->heap(),
120 UnseededNumberDictionary::Allocate(isolate()->heap(),
129 ObjectHashSet::Allocate(isolate()->heap(),
140 ObjectHashTable::Allocate(isolate()->heap(),
151 WeakHashTable::Allocate(isolate()->heap(),
195 isolate()->heap()->AllocateAccessorPair(),
202 isolate()->heap()->AllocateTypeFeedbackInfo(),
210 isolate()->heap()->InternalizeUtf8String(string),
218 isolate()->heap()->InternalizeString(*string),
225 isolate()->heap()->InternalizeOneByteString(string),
233 isolate()->heap()->InternalizeOneByteString(
241 isolate()->heap()->InternalizeTwoByteString(string),
250 isolate()->heap()->AllocateStringFromOneByte(string, pretenure),
258 isolate()->heap()->AllocateStringFromUtf8(string, pretenure),
267 isolate()->heap()->AllocateStringFromTwoByte(string, pretenure),
276 isolate()->heap()->AllocateRawOneByteString(length, pretenure),
285 isolate()->heap()->AllocateRawTwoByteString(length, pretenure),
293 isolate()->heap()->AllocateConsString(*first, *second),
337 isolate()->heap()->AllocateSubString(*str, begin, end),
346 isolate()->heap()->AllocateExternalStringFromAscii(resource),
355 isolate()->heap()->AllocateExternalStringFromTwoByte(resource),
363 isolate()->heap()->AllocateSymbol(),
371 isolate()->heap()->AllocatePrivateSymbol(),
379 isolate()->heap()->AllocateNativeContext(),
388 isolate()->heap()->AllocateGlobalContext(*function, *scope_info),
396 isolate()->heap()->AllocateModuleContext(*scope_info),
405 isolate()->heap()->AllocateFunctionContext(length, *function),
416 isolate()->heap()->AllocateCatchContext(*function,
429 isolate()->heap()->AllocateWithContext(*function, *previous, *extension),
439 isolate()->heap()->AllocateBlockContext(*function,
449 isolate()->heap()->AllocateStruct(type),
489 Heap* heap = isolate()->heap();
490 int id = heap->last_script_id()->value() + 1;
492 heap->set_last_script_id(Smi::FromInt(id));
498 script->set_name(heap->undefined_value());
502 script->set_data(heap->undefined_value());
503 script->set_context_data(heap->undefined_value());
506 script->set_line_ends(heap->undefined_value());
507 script->set_eval_from_shared(heap->undefined_value());
517 isolate()->heap()->AllocateForeign(addr, pretenure),
531 isolate()->heap()->AllocateByteArray(length, pretenure),
543 isolate()->heap()->AllocateExternalArray(length,
555 isolate()->heap()->AllocateCell(*value),
563 isolate()->heap()->AllocatePropertyCell(),
579 isolate()->heap()->AllocateAllocationSite(),
589 isolate()->heap()->AllocateMap(type, instance_size, elements_kind),
703 isolate()->heap()->AllocateFunction(*function_map,
705 isolate()->heap()->the_hole_value(),
729 if (function_info->ic_age() != isolate()->heap()->global_ic_age()) {
730 function_info->ResetForNewContext(isolate()->heap()->global_ic_age());
772 isolate()->heap()->NumberFromDouble(value, pretenure), Object);
780 isolate()->heap()->NumberFromInt32(value, pretenure), Object);
788 isolate()->heap()->NumberFromUint32(value, pretenure), Object);
796 isolate()->heap()->AllocateHeapNumber(value, pretenure), HeapNumber);
803 isolate()->heap()->AllocateJSObjectFromMap(
804 isolate()->heap()->neander_map()),
1044 isolate()->heap()->AllocateScopeInfo(length),
1051 isolate()->heap()->AllocateExternal(value),
1063 isolate()->heap()->CreateCode(
1072 isolate()->heap()->CopyCode(*code),
1079 isolate()->heap()->CopyCode(*code, reloc_info),
1086 isolate()->heap()->InternalizeString(*value), String);
1095 isolate()->heap()->AllocateJSObject(*constructor, pretenure), JSObject);
1103 isolate()->heap()->AllocateJSModule(*context, *scope_info), JSModule);
1121 isolate->heap()->Allocate(*map, OLD_POINTER_SPACE),
1165 isolate()->heap()->InitializeJSObjectFromMap(*global, *dictionary, *map);
1186 isolate()->heap()->AllocateJSObjectFromMap(*map, pretenure, alloc_props),
1198 isolate()->heap()->AllocateJSArrayAndStorage(
1213 isolate()->heap()->AllocateJSArrayWithElements(*elements,
1247 isolate()->heap()->AllocateJSObjectFromMap(*map),
1257 isolate()->heap()->AllocateJSObject(*array_buffer_fun),
1267 isolate()->heap()->AllocateJSObject(*data_view_fun),
1315 isolate()->heap()->AllocateJSObject(*typed_array_fun_handle),
1324 isolate()->heap()->AllocateJSProxy(*handler, *prototype),
1332 isolate()->heap()->ReinitializeJSReceiver(
1340 isolate()->heap()->ReinitializeJSReceiver(
1363 shared->set_instance_class_name(isolate()->heap()->Generator_string());
1379 isolate()->heap()->AllocateJSMessageObject(*type,
1392 isolate()->heap()->AllocateSharedFunctionInfo(*name),
1399 isolate()->heap()->NumberToString(*number), String);
1405 isolate()->heap()->Uint32ToString(value), String);
1434 isolate()->heap()->AllocateFunction(*isolate()->function_map(),
1457 isolate()->heap()->AllocateFunction(
1523 isolate()->heap()->AllocateArgumentsObject(*callee, length), JSObject);
1691 MapCache::Allocate(isolate()->heap(),
1793 Heap* h = isolate()->heap();