Searched refs:current_instance (Results 1 – 2 of 2) sorted by relevance
67 HINSTANCE current_instance; // Current instance. variable116 current_instance = instance; in InitInstance()375 DialogBox(current_instance, in WndProc()
2111 WasmCompiledModule* current_instance = compiled_module; in ValidateInstancesChain() local2112 while (current_instance->has_weak_next_instance()) { in ValidateInstancesChain()2113 CHECK((prev == nullptr && !current_instance->has_weak_prev_instance()) || in ValidateInstancesChain()2114 current_instance->ptr_to_weak_prev_instance()->value() == prev); in ValidateInstancesChain()2115 CHECK_EQ(current_instance->ptr_to_weak_wasm_module()->value(), in ValidateInstancesChain()2118 current_instance->ptr_to_weak_owning_instance()->value())); in ValidateInstancesChain()2119 prev = current_instance; in ValidateInstancesChain()2120 current_instance = WasmCompiledModule::cast( in ValidateInstancesChain()2121 current_instance->ptr_to_weak_next_instance()->value()); in ValidateInstancesChain()