Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.cc3148 size_t effective_size; in BoundsCheckMem() local
3173 effective_size = size - offset - memsize + 1; in BoundsCheckMem()
3175 effective_size = size - offset - memsize + 1; in BoundsCheckMem()
3176 CHECK(effective_size <= kMaxUInt32); in BoundsCheckMem()
3181 if (value < effective_size) { in BoundsCheckMem()
3190 static_cast<uint32_t>(effective_size), in BoundsCheckMem()