Searched refs:Drop (Results 76 - 100 of 118) sorted by relevance

12345

/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc3802 __ Drop(0);
3804 __ Drop(xzr, 8);
3806 __ Drop(xzr, 0);
3808 __ Drop(x7, 0);
8336 __ Drop(4);
8414 __ Drop(4);
8465 __ Drop(4);
8518 __ Drop(1, kWRegSize);
8524 __ Drop(1);
8576 // * Drop <clai
[all...]
/external/vixl/test/
H A Dtest-assembler-a64.cc3123 __ Drop(Operand(0));
3125 __ Drop(Operand(xzr));
7518 __ Drop(32);
7595 __ Drop(32);
7645 __ Drop(32);
7697 __ Drop(4);
7703 __ Drop(8);
7755 // * Drop <claim> bytes to restore the original stack pointer.
7845 // Drop memory to restore stack_pointer.
7846 __ Drop(clai
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h73 V(Drop) \
1812 DECLARE_CONCRETE_INSTRUCTION(Drop, "drop")
H A Dmacro-assembler-arm.h117 void Drop(int count, Condition cond = al);
H A Dcode-stubs-arm.cc3127 __ Drop(3);
3143 __ Drop(3);
H A Dmacro-assembler-arm.cc182 void MacroAssembler::Drop(int count, Condition cond) { function in class:v8::internal::MacroAssembler
190 Drop(drop, cond);
1022 // Drop the execution stack down to the frame pointer and restore
1471 // Drop the stack pointer to the top of the top handler.
1505 // Drop the stack pointer to the top of the top stack handler.
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc297 owner_->environment()->Drop(current->drop_extra_);
758 environment()->Drop(5);
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h77 V(Drop) \
1830 DECLARE_CONCRETE_INSTRUCTION(Drop, "drop")
H A Dcode-stubs-ia32.cc1361 // Drop arguments and come back to JS mode.
3116 // Drop pushed values on the stack before tail call.
3118 __ Drop(2);
3288 // Drop arguments from the stack.
3880 __ Drop(1);
3886 __ Drop(1);
3891 __ Drop(1);
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h73 V(Drop) \
1776 DECLARE_CONCRETE_INSTRUCTION(Drop, "drop")
H A Dmacro-assembler-mips.h203 void Drop(int count,
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h73 V(Drop) \
1775 DECLARE_CONCRETE_INSTRUCTION(Drop, "drop")
H A Dmacro-assembler-mips64.h224 void Drop(int count,
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h73 V(Drop) \
1816 DECLARE_CONCRETE_INSTRUCTION(Drop, "drop")
H A Dmacro-assembler-x64.h852 void Drop(int stack_elements);
H A Dcode-stubs-x64.cc3251 // Drop arguments from the stack
3821 __ Drop(1);
3827 __ Drop(1);
3832 __ Drop(1);
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h78 V(Drop) \
1840 DECLARE_CONCRETE_INSTRUCTION(Drop, "drop")
H A Dcode-stubs-x87.cc1041 // Drop arguments and come back to JS mode.
2807 // Drop pushed values on the stack before tail call.
2809 __ Drop(2);
2979 // Drop arguments from the stack.
3543 __ Drop(1);
3549 __ Drop(1);
3554 __ Drop(1);
/external/chromium_org/v8/src/ic/ia32/
H A Dic-ia32.cc888 __ Drop(1);
/external/chromium_org/v8/src/ic/x87/
H A Dic-x87.cc890 __ Drop(1);
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.cc1588 // Drop the stack pointer to the top of the top handler.
1630 // Drop the stack pointer to the top of the top stack handler.
1875 Drop(stack_space);
3090 // Drop the execution stack down to the frame pointer and restore
3323 Drop(StackHandlerConstants::kSize - kXRegSize, kByteSizeInBytes);
4273 Drop(num_unsaved);
H A Dregexp-macro-assembler-arm64.cc1448 __ Drop(xreg_to_claim);
H A Dlithium-arm64.h76 V(Drop) \
468 DECLARE_CONCRETE_INSTRUCTION(Drop, "drop")
/external/vixl/src/a64/
H A Dmacro-assembler-a64.cc999 void MacroAssembler::Drop(const Operand& size) { function in class:vixl::MacroAssembler
H A Dmacro-assembler-a64.h318 void Drop(const Operand& size);

Completed in 9086 milliseconds

12345