Searched refs:func_bytes (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/wasm/
H A Dwasm-text.cc74 Vector<const byte> func_bytes = wire_bytes.GetFunctionBytes(fun); local
75 BytecodeIterator i(func_bytes.begin(), func_bytes.end(), &decls);
76 DCHECK_LT(func_bytes.begin(), i.pc());
H A Dwasm-code-specialization.cc50 func_bytes = comp_mod->module_bytes()->GetChars() +
56 const byte* func_bytes; member in class:__anon27907::PatchDirectCallsHelper
231 patch_direct_calls_helper->func_bytes + byte_pos);

Completed in 95 milliseconds