Searched refs:code_start_offset (Results 1 – 5 of 5) sorted by relevance
596 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()
587 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()
113 uint32_t code_start_offset; // offset in the module bytes of code start. member
899 module->module_start + function->code_start_offset; in CodeMap()
3330 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()