Home
last modified time | relevance | path

Searched refs:EnsureHeapIsIterable (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dliveedit.cc1087 HEAP->EnsureHeapIsIterable(); in ReplaceFunctionCode()
1322 HEAP->EnsureHeapIsIterable(); in PatchFunctionPositions()
Dheap.h1065 void EnsureHeapIsIterable();
Druntime.cc11449 isolate->heap()->EnsureHeapIsIterable(); in FindSharedFunctionInfoInScript()
12351 isolate->heap()->EnsureHeapIsIterable(); in RUNTIME_FUNCTION()
12360 isolate->heap()->EnsureHeapIsIterable(); in RUNTIME_FUNCTION()
12846 script_name->GetHeap()->EnsureHeapIsIterable(); in Runtime_GetScriptFromScriptName()
Dheap.cc4820 void Heap::EnsureHeapIsIterable() { in EnsureHeapIsIterable() function in v8::internal::Heap
/external/v8/test/cctest/
Dtest-heap.cc1230 HEAP->EnsureHeapIsIterable(); in TEST()
Dtest-api.cc10684 i::Isolate::Current()->heap()->EnsureHeapIsIterable(); in GetGlobalObjectsCount()