HomeSort by relevance Sort by last modified time
    Searched refs:CALL_HEAP_FUNCTION (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
factory.cc 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)
    [all...]
handles.cc 127 CALL_HEAP_FUNCTION(content->AddKeysFromJSArray(*array), FixedArray);
133 CALL_HEAP_FUNCTION(first->UnionOfKeys(*second), FixedArray);
140 CALL_HEAP_FUNCTION(Heap::ReinitializeJSGlobalProxy(*constructor, *global),
213 CALL_HEAP_FUNCTION(Accessors::FunctionSetPrototype(*function,
224 CALL_HEAP_FUNCTION(object->SetProperty(*key, *value, attributes), Object);
232 CALL_HEAP_FUNCTION(
241 CALL_HEAP_FUNCTION(
250 CALL_HEAP_FUNCTION(object->SetNormalizedProperty(*key, *value, details),
257 CALL_HEAP_FUNCTION(Runtime::ForceDeleteObjectProperty(object, key), Object);
266 CALL_HEAP_FUNCTION(object-
    [all...]
heap-inl.h 338 #define CALL_HEAP_FUNCTION(FUNCTION_CALL, TYPE) \
codegen.cc 293 CALL_HEAP_FUNCTION(StubCache::ComputeCallInitialize(argc, in_loop), Code);
compilation-cache.cc 159 CALL_HEAP_FUNCTION(CompilationCacheTable::Allocate(size),
debug.cc 66 CALL_HEAP_FUNCTION(StubCache::ComputeCallDebugBreak(argc), Code);
71 CALL_HEAP_FUNCTION(StubCache::ComputeCallDebugPrepareStepIn(argc), Code);
    [all...]
stub-cache.cc 737 CALL_HEAP_FUNCTION(StubCache::ComputeCallMiss(argc), Code);
    [all...]
runtime.cc     [all...]
  /external/v8/test/cctest/
test-alloc.cc 100 CALL_HEAP_FUNCTION(AllocateAfterFailures(), Object);
test-debug.cc 398 CALL_HEAP_FUNCTION(v8::internal::StubCache::ComputeCallDebugBreak(argc),
    [all...]

Completed in 257 milliseconds