Searched defs:throw_out_of_memory_exception (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc1713 Label* throw_out_of_memory_exception,
1812 JumpIfOOM(masm, r0, ip, throw_out_of_memory_exception);
1820 JumpIfOOM(masm, r0, ip, throw_out_of_memory_exception);
1875 Label throw_out_of_memory_exception; local
1881 &throw_out_of_memory_exception,
1889 &throw_out_of_memory_exception,
1899 &throw_out_of_memory_exception,
1903 __ bind(&throw_out_of_memory_exception);
1710 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.cc3007 Label* throw_out_of_memory_exception,
3103 JumpIfOOM(masm, eax, ecx, throw_out_of_memory_exception);
3109 JumpIfOOM(masm, eax, ecx, throw_out_of_memory_exception);
3154 Label throw_out_of_memory_exception; local
3160 &throw_out_of_memory_exception,
3168 &throw_out_of_memory_exception,
3178 &throw_out_of_memory_exception,
3182 __ bind(&throw_out_of_memory_exception);
3004 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.cc1781 Label* throw_out_of_memory_exception,
1885 JumpIfOOM(masm, v0, t0, throw_out_of_memory_exception);
1893 JumpIfOOM(masm, v0, t0, throw_out_of_memory_exception);
1948 Label throw_out_of_memory_exception; local
1954 &throw_out_of_memory_exception,
1962 &throw_out_of_memory_exception,
1972 &throw_out_of_memory_exception,
1976 __ bind(&throw_out_of_memory_exception);
1778 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.cc2823 Label* throw_out_of_memory_exception,
2931 JumpIfOOM(masm, rax, kScratchRegister, throw_out_of_memory_exception);
2941 JumpIfOOM(masm, rax, kScratchRegister, throw_out_of_memory_exception);
2998 Label throw_out_of_memory_exception; local
3004 &throw_out_of_memory_exception,
3012 &throw_out_of_memory_exception,
3022 &throw_out_of_memory_exception,
3026 __ bind(&throw_out_of_memory_exception);
2820 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/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

Completed in 337 milliseconds