Home
last modified time | relevance | path

Searched refs:OutOfMemoryException (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dheap-inl.h110 return Failure::OutOfMemoryException(); in AllocateAsciiSymbol()
144 return Failure::OutOfMemoryException(); in AllocateTwoByteSymbol()
Dheap.cc3029 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 …]
Disolate.cc1202 if (thread_local_top_.pending_exception_ == Failure::OutOfMemoryException()) { in ReportPendingMessages()
1690 if (thread_local_top_.pending_exception_ == Failure::OutOfMemoryException()) { in PropagatePendingExceptionToExternalTryCatch()
Dexecution.cc130 if (isolate->pending_exception() == Failure::OutOfMemoryException()) { in Invoke()
Disolate.h595 return (exception != Failure::OutOfMemoryException()) && in is_catchable_by_javascript()
Druntime.cc5421 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()
Dobjects-inl.h1024 Failure* Failure::OutOfMemoryException() { in OutOfMemoryException() function
Dobjects.h1087 static inline Failure* OutOfMemoryException();
Dobjects.cc10872 return Failure::OutOfMemoryException(); in Allocate()
/external/v8/src/x64/
Dcode-stubs-x64.cc3902 __ movq(kScratchRegister, Failure::OutOfMemoryException(), RelocInfo::NONE); in GenerateCore()
4001 __ movq(rax, Failure::OutOfMemoryException(), RelocInfo::NONE); in Generate()
/external/v8/src/arm/
Dcode-stubs-arm.cc3777 Failure* out_of_memory = Failure::OutOfMemoryException(); in GenerateCore()
3871 Failure* out_of_memory = Failure::OutOfMemoryException(); in Generate()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc4886 __ cmp(eax, reinterpret_cast<int32_t>(Failure::OutOfMemoryException())); in GenerateCore()
4969 __ mov(eax, reinterpret_cast<int32_t>(Failure::OutOfMemoryException())); in Generate()
/external/v8/src/mips/
Dcode-stubs-mips.cc3942 Failure* out_of_memory = Failure::OutOfMemoryException(); in GenerateCore()
4041 Failure* out_of_memory = Failure::OutOfMemoryException(); in Generate()