Searched refs:OutOfMemoryException (Results 1 – 13 of 13) sorted by relevance
110 return Failure::OutOfMemoryException(); in AllocateAsciiSymbol()144 return Failure::OutOfMemoryException(); in AllocateTwoByteSymbol()
3029 return Failure::OutOfMemoryException(); in AllocateConsString()3217 return Failure::OutOfMemoryException(); in AllocateExternalStringFromAscii()3240 return Failure::OutOfMemoryException(); in AllocateExternalStringFromTwoByte()3291 return Failure::OutOfMemoryException(); in AllocateByteArray()3313 return Failure::OutOfMemoryException(); in AllocateByteArray()4298 return Failure::OutOfMemoryException(); in AllocateInternalSymbol()4304 return Failure::OutOfMemoryException(); in AllocateInternalSymbol()4343 return Failure::OutOfMemoryException(); in AllocateRawAsciiString()4381 return Failure::OutOfMemoryException(); in AllocateRawTwoByteString()4450 return Failure::OutOfMemoryException(); in AllocateRawFixedArray()[all …]
1202 if (thread_local_top_.pending_exception_ == Failure::OutOfMemoryException()) { in ReportPendingMessages()1690 if (thread_local_top_.pending_exception_ == Failure::OutOfMemoryException()) { in PropagatePendingExceptionToExternalTryCatch()
130 if (isolate->pending_exception() == Failure::OutOfMemoryException()) { in Invoke()
595 return (exception != Failure::OutOfMemoryException()) && in is_catchable_by_javascript()
5421 return Failure::OutOfMemoryException(); in RUNTIME_FUNCTION()6018 return Failure::OutOfMemoryException(); in ConvertCaseHelper()6683 return Failure::OutOfMemoryException(); in RUNTIME_FUNCTION()6760 return Failure::OutOfMemoryException(); in RUNTIME_FUNCTION()6800 return Failure::OutOfMemoryException(); in RUNTIME_FUNCTION()6825 return Failure::OutOfMemoryException(); in RUNTIME_FUNCTION()6838 return Failure::OutOfMemoryException(); in RUNTIME_FUNCTION()
1024 Failure* Failure::OutOfMemoryException() { in OutOfMemoryException() function
1087 static inline Failure* OutOfMemoryException();
10872 return Failure::OutOfMemoryException(); in Allocate()
3902 __ movq(kScratchRegister, Failure::OutOfMemoryException(), RelocInfo::NONE); in GenerateCore()4001 __ movq(rax, Failure::OutOfMemoryException(), RelocInfo::NONE); in Generate()
3777 Failure* out_of_memory = Failure::OutOfMemoryException(); in GenerateCore()3871 Failure* out_of_memory = Failure::OutOfMemoryException(); in Generate()
4886 __ cmp(eax, reinterpret_cast<int32_t>(Failure::OutOfMemoryException())); in GenerateCore()4969 __ mov(eax, reinterpret_cast<int32_t>(Failure::OutOfMemoryException())); in Generate()
3942 Failure* out_of_memory = Failure::OutOfMemoryException(); in GenerateCore()4041 Failure* out_of_memory = Failure::OutOfMemoryException(); in Generate()