Lines Matching defs:ref
1545 Address opt_call_target, Handle<HeapObject> ref, Handle<Map> rtt) {
1552 result.set_ref(*ref);
1563 Handle<WasmApiFunctionRef> ref = NewWasmApiFunctionRef(callable, suspender);
1565 NewWasmInternalFunction(opt_call_target, ref, rtt);
1592 Address call_target, Handle<Object> ref, int func_index,
1596 NewWasmInternalFunction(call_target, Handle<HeapObject>::cast(ref), rtt);
1602 DCHECK(ref->IsWasmInstanceObject() || ref->IsWasmApiFunctionRef());
1624 Handle<WasmApiFunctionRef> ref =
1627 NewWasmInternalFunction(call_target, ref, rtt);