Home
last modified time | relevance | path

Searched refs:func_code_offset (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dwasm-objects.cc493 uint32_t func_code_offset = module->functions[func_index].code.offset(); in GetSourcePosition() local
494 uint32_t total_offset = func_code_offset + byte_offset; in GetSourcePosition()
/external/v8/src/
Dframes.cc1778 int func_code_offset = module->functions[func_index].code.offset(); in Print() local
1782 pos - func_code_offset); in Print()