HomeSort by relevance Sort by last modified time
    Searched refs:code_end_offset (Results 1 - 8 of 8) sorted by null

  /external/v8/src/wasm/
wasm-objects.cc 207 module_start + func.code_end_offset, &locals);
    [all...]
wasm-module.h 80 uint32_t code_end_offset; // offset in the module bytes of code end. member in struct:v8::internal::wasm::WasmFunction
259 function->code_end_offset);
module-decoder.cc 336 0, // code_end_offset
403 0, // code_end_offset
614 function->code_end_offset = pc_offset() + size;
703 function->code_end_offset = off(end_); // ---- code end
837 start_ + function->code_end_offset};
    [all...]
wasm-module.cc 738 static_cast<int>(func.code_end_offset - func.code_start_offset)};
807 << (function.code_end_offset - function.code_start_offset);
    [all...]
wasm-interpreter.cc 853 const byte* code_end = module_start + function->code_end_offset;
    [all...]
  /external/v8/src/compiler/
wasm-compiler.cc     [all...]
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 77 milliseconds