Home
last modified time | relevance | path

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

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