Searched refs:Claim (Results 1 - 15 of 15) sorted by relevance

/external/vixl/examples/aarch64/
H A Dswap-int32.cc39 // This call to Claim is not 16-byte aligned and would have failed
41 __ Claim(8);
H A Dswap4.cc34 __ Claim(16);
/external/libmojo/mojo/edk/system/
H A Dchannel.cc439 // Claim() marks unoccupied bytes as occupied.
485 void Claim(size_t num_bytes) { function in class:mojo::edk::Channel::ReadBuffer
575 read_buffer_->Claim(bytes_read);
/external/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc1182 __ Claim(scratch, 1);
1897 // Claim (2 - argc) dummy arguments from the stack, to put the stack in a
1899 __ Claim(2);
2028 // Claim (3 - argc) dummy arguments from the stack, to put the stack in a
2030 __ Claim(3);
2099 // Claim (3 - argc) dummy arguments from the stack, to put the stack in a
2101 __ Claim(3);
2332 __ Claim(len);
2656 __ Claim(x4);
3156 // Claim spac
[all...]
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc600 masm->Claim(stack_slot_delta);
733 // selector already perform a Claim to reserve space on the stack and
1200 __ Claim(count);
1206 __ Claim(count);
1226 // JSSP is the current stack pointer, just use regular Claim().
1227 __ Claim(count);
1897 __ Claim(shrink_slots + (fixed_frame_size & 1));
/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h1481 void MacroAssembler::Claim(int64_t count, uint64_t unit_size) { function in class:v8::internal::MacroAssembler
1499 void MacroAssembler::Claim(const Register& count, uint64_t unit_size) { function in class:v8::internal::MacroAssembler
H A Dmacro-assembler-arm64.h757 // Claim or drop stack space without actually accessing memory.
768 inline void Claim(int64_t count, uint64_t unit_size = kXRegSize);
769 inline void Claim(const Register& count,
775 // Variants of Claim and Drop, where the 'count' parameter is a SMI held in a
H A Dmacro-assembler-arm64.cc2607 Claim(frame_slots);
2766 Claim(extra_space + 1, kXRegSize);
3666 Claim(num_unsaved);
/external/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc788 __ Claim(num_wreg_to_allocate, kWRegSize);
1379 __ Claim(xreg_to_claim);
/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc8219 __ Claim(Operand(0));
8221 __ Claim(Operand(xzr));
13574 __ Claim(32);
13639 __ Claim(32);
13713 __ Claim(32);
13768 __ Claim(32);
13785 __ Claim(8);
13846 __ Claim(2 * list_1_size);
13873 __ Claim(2 * list_d_1_size);
14042 // * Claim <clai
[all...]
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc2209 void MacroAssembler::Claim(const Operand& size) { function in class:vixl::aarch64::MacroAssembler
H A Dmacro-assembler-aarch64.h934 // Claim or drop stack space without actually accessing memory.
939 void Claim(const Operand& size);
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc593 __ Claim(slots, kPointerSize);
689 __ Claim(slots);
/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc2756 __ Claim(0);
2760 __ Claim(32);
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h816 // Claim memory on the stack.
817 // Note that the Claim, Drop, and Peek helpers below ensure that offsets used
820 // Claim(3)
821 // Claim(1)
824 // Claim(3) -> sp = sp - 4
825 // Claim(1) -> sp = sp - 4
828 void Claim(int32_t size) { function in class:vixl::aarch32::MacroAssembler

Completed in 420 milliseconds