/external/v8/src/ |
D | factory.cc | 45 CALL_HEAP_FUNCTION( in NewFixedArray() 55 CALL_HEAP_FUNCTION( in NewFixedArrayWithHoles() 65 CALL_HEAP_FUNCTION( in NewFixedDoubleArray() 74 CALL_HEAP_FUNCTION(isolate(), in NewStringDictionary() 83 CALL_HEAP_FUNCTION(isolate(), in NewSeededNumberDictionary() 92 CALL_HEAP_FUNCTION(isolate(), in NewUnseededNumberDictionary() 100 CALL_HEAP_FUNCTION(isolate(), in NewObjectHashSet() 108 CALL_HEAP_FUNCTION(isolate(), in NewObjectHashTable() 116 CALL_HEAP_FUNCTION(isolate(), in NewDescriptorArray() 126 CALL_HEAP_FUNCTION(isolate(), in NewDeoptimizationInputData() [all …]
|
D | handles.cc | 135 CALL_HEAP_FUNCTION(content->GetIsolate(), in AddKeysFromJSArray() 142 CALL_HEAP_FUNCTION(first->GetIsolate(), in UnionOfKeys() 150 CALL_HEAP_FUNCTION( in ReinitializeJSGlobalProxy() 217 CALL_HEAP_FUNCTION(string->GetIsolate(), string->TryFlatten(), String); in FlattenGetString() 224 CALL_HEAP_FUNCTION(function->GetIsolate(), in SetPrototype() 238 CALL_HEAP_FUNCTION( in SetProperty() 251 CALL_HEAP_FUNCTION( in ForceSetProperty() 262 CALL_HEAP_FUNCTION(isolate, in ForceDeleteProperty() 273 CALL_HEAP_FUNCTION(object->GetIsolate(), in SetPropertyWithInterceptor() 286 CALL_HEAP_FUNCTION(isolate, obj->GetProperty(*str), Object); in GetProperty() [all …]
|
D | compilation-cache.cc | 69 CALL_HEAP_FUNCTION(isolate, in AllocateTable() 238 CALL_HEAP_FUNCTION(isolate(), in TablePut() 301 CALL_HEAP_FUNCTION(isolate(), in TablePut() 360 CALL_HEAP_FUNCTION(isolate(), in TablePut()
|
D | objects.cc | 243 CALL_HEAP_FUNCTION(isolate, object->GetElement(index), Object); in GetElement() 451 CALL_HEAP_FUNCTION(object->GetIsolate(), in SetNormalizedProperty() 559 CALL_HEAP_FUNCTION( in GetProperty() 1940 CALL_HEAP_FUNCTION(object->GetIsolate(), in SetProperty() 2417 CALL_HEAP_FUNCTION(isolate, in GetElementsTransitionMap() 3017 CALL_HEAP_FUNCTION( in SetLocalPropertyIgnoreAttributes() 3457 CALL_HEAP_FUNCTION(object->GetIsolate(), in NormalizeElements() 3643 CALL_HEAP_FUNCTION(obj->GetIsolate(), in SetHiddenProperty() 3884 CALL_HEAP_FUNCTION(obj->GetIsolate(), in DeleteElement() 3920 CALL_HEAP_FUNCTION(obj->GetIsolate(), in DeleteProperty() [all …]
|
D | heap-inl.h | 548 #define CALL_HEAP_FUNCTION(ISOLATE, FUNCTION_CALL, TYPE) \ macro
|
/external/chromium_org/v8/src/ |
D | factory.cc | 46 CALL_HEAP_FUNCTION( in NewBox() 55 CALL_HEAP_FUNCTION( in NewFixedArray() 65 CALL_HEAP_FUNCTION( in NewFixedArrayWithHoles() 75 CALL_HEAP_FUNCTION( in NewFixedDoubleArray() 88 CALL_HEAP_FUNCTION( in NewConstantPoolArray() 99 CALL_HEAP_FUNCTION(isolate(), in NewNameDictionary() 109 CALL_HEAP_FUNCTION(isolate(), in NewSeededNumberDictionary() 119 CALL_HEAP_FUNCTION(isolate(), in NewUnseededNumberDictionary() 128 CALL_HEAP_FUNCTION(isolate(), in NewObjectHashSet() 139 CALL_HEAP_FUNCTION(isolate(), in NewObjectHashTable() [all …]
|
D | handles.cc | 131 CALL_HEAP_FUNCTION(content->GetIsolate(), in AddKeysFromJSArray() 138 CALL_HEAP_FUNCTION(first->GetIsolate(), in UnionOfKeys() 146 CALL_HEAP_FUNCTION( in ReinitializeJSGlobalProxy() 159 CALL_HEAP_FUNCTION(string->GetIsolate(), string->TryFlatten(), String); in FlattenGetString() 174 CALL_HEAP_FUNCTION(isolate, in DeleteProperty() 184 CALL_HEAP_FUNCTION(isolate, in ForceDeleteProperty() 193 CALL_HEAP_FUNCTION(isolate, in HasProperty() 202 CALL_HEAP_FUNCTION(isolate, obj->GetProperty(*str), Object); in GetProperty() 209 CALL_HEAP_FUNCTION(isolate, in GetProperty() 216 CALL_HEAP_FUNCTION( in LookupSingleCharacterStringFromCode()
|
D | compilation-cache.cc | 69 CALL_HEAP_FUNCTION(isolate, in AllocateTable() 255 CALL_HEAP_FUNCTION(isolate(), in TablePut() 319 CALL_HEAP_FUNCTION(isolate(), in TablePut() 378 CALL_HEAP_FUNCTION(isolate(), in TablePut()
|
D | accessors.cc | 541 CALL_HEAP_FUNCTION(function->GetIsolate(), in FunctionGetPrototype() 552 CALL_HEAP_FUNCTION(function->GetIsolate(), in FunctionSetPrototype() 694 CALL_HEAP_FUNCTION(function->GetIsolate(), in FunctionGetArguments()
|
D | objects.cc | 385 CALL_HEAP_FUNCTION(object->GetIsolate(), in EnsureWritableFastElements() 403 CALL_HEAP_FUNCTION(isolate, in GetPropertyWithCallback() 424 CALL_HEAP_FUNCTION( in GetPropertyWithCallback() 459 CALL_HEAP_FUNCTION( in GetPropertyWithCallback() 497 CALL_HEAP_FUNCTION(isolate, object->GetProperty(*name), Object); in GetProperty() 504 CALL_HEAP_FUNCTION(isolate, object->GetElement(isolate, index), Object); in GetElement() 722 CALL_HEAP_FUNCTION(dict->GetIsolate(), in NameDictionaryAdd() 782 CALL_HEAP_FUNCTION(dict->GetIsolate(), dict->Shrink(*name), NameDictionary); in NameDictionaryShrink() 846 CALL_HEAP_FUNCTION( in GetProperty() 1970 CALL_HEAP_FUNCTION(isolate, in NewStorageFor() [all …]
|
D | heap-inl.h | 658 #define CALL_HEAP_FUNCTION(ISOLATE, FUNCTION_CALL, TYPE) \ macro
|
/external/chromium_org/v8/test/cctest/ |
D | test-alloc.cc | 93 CALL_HEAP_FUNCTION(CcTest::i_isolate(), AllocateAfterFailures(), Object); in Test()
|
/external/v8/test/cctest/ |
D | test-alloc.cc | 120 CALL_HEAP_FUNCTION(ISOLATE, AllocateAfterFailures(), Object); in Test()
|