Lines Matching full:heap
47 isolate()->heap()->AllocateFixedArray(size, pretenure),
57 isolate()->heap()->AllocateFixedArrayWithHoles(size, pretenure),
67 isolate()->heap()->AllocateUninitializedFixedDoubleArray(size, pretenure),
146 isolate()->heap()->AllocateAccessorPair(),
153 isolate()->heap()->AllocateTypeFeedbackInfo(),
161 isolate()->heap()->LookupSymbol(string),
168 isolate()->heap()->LookupSymbol(*string),
174 isolate()->heap()->LookupAsciiSymbol(string),
183 isolate()->heap()->LookupAsciiSymbol(string,
192 isolate()->heap()->LookupTwoByteSymbol(string),
201 isolate()->heap()->AllocateStringFromAscii(string, pretenure),
209 isolate()->heap()->AllocateStringFromUtf8(string, pretenure),
218 isolate()->heap()->AllocateStringFromTwoByte(string, pretenure),
227 isolate()->heap()->AllocateRawAsciiString(length, pretenure),
236 isolate()->heap()->AllocateRawTwoByteString(length, pretenure),
244 isolate()->heap()->AllocateConsString(*first, *second),
263 isolate()->heap()->AllocateSubString(*str, begin, end),
272 isolate()->heap()->AllocateExternalStringFromAscii(resource),
281 isolate()->heap()->AllocateExternalStringFromTwoByte(resource),
289 isolate()->heap()->AllocateGlobalContext(),
298 isolate()->heap()->AllocateFunctionContext(length, *function),
309 isolate()->heap()->AllocateCatchContext(*function,
322 isolate()->heap()->AllocateWithContext(*function, *previous, *extension),
333 isolate()->heap()->AllocateBlockContext(*function,
343 isolate()->heap()->AllocateStruct(type),
359 Heap* heap = isolate()->heap();
360 if (heap->last_script_id()->IsUndefined()) {
365 id = Smi::cast(heap->last_script_id())->value();
371 heap->SetLastScriptId(Smi::FromInt(id));
377 script->set_name(heap->undefined_value());
378 script->set_id(heap->last_script_id());
381 script->set_data(heap->undefined_value());
382 script->set_context_data(heap->undefined_value());
388 script->set_line_ends(heap->undefined_value());
389 script->set_eval_from_shared(heap->undefined_value());
398 isolate()->heap()->AllocateForeign(addr, pretenure),
412 isolate()->heap()->AllocateByteArray(length, pretenure),
424 isolate()->heap()->AllocateExternalArray(length,
436 isolate()->heap()->AllocateJSGlobalPropertyCell(*value),
446 isolate()->heap()->AllocateMap(type, instance_size, elements_kind),
454 isolate()->heap()->AllocateFunctionPrototype(*function),
521 isolate()->heap()->AllocateFunction(*function_map,
523 isolate()->heap()->the_hole_value(),
540 if (function_info->ic_age() != isolate()->heap()->global_ic_age()) {
541 function_info->ResetForNewContext(isolate()->heap()->global_ic_age());
573 isolate()->heap()->NumberFromDouble(value, pretenure), Object);
581 isolate()->heap()->NumberFromInt32(value, pretenure), Object);
589 isolate()->heap()->NumberFromUint32(value, pretenure), Object);
596 isolate()->heap()->AllocateJSObjectFromMap(
597 isolate()->heap()->neander_map()),
802 isolate()->heap()->AllocateScopeInfo(length),
812 isolate()->heap()->CreateCode(
820 isolate()->heap()->CopyCode(*code),
827 isolate()->heap()->CopyCode(*code, reloc_info),
857 isolate()->heap()->LookupSymbol(*value), String);
927 isolate()->heap()->AllocateJSObject(*constructor, pretenure), JSObject);
934 isolate()->heap()->AllocateGlobalObject(*constructor),
943 isolate()->heap()->AllocateJSObjectFromMap(*map, NOT_TENURED),
952 isolate()->heap()->AllocateJSArrayAndStorage(
967 isolate()->heap()->AllocateJSArrayWithElements(*elements,
1012 isolate()->heap()->AllocateJSProxy(*handler, *prototype),
1020 isolate()->heap()->ReinitializeJSReceiver(
1028 isolate()->heap()->ReinitializeJSReceiver(
1069 isolate()->heap()->AllocateJSMessageObject(*type,
1081 isolate()->heap()->AllocateSharedFunctionInfo(*name),
1088 isolate()->heap()->NumberToString(*number), String);
1094 isolate()->heap()->Uint32ToString(value), String);
1123 isolate()->heap()->AllocateFunction(*isolate()->function_map(),
1146 isolate()->heap()->AllocateFunction(
1212 isolate()->heap()->AllocateArgumentsObject(*callee, length), JSObject);
1419 Heap* h = isolate()->heap();
1429 ? isolate()->heap()->true_value()
1430 : isolate()->heap()->false_value());