Searched refs:globals_area (Results 1 – 5 of 5) sorted by relevance
67 globals_area = 0; in TestingModule()106 return reinterpret_cast<T*>(globals_area + global->offset); in AddGlobal()178 if (globals_area == 0) { in AddGlobal()179 globals_area = reinterpret_cast<uintptr_t>(global_data); in AddGlobal()
130 uintptr_t globals_area; // address of the globals area. member
323 module_env.globals_area = reinterpret_cast<uintptr_t>(globals_addr); in Instantiate()456 module_env.globals_area = reinterpret_cast<uintptr_t>(globals_addr.get()); in CompileAndRunWasmModule()
105 menv.globals_area = 0; in DecodeModule()
1667 module_->globals_area + module_->module->globals->at(index).offset); in LoadGlobal()1679 module_->globals_area + module_->module->globals->at(index).offset); in StoreGlobal()