Lines Matching full:heap
46 isolate()->heap()->AllocateFixedArray(size, pretenure),
56 isolate()->heap()->AllocateFixedArrayWithHoles(size, pretenure),
110 isolate()->heap()->LookupSymbol(string),
116 isolate()->heap()->LookupAsciiSymbol(string),
122 isolate()->heap()->LookupTwoByteSymbol(string),
131 isolate()->heap()->AllocateStringFromAscii(string, pretenure),
139 isolate()->heap()->AllocateStringFromUtf8(string, pretenure),
148 isolate()->heap()->AllocateStringFromTwoByte(string, pretenure),
157 isolate()->heap()->AllocateRawAsciiString(length, pretenure),
166 isolate()->heap()->AllocateRawTwoByteString(length, pretenure),
174 isolate()->heap()->AllocateConsString(*first, *second),
192 isolate()->heap()->AllocateExternalStringFromAscii(resource),
201 isolate()->heap()->AllocateExternalStringFromTwoByte(resource),
209 isolate()->heap()->AllocateGlobalContext(),
218 isolate()->heap()->AllocateFunctionContext(length, *closure),
228 isolate()->heap()->AllocateWithContext(*previous,
238 isolate()->heap()->AllocateStruct(type),
254 Heap* heap = isolate()->heap();
255 if (heap->last_script_id()->IsUndefined()) {
260 id = Smi::cast(heap->last_script_id())->value();
266 heap->SetLastScriptId(Smi::FromInt(id));
272 script->set_name(heap->undefined_value());
273 script->set_id(heap->last_script_id());
276 script->set_data(heap->undefined_value());
277 script->set_context_data(heap->undefined_value());
281 script->set_line_ends(heap->undefined_value());
282 script->set_eval_from_shared(heap->undefined_value());
291 isolate()->heap()->AllocateProxy(addr, pretenure),
305 isolate()->heap()->AllocateByteArray(length, pretenure),
317 isolate()->heap()->AllocateExternalArray(length,
329 isolate()->heap()->AllocateJSGlobalPropertyCell(*value),
337 isolate()->heap()->AllocateMap(type, instance_size),
345 isolate()->heap()->AllocateFunctionPrototype(*function),
417 isolate()->heap()->AllocateFunction(*function_map,
419 isolate()->heap()->the_hole_value(),
447 result->set_next_function_link(isolate()->heap()->undefined_value());
464 isolate()->heap()->NumberFromDouble(value, pretenure), Object);
471 isolate()->heap()->NumberFromInt32(value), Object);
478 isolate()->heap()->NumberFromUint32(value), Object);
485 isolate()->heap()->AllocateJSObjectFromMap(
486 isolate()->heap()->neander_map()),
683 isolate()->heap()->CreateCode(
691 isolate()->heap()->CopyCode(*code),
698 isolate()->heap()->CopyCode(*code, reloc_info),
728 isolate()->heap()->LookupSymbol(*value), String);
795 isolate()->heap()->AllocateJSObject(*constructor, pretenure), JSObject);
802 isolate()->heap()->AllocateGlobalObject(*constructor),
811 isolate()->heap()->AllocateJSObjectFromMap(*map, NOT_TENURED),
864 isolate()->heap()->AllocateJSMessageObject(*type,
876 isolate()->heap()->AllocateSharedFunctionInfo(*name),
883 isolate()->heap()->NumberToString(*number), String);
902 isolate()->heap()->AllocateFunction(*isolate()->function_map(),
925 isolate()->heap()->AllocateFunction(
990 isolate()->heap
1168 store->set(JSRegExp::kIrregexpASCIICodeIndex, HEAP->the_hole_value());
1169 store->set(JSRegExp::kIrregexpUC16CodeIndex, HEAP->the_hole_value());