Home
last modified time | relevance | path

Searched refs:ThrowOutOfMemoryErrorForDefault (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap_region_allocator.cpp46 …const_cast<Heap *>(thread->GetEcmaVM()->GetHeap())->ThrowOutOfMemoryErrorForDefault(DEFAULT_REGION… in AllocateAlignedRegion()
Dheap.h597 …void ThrowOutOfMemoryErrorForDefault(size_t size, std::string functionName, bool NonMovableObjNear…
Dheap.cpp532 void Heap::ThrowOutOfMemoryErrorForDefault(size_t size, std::string functionName, bool NonMovableOb… in ThrowOutOfMemoryErrorForDefault() function in panda::ecmascript::Heap