Home
last modified time | relevance | path

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

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