HomeSort by relevance Sort by last modified time
    Searched full:code_start_offset (Results 1 - 5 of 5) sorted by null

  /external/v8/src/wasm/
module-decoder.cc 254 function->code_start_offset = off(pc_ + 8); // ---- code start
340 function->code_start_offset = static_cast<uint32_t>(pc_ - start_);
341 function->code_end_offset = function->code_start_offset + size;
380 VerifyWasmCode(&fenv, start_, start_ + function->code_start_offset,
wasm-module.h 56 uint32_t code_start_offset; // offset in the module bytes of code start. member in struct:v8::internal::wasm::WasmFunction
wasm-module.cc 57 << (function.code_end_offset - function.code_start_offset);
  /external/v8/test/unittests/wasm/
module-decoder-unittest.cc 333 EXPECT_EQ(kCodeStartOffset, function->code_start_offset);
373 EXPECT_EQ(0, function->code_start_offset);
410 EXPECT_EQ(kCodeStartOffset, function->code_start_offset);
450 EXPECT_EQ(kCodeStartOffset, function->code_start_offset);
514 EXPECT_EQ(kCodeStartOffset, function->code_start_offset);
869 EXPECT_EQ(arraysize(data) - 1, function->code_start_offset);
  /external/v8/src/compiler/
wasm-compiler.cc     [all...]

Completed in 184 milliseconds