HomeSort by relevance Sort by last modified time
    Searched defs:BoundsCheck (Results 1 - 2 of 2) sorted by null

  /external/v8/src/wasm/
wasm-module.h 108 CHECK(BoundsCheck(offset, offset + 1));
114 bool BoundsCheck(uint32_t start, uint32_t end) {
  /external/v8/test/cctest/compiler/
test-simplified-lowering.cc 432 BoundsCheck(from_index);
433 BoundsCheck(to_index);
451 BoundsCheck(from_index);
452 BoundsCheck(to_index);
509 BoundsCheck(index);
539 void BoundsCheck(int index) {
    [all...]

Completed in 991 milliseconds