Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap-inl.h74SetMachineCodeOutOfMemoryError(GetJSThread(), size, message); …
83SetMachineCodeOutOfMemoryError(GetJSThread(), size, message); …
Dheap.h360 void SetMachineCodeOutOfMemoryError(JSThread *thread, size_t size, std::string functionName);
Dheap.cpp1524 void BaseHeap::SetMachineCodeOutOfMemoryError(JSThread *thread, size_t size, std::string functionNa… in SetMachineCodeOutOfMemoryError() function in panda::ecmascript::BaseHeap