Home | History | Annotate | Download | only in src

Lines Matching refs:CALL_HEAP_FUNCTION

42   CALL_HEAP_FUNCTION(Heap::AllocateFixedArray(size, pretenure), FixedArray);
48 CALL_HEAP_FUNCTION(Heap::AllocateFixedArrayWithHoles(size), FixedArray);
54 CALL_HEAP_FUNCTION(StringDictionary::Allocate(at_least_space_for),
61 CALL_HEAP_FUNCTION(NumberDictionary::Allocate(at_least_space_for),
68 CALL_HEAP_FUNCTION(DescriptorArray::Allocate(number_of_descriptors),
75 CALL_HEAP_FUNCTION(Heap::LookupSymbol(string), String);
81 CALL_HEAP_FUNCTION(Heap::AllocateStringFromAscii(string, pretenure), String);
86 CALL_HEAP_FUNCTION(Heap::AllocateStringFromUtf8(string, pretenure), String);
92 CALL_HEAP_FUNCTION(Heap::AllocateStringFromTwoByte(string, pretenure),
99 CALL_HEAP_FUNCTION(Heap::AllocateRawTwoByteString(length, pretenure), String);
105 CALL_HEAP_FUNCTION(Heap::AllocateConsString(*first, *second), String);
112 CALL_HEAP_FUNCTION(str->SubString(begin, end), String);
118 CALL_HEAP_FUNCTION(Heap::AllocateExternalStringFromAscii(resource), String);
124 CALL_HEAP_FUNCTION(Heap::AllocateExternalStringFromTwoByte(resource), String);
129 CALL_HEAP_FUNCTION(Heap::AllocateGlobalContext(), Context);
135 CALL_HEAP_FUNCTION(Heap::AllocateFunctionContext(length, *closure), Context);
142 CALL_HEAP_FUNCTION(Heap::AllocateWithContext(*previous,
150 CALL_HEAP_FUNCTION(Heap::AllocateStruct(type), Struct);
200 CALL_HEAP_FUNCTION(Heap::AllocateProxy(addr, pretenure), Proxy);
211 CALL_HEAP_FUNCTION(Heap::AllocateByteArray(length, pretenure), ByteArray);
219 CALL_HEAP_FUNCTION(Heap::AllocatePixelArray(length,
230 CALL_HEAP_FUNCTION(Heap::AllocateExternalArray(length,
238 CALL_HEAP_FUNCTION(Heap::AllocateMap(type, instance_size), Map);
243 CALL_HEAP_FUNCTION(Heap::AllocateFunctionPrototype(*function), JSObject);
248 CALL_HEAP_FUNCTION(src->CopyDropDescriptors(), Map);
276 CALL_HEAP_FUNCTION(src->CopyDropTransitions(), Map);
281 CALL_HEAP_FUNCTION(array->Copy(), FixedArray);
294 CALL_HEAP_FUNCTION(Heap::AllocateFunction(*function_map,
327 CALL_HEAP_FUNCTION(Heap::NumberFromDouble(value, pretenure), Object);
332 CALL_HEAP_FUNCTION(Heap::NumberFromInt32(value), Object);
337 CALL_HEAP_FUNCTION(Heap::NumberFromUint32(value), Object);
342 CALL_HEAP_FUNCTION(Heap::AllocateJSObjectFromMap(Heap::neander_map()),
516 CALL_HEAP_FUNCTION(Heap::AllocateFunction(Heap::boilerplate_function_map(),
554 CALL_HEAP_FUNCTION(Heap::CreateCode(desc, sinfo, flags, self_ref), Code);
559 CALL_HEAP_FUNCTION(Heap::CopyCode(*code), Code);
579 CALL_HEAP_FUNCTION(DoCopyInsert(*array, *key, *value, attributes),
585 CALL_HEAP_FUNCTION(Heap::LookupSymbol(*value), String);
650 CALL_HEAP_FUNCTION(Heap::AllocateJSObject(*constructor, pretenure), JSObject);
656 CALL_HEAP_FUNCTION(Heap::AllocateGlobalObject(*constructor),
663 CALL_HEAP_FUNCTION(Heap::AllocateJSObjectFromMap(*map, NOT_TENURED),
671 CALL_HEAP_FUNCTION(Handle<JSArray>::cast(obj)->Initialize(length), JSArray);
685 CALL_HEAP_FUNCTION(Heap::AllocateSharedFunctionInfo(*name),
691 CALL_HEAP_FUNCTION(Heap::NumberToString(*number), String);
699 CALL_HEAP_FUNCTION(dictionary->AtNumberPut(key, *value), NumberDictionary);
706 CALL_HEAP_FUNCTION(Heap::AllocateFunction(*Top::function_map(),
722 CALL_HEAP_FUNCTION(object->ToObject(), Object);
728 CALL_HEAP_FUNCTION(object->ToObject(*global_context), Object);
767 CALL_HEAP_FUNCTION(Heap::AllocateArgumentsObject(*callee, length), JSObject);
874 CALL_HEAP_FUNCTION(MapCache::Allocate(at_least_space_for), MapCache);
890 CALL_HEAP_FUNCTION(UpdateMapCacheWith(*context, *keys, *map), MapCache);