Searched refs:IsWasmExportedFunction (Results 1 – 6 of 6) sorted by relevance
823 DCHECK(WasmExportedFunction::IsWasmExportedFunction(*function)); in Set()1346 bool WasmExportedFunction::IsWasmExportedFunction(Object* object) { in IsWasmExportedFunction() function in v8::internal::WasmExportedFunction1355 DCHECK(IsWasmExportedFunction(object)); in cast()
482 static bool IsWasmExportedFunction(Object* object);
1493 if (WasmExportedFunction::IsWasmExportedFunction(*value)) { in ProcessImports()1586 if (!WasmExportedFunction::IsWasmExportedFunction(*val)) { in ProcessImports()1853 if (WasmExportedFunction::IsWasmExportedFunction(*value)) { in ProcessExports()
1215 !i::WasmExportedFunction::IsWasmExportedFunction(*value)) { in WebAssemblyTableSet()
1046 CHECK(WasmExportedFunction::IsWasmExportedFunction(*function)); in RUNTIME_FUNCTION()
1370 if (WasmExportedFunction::IsWasmExportedFunction(this)) { in JSFunctionPrint()