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

  /external/v8/src/wasm/
wasm-objects.cc 206 BytecodeIterator iterator(module_start + func.code_start_offset,
734 int offset_in_func = position - func.code_start_offset;
    [all...]
wasm-module.h 79 uint32_t code_start_offset; // offset in the module bytes of code start. member in struct:v8::internal::wasm::WasmFunction
258 return module_bytes_.SubVector(function->code_start_offset,
wasm-code-specialization.cc 51 comp_mod->module()->functions[func_index].code_start_offset;
module-decoder.cc 335 0, // code_start_offset
402 0, // code_start_offset
613 function->code_start_offset = pc_offset();
702 function->code_start_offset = off(pc_); // ---- code start
836 start_ + function->code_start_offset,
    [all...]
wasm-module.cc 737 return {static_cast<int>(func.code_start_offset),
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 852 const byte* code_start = module_start + function->code_start_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 80 milliseconds