Searched refs:current_location (Results 1 – 1 of 1) sorted by relevance
40 byte* current_location() const { return pos_; } in current_location() function in v8::internal::wasm::__anona53c846e0111::Writer43 return {current_location(), current_size()}; in current_buffer()49 WriteUnalignedValue(reinterpret_cast<Address>(current_location()), value); in Write()60 memcpy(current_location(), v.begin(), v.size()); in WriteVector()83 const byte* current_location() const { return pos_; } in current_location() function in v8::internal::wasm::__anona53c846e0111::Reader86 return {current_location(), current_size()}; in current_buffer()93 ReadUnalignedValue<T>(reinterpret_cast<Address>(current_location())); in Read()