Searched refs:instance_wrapper (Results 1 – 3 of 3) sorted by relevance
375 Handle<WasmInstanceWrapper> instance_wrapper = in AddInstance() local376 handle(instance->instance_wrapper()); in AddInstance()381 instance_wrapper->set_next_wrapper(*current_wrapper); in AddInstance()382 current_wrapper->set_previous_wrapper(*instance_wrapper); in AddInstance()384 set_instances_link(*instance_wrapper); in AddInstance()402 DEFINE_OPTIONAL_OBJ_ACCESSORS(WasmInstanceObject, instance_wrapper, in DEFINE_OBJ_ACCESSORS()458 Handle<WasmInstanceWrapper> instance_wrapper = in New() local460 instance->SetInternalField(kWasmMemInstanceWrapper, *instance_wrapper); in New()1169 Handle<WasmInstanceWrapper> instance_wrapper( in New() local1172 instance_wrapper->set(kWrapperInstanceObject, *cell); in New()[all …]
621 Handle<WasmInstanceWrapper> instance_wrapper = in MemoryInstanceFinalizer() local622 handle(instance->instance_wrapper()); in MemoryInstanceFinalizer()623 DCHECK(WasmInstanceWrapper::IsWasmInstanceWrapper(*instance_wrapper)); in MemoryInstanceFinalizer()624 DCHECK(instance_wrapper->has_instance()); in MemoryInstanceFinalizer()625 bool has_prev = instance_wrapper->has_previous(); in MemoryInstanceFinalizer()626 bool has_next = instance_wrapper->has_next(); in MemoryInstanceFinalizer()636 instance_wrapper->next_wrapper(); in MemoryInstanceFinalizer()643 instance_wrapper->previous_wrapper()->reset_next_wrapper(); in MemoryInstanceFinalizer()647 instance_wrapper->previous_wrapper(); in MemoryInstanceFinalizer()649 instance_wrapper->next_wrapper(); in MemoryInstanceFinalizer()[all …]
128 DECLARE_OPTIONAL_ACCESSORS(instance_wrapper, WasmInstanceWrapper);