Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-specialization.cc184 std::unique_ptr<PatchDirectCallsHelper> patch_direct_calls_helper; in ApplyToWasmCode() local
223 if (!patch_direct_calls_helper) { in ApplyToWasmCode()
224 patch_direct_calls_helper.reset(new PatchDirectCallsHelper( in ApplyToWasmCode()
228 patch_direct_calls_helper->source_pos_it, offset); in ApplyToWasmCode()
230 patch_direct_calls_helper->decoder, in ApplyToWasmCode()
231 patch_direct_calls_helper->func_bytes + byte_pos); in ApplyToWasmCode()