Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc596 return {static_cast<int>(func.code_start_offset), in GetFunctionOffsetAndLength()
597 static_cast<int>(func.code_end_offset - func.code_start_offset)}; in GetFunctionOffsetAndLength()
649 << (function.code_end_offset - function.code_start_offset); in operator <<()
696 if (functions[mid].code_start_offset <= position) { in GetPositionInfo()
704 if (position < func.code_start_offset || position >= func.code_end_offset) { in GetPositionInfo()
709 info->column = position - func.code_start_offset; in GetPositionInfo()
710 info->line_start = func.code_start_offset; in GetPositionInfo()
Dmodule-decoder.cc587 function->code_start_offset = pc_offset(); in DecodeModule()
676 function->code_start_offset = off(pc_); // ---- code start in DecodeSingleFunction()
790 start_ + function->code_start_offset, in VerifyFunctionBody()
Dwasm-module.h113 uint32_t code_start_offset; // offset in the module bytes of code start. member
Dwasm-interpreter.cc899 module->module_start + function->code_start_offset; in CodeMap()
/external/v8/src/compiler/
Dwasm-compiler.cc3330 module_env_->module->module_start + function_->code_start_offset, in BuildGraphForWasmFunction()
3444 function_->code_start_offset), in ExecuteCompilation()
3486 function_->code_start_offset), in FinishCompilation()