Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc588 function->code_end_offset = pc_offset() + size; in DecodeModule()
677 function->code_end_offset = off(limit_); // ---- code end in DecodeSingleFunction()
791 start_ + function->code_end_offset}; in VerifyFunctionBody()
Dwasm-module.h114 uint32_t code_end_offset; // offset in the module bytes of code end. member
Dwasm-module.cc597 static_cast<int>(func.code_end_offset - func.code_start_offset)}; in GetFunctionOffsetAndLength()
649 << (function.code_end_offset - function.code_start_offset); in operator <<()
704 if (position < func.code_start_offset || position >= func.code_end_offset) { in GetPositionInfo()
711 info->line_end = func.code_end_offset; in GetPositionInfo()
Dwasm-interpreter.cc900 const byte* code_end = module->module_start + function->code_end_offset; in CodeMap()
/external/v8/src/compiler/
Dwasm-compiler.cc3331 module_env_->module->module_start + function_->code_end_offset}; in BuildGraphForWasmFunction()
3443 static_cast<int>(function_->code_end_offset - in ExecuteCompilation()
3485 static_cast<int>(function_->code_end_offset - in FinishCompilation()