Searched refs:throw_out_of_memory_exception (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/
H A Dcode-stubs.h645 Label* throw_out_of_memory_exception,
/external/v8/src/x64/
H A Dcode-stubs-x64.cc3791 Label* throw_out_of_memory_exception,
3904 __ j(equal, throw_out_of_memory_exception);
3962 Label throw_out_of_memory_exception; local
3968 &throw_out_of_memory_exception,
3976 &throw_out_of_memory_exception,
3986 &throw_out_of_memory_exception,
3990 __ bind(&throw_out_of_memory_exception);
3788 GenerateCore(MacroAssembler* masm, Label* throw_normal_exception, Label* throw_termination_exception, Label* throw_out_of_memory_exception, bool do_gc, bool always_allocate_scope) argument
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc2784 Label* throw_out_of_memory_exception,
2882 JumpIfOOM(masm, r0, ip, throw_out_of_memory_exception);
2890 JumpIfOOM(masm, r0, ip, throw_out_of_memory_exception);
2945 Label throw_out_of_memory_exception; local
2951 &throw_out_of_memory_exception,
2959 &throw_out_of_memory_exception,
2969 &throw_out_of_memory_exception,
2973 __ bind(&throw_out_of_memory_exception);
2781 GenerateCore(MacroAssembler* masm, Label* throw_normal_exception, Label* throw_termination_exception, Label* throw_out_of_memory_exception, bool do_gc, bool always_allocate) argument
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc4674 Label* throw_out_of_memory_exception,
4768 JumpIfOOM(masm, eax, ecx, throw_out_of_memory_exception);
4774 JumpIfOOM(masm, eax, ecx, throw_out_of_memory_exception);
4819 Label throw_out_of_memory_exception; local
4825 &throw_out_of_memory_exception,
4833 &throw_out_of_memory_exception,
4843 &throw_out_of_memory_exception,
4847 __ bind(&throw_out_of_memory_exception);
4671 GenerateCore(MacroAssembler* masm, Label* throw_normal_exception, Label* throw_termination_exception, Label* throw_out_of_memory_exception, bool do_gc, bool always_allocate_scope) argument
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.cc3108 Label* throw_out_of_memory_exception,
3211 JumpIfOOM(masm, v0, t0, throw_out_of_memory_exception);
3219 JumpIfOOM(masm, v0, t0, throw_out_of_memory_exception);
3274 Label throw_out_of_memory_exception; local
3280 &throw_out_of_memory_exception,
3288 &throw_out_of_memory_exception,
3298 &throw_out_of_memory_exception,
3302 __ bind(&throw_out_of_memory_exception);
3105 GenerateCore(MacroAssembler* masm, Label* throw_normal_exception, Label* throw_termination_exception, Label* throw_out_of_memory_exception, bool do_gc, bool always_allocate) argument
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc3785 Label* throw_out_of_memory_exception,
3892 JumpIfOOM(masm, rax, kScratchRegister, throw_out_of_memory_exception);
3902 JumpIfOOM(masm, rax, kScratchRegister, throw_out_of_memory_exception);
3959 Label throw_out_of_memory_exception; local
3965 &throw_out_of_memory_exception,
3973 &throw_out_of_memory_exception,
3983 &throw_out_of_memory_exception,
3987 __ bind(&throw_out_of_memory_exception);
3782 GenerateCore(MacroAssembler* masm, Label* throw_normal_exception, Label* throw_termination_exception, Label* throw_out_of_memory_exception, bool do_gc, bool always_allocate_scope) argument
/external/v8/src/arm/
H A Dcode-stubs-arm.cc3685 Label* throw_out_of_memory_exception,
3779 __ b(eq, throw_out_of_memory_exception);
3833 Label throw_out_of_memory_exception; local
3839 &throw_out_of_memory_exception,
3847 &throw_out_of_memory_exception,
3857 &throw_out_of_memory_exception,
3861 __ bind(&throw_out_of_memory_exception);
3682 GenerateCore(MacroAssembler* masm, Label* throw_normal_exception, Label* throw_termination_exception, Label* throw_out_of_memory_exception, bool do_gc, bool always_allocate) argument
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc4792 Label* throw_out_of_memory_exception,
4887 __ j(equal, throw_out_of_memory_exception);
4931 Label throw_out_of_memory_exception; local
4937 &throw_out_of_memory_exception,
4945 &throw_out_of_memory_exception,
4955 &throw_out_of_memory_exception,
4959 __ bind(&throw_out_of_memory_exception);
4789 GenerateCore(MacroAssembler* masm, Label* throw_normal_exception, Label* throw_termination_exception, Label* throw_out_of_memory_exception, bool do_gc, bool always_allocate_scope) argument
/external/v8/src/mips/
H A Dcode-stubs-mips.cc3839 Label* throw_out_of_memory_exception,
3944 throw_out_of_memory_exception,
4003 Label throw_out_of_memory_exception; local
4009 &throw_out_of_memory_exception,
4017 &throw_out_of_memory_exception,
4027 &throw_out_of_memory_exception,
4031 __ bind(&throw_out_of_memory_exception);
3836 GenerateCore(MacroAssembler* masm, Label* throw_normal_exception, Label* throw_termination_exception, Label* throw_out_of_memory_exception, bool do_gc, bool always_allocate) argument
/external/chromium_org/v8/src/
H A Dcode-stubs.h1331 Label* throw_out_of_memory_exception,

Completed in 876 milliseconds