Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-objects.cc206 BytecodeIterator iterator(module_start + func.code_start_offset, in IsBreakablePosition()
734 int offset_in_func = position - func.code_start_offset; in SetBreakpointsOnNewInstance()
869 DCHECK_GE(kMaxInt, functions[func_index].code_start_offset); in GetFunctionOffset()
870 return static_cast<int>(functions[func_index].code_start_offset); in GetFunctionOffset()
882 if (functions[mid].code_start_offset <= byte_offset) { in GetContainingFunction()
890 if (byte_offset < func.code_start_offset || in GetContainingFunction()
906 info->column = position - function.code_start_offset; in GetPositionInfo()
907 info->line_start = function.code_start_offset; in GetPositionInfo()
970 wasm_funs[num_imported_functions + func].code_start_offset; in GetDecodedAsmJsOffsetTable()
997 compiled_module->module()->functions[func_index].code_start_offset; in GetAsmJsSourcePosition()
[all …]
Dwasm-module.h79 uint32_t code_start_offset; // offset in the module bytes of code start. member
258 return module_bytes_.SubVector(function->code_start_offset, in GetFunctionBytes()
Dmodule-decoder.cc613 function->code_start_offset = pc_offset(); in DecodeModule()
702 function->code_start_offset = off(pc_); // ---- code start in DecodeSingleFunction()
836 start_ + function->code_start_offset, in VerifyFunctionBody()
Dwasm-code-specialization.cc51 comp_mod->module()->functions[func_index].code_start_offset; in PatchDirectCallsHelper()
Dwasm-module.cc737 return {static_cast<int>(func.code_start_offset), in GetFunctionOffsetAndLength()
738 static_cast<int>(func.code_end_offset - func.code_start_offset)}; in GetFunctionOffsetAndLength()
807 << (function.code_end_offset - function.code_start_offset); in operator <<()
Dwasm-interpreter.cc852 const byte* code_start = module_start + function->code_start_offset; in CodeMap()
/external/v8/src/compiler/
Dwasm-compiler.cc3977 module_start + function_->code_start_offset, in BuildGraphForWasmFunction()
4108 function_->code_end_offset - function_->code_start_offset, decode_ms, in ExecuteCompilation()
4147 function_->code_end_offset - function_->code_start_offset, in FinishCompilation()
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1634 Body.start = Buffer.data() + Fn.code_start_offset; in translate()
/external/v8/src/
Dapi.cc9357 DCHECK_GE(i::kMaxInt, func.code_start_offset); in GetFunctionRange()
9359 return std::make_pair(static_cast<int>(func.code_start_offset), in GetFunctionRange()