/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
matrix.h | 137 return Transpose(scratch_elements()); 278 return Multiply(scratch_elements(), rhs.num_rows_, rhs.elements()); 301 const T* const* scratch_elements() const { return &scratch_elements_[0]; } function in class:webrtc::Matrix
|
/external/v8/src/arm/ |
codegen-arm.cc | 328 Register scratch_elements = r4; local 330 scratch_elements)); 335 receiver, scratch_elements, allocation_memento_found);
|
/external/v8/src/mips/ |
codegen-mips.cc | 616 Register scratch_elements = t0; local 618 scratch_elements)); 623 receiver, scratch_elements, allocation_memento_found); [all...] |
/external/v8/src/mips64/ |
codegen-mips64.cc | 618 Register scratch_elements = a4; local 620 scratch_elements)); 624 receiver, scratch_elements, allocation_memento_found); [all...] |
/external/v8/src/ppc/ |
codegen-ppc.cc | 80 Register scratch_elements = r7; local 81 DCHECK(!AreAliased(receiver, key, value, target_map, scratch_elements)); 85 __ JumpIfJSArrayHasAllocationMemento(receiver, scratch_elements, r11,
|
/external/v8/src/s390/ |
codegen-s390.cc | 73 Register scratch_elements = r6; local 74 DCHECK(!AreAliased(receiver, key, value, target_map, scratch_elements)); 78 __ JumpIfJSArrayHasAllocationMemento(receiver, scratch_elements, r1,
|