Searched refs:CopySlots (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/snapshot/ |
H A D | snapshot-source-sink.h | 59 void CopySlots(Address* dest, int number_of_slots) { 71 void CopySlots(Tagged_t* dest, int number_of_slots) {
|
H A D | deserializer.cc | 1101 source_.CopySlots(slot_accessor.slot().location(), size_in_tagged); in ReadSingleBytecodeData() 1262 source_.CopySlots(slot_accessor.slot().location(), size_in_slots); in ReadSingleBytecodeData()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.h | 705 void CopySlots(int dst, Register src, Register slot_count); 706 void CopySlots(Register dst, Register src, Register slot_count);
|
H A D | macro-assembler-arm64.cc | 1341 void TurboAssembler::CopySlots(int dst, Register src, Register slot_count) { in CopySlots() function in v8::internal::TurboAssembler 1350 void TurboAssembler::CopySlots(Register dst, Register src, in CopySlots() function in v8::internal::TurboAssembler
|
Completed in 13 milliseconds