Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_common_i.h27 int globals_start; member
Ddbus_new.c2296 int idx = priv->globals_start; in wpa_dbus_ctrl_iface_props_deinit()
3624 priv->globals_start = num_const; in wpa_dbus_ctrl_iface_props_init()
/external/v8/src/wasm/
Dwasm-module.h202 byte* globals_start = nullptr; // start of the globals area. member
Dwasm-module.cc412 temp_instance.globals_start = nullptr; in CompileToModuleObject()
571 Address globals_start = in ResetCompiledModule() local
573 code_specialization.RelocateGlobals(globals_start, nullptr); in ResetCompiledModule()
Dwasm-interpreter.cc1438 byte* ptr = instance()->globals_start + global->offset; in Execute()
1459 byte* ptr = instance()->globals_start + global->offset; in Execute()
/external/v8/src/compiler/
Dwasm-compiler.cc3115 reinterpret_cast<uintptr_t>(module_->instance->globals_start + in GetGlobal()
3129 reinterpret_cast<uintptr_t>(module_->instance->globals_start + in SetGlobal()