Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-specialization.cc80 DCHECK(old_globals_start == 0 && new_globals_start == 0); in RelocateGlobals()
83 new_globals_start = new_start; in RelocateGlobals()
168 bool reloc_globals = old_globals_start || new_globals_start; in ApplyToWasmCode()
205 old_globals_start, new_globals_start, icache_flush_mode); in ApplyToWasmCode()
Dwasm-code-specialization.h55 Address new_globals_start = 0; variable
Dwasm-module.cc1076 Address new_globals_start = in Build() local
1078 code_specialization.RelocateGlobals(old_globals_start, new_globals_start); in Build()