Lines Matching refs:WasmExportedFunction
353 if (WasmExportedFunction::IsWasmExportedFunction(*external)) {
354 auto exported_function = Handle<WasmExportedFunction>::cast(external);
638 // The {WasmExportedFunction} will be created lazily.
666 if (WasmExportedFunction::IsWasmExportedFunction(*element)) {
667 auto target_func = Handle<WasmExportedFunction>::cast(element);
1418 auto external = Handle<WasmExternalFunction>::cast(WasmExportedFunction::New(
1879 bool WasmExportedFunction::IsWasmExportedFunction(Object object) {
1932 WasmInstanceObject WasmExportedFunction::instance() {
1936 int WasmExportedFunction::function_index() {
1940 Handle<WasmExportedFunction> WasmExportedFunction::New(
2019 return Handle<WasmExportedFunction>::cast(js_function);
2022 Address WasmExportedFunction::GetWasmCallTarget() {
2026 const wasm::FunctionSig* WasmExportedFunction::sig() {
2030 bool WasmExportedFunction::MatchesSignature(
2048 std::unique_ptr<char[]> WasmExportedFunction::GetDebugName(
2087 // WasmExportedFunction.
2089 if (WasmExportedFunction::IsWasmExportedFunction(*callable)) {
2090 call_target = WasmExportedFunction::cast(*callable).GetWasmCallTarget();
2210 return WasmExportedFunction::IsWasmExportedFunction(object) ||
2217 if (WasmExportedFunction::IsWasmExportedFunction(*external) ||
2325 if (WasmExportedFunction::IsWasmExportedFunction(*value)) {
2326 WasmExportedFunction function =
2327 WasmExportedFunction::cast(*value);