Lines Matching refs:WasmInternalFunction
236 // {entry} is either {Null} or a {WasmInternalFunction}.
488 static MaybeHandle<WasmInternalFunction> GetWasmInternalFunction(
491 // Acquires the {WasmInternalFunction} for a given {function_index} from the
492 // cache of the given {instance}, or creates a new {WasmInternalFunction} if
493 // it does not exist yet. The new {WasmInternalFunction} is added to the
495 static Handle<WasmInternalFunction> GetOrCreateWasmInternalFunction(
502 Handle<WasmInternalFunction> val);
699 DECL_ACCESSORS(internal, WasmInternalFunction)
738 class WasmInternalFunction
739 : public TorqueGeneratedWasmInternalFunction<WasmInternalFunction,
742 // Returns a handle to the corresponding WasmInternalFunction if {external} is
744 static MaybeHandle<WasmInternalFunction> FromExternal(Handle<Object> external,
748 DECL_PRINTER(WasmInternalFunction)
752 TQ_OBJECT_CONSTRUCTORS(WasmInternalFunction)