Home
last modified time | relevance | path

Searched refs:VLQDecodeUnsigned (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/base/
Dvlq.h86 VLQDecodeUnsigned(GetNextFunction&& get_next) { in VLQDecodeUnsigned() function
104 inline uint32_t VLQDecodeUnsigned(byte* data_start, int* index) { in VLQDecodeUnsigned() function
105 return VLQDecodeUnsigned([&] { return data_start[(*index)++]; }); in VLQDecodeUnsigned()
111 uint32_t bits = VLQDecodeUnsigned(data_start, index); in VLQDecode()
/third_party/node/deps/v8/src/baseline/
Dbytecode-offset-iterator.h78 return base::VLQDecodeUnsigned(data_start_address_, &current_index_); in ReadPosition()
/third_party/node/deps/v8/src/codegen/
Dreloc-info.cc203 uint32_t pc_jump = base::VLQDecodeUnsigned([this] { return *--pos_; }); in AdvanceReadLongPCJump()