Lines Matching refs:instance
21 TNode<WasmInstanceObject> instance) {
22 return CAST(Load(MachineType::AnyTagged(), instance,
28 TNode<WasmInstanceObject> instance) {
29 return LoadObjectField<FixedArray>(instance,
34 TNode<WasmInstanceObject> instance) {
36 instance, WasmInstanceObject::kWasmInternalFunctionsOffset);
40 TNode<WasmInstanceObject> instance) {
42 instance, WasmInstanceObject::kManagedObjectMapsOffset);
71 TNode<WasmInstanceObject> instance = LoadInstanceFromFrame();
72 TNode<Context> context = LoadContextFromInstance(instance);
75 CAST(CallRuntime(Runtime::kWasmI32AtomicWait, context, instance,
100 TNode<WasmInstanceObject> instance = LoadInstanceFromFrame();
101 TNode<Context> context = LoadContextFromInstance(instance);
104 CAST(CallRuntime(Runtime::kWasmI64AtomicWait, context, instance,