HomeSort by relevance Sort by last modified time
    Searched refs:Claim (Results 1 - 19 of 19) sorted by null

  /external/vixl/examples/aarch64/
swap-int32.cc 39 // This call to Claim is not 16-byte aligned and would have failed
41 __ Claim(8);
swap4.cc 34 __ Claim(16);
  /art/sigchainlib/
sigchain.cc 170 void Claim(int signo) {
472 chains[signal].Claim(signal);
  /external/libchrome/mojo/core/
channel.cc 487 // available. It does not claim that capacity and only allocates new capacity
490 // Claim() marks unoccupied bytes as occupied.
536 void Claim(size_t num_bytes) {
624 read_buffer_->Claim(bytes_read);
  /external/tensorflow/tensorflow/lite/g3doc/performance/
delegates.md 125 // Claim all nodes that can be evaluated by the delegate and ask the
  /external/v8/src/arm64/
deoptimizer-arm64.cc 240 __ Claim(frame_size);
macro-assembler-arm64-inl.h     [all...]
macro-assembler-arm64.h 674 // Claim or drop stack space without actually accessing memory.
684 inline void Claim(int64_t count, uint64_t unit_size = kXRegSize);
685 inline void Claim(const Register& count, uint64_t unit_size = kXRegSize);
    [all...]
macro-assembler-arm64.cc     [all...]
  /external/v8/src/wasm/baseline/arm64/
liftoff-assembler-arm64.h 862 Claim(total_size, 1);
919 Claim(size, 1);
932 asm_->Claim(RoundUp(slot_count, 2));
  /external/v8/src/builtins/arm64/
builtins-arm64.cc 129 __ Claim(slot_count);
302 // Round the number of arguments down to the next even number, and claim
306 __ Claim(x10);
436 // Claim slots for arguments and receiver (rounded up to a multiple of two).
439 __ Claim(x11);
584 // Claim enough space for the arguments, the receiver and the function,
599 __ Claim(slots_to_claim);
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 507 tasm->Claim(stack_slot_delta);
696 // selector has already performed a Claim to reserve space on the stack.
775 // claim there is a stack frame, without generating one.
    [all...]
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.cc 779 __ Claim(num_wreg_to_allocate, kWRegSize);
    [all...]
  /external/vixl/test/aarch64/
test-assembler-aarch64.cc     [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc     [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc     [all...]
macro-assembler-aarch64.h     [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc     [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.h 816 // 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) {
    [all...]

Completed in 285 milliseconds