Home
last modified time | relevance | path

Searched refs:IsWasmExportedFunction (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/wasm/
Dwasm-objects.cc823 DCHECK(WasmExportedFunction::IsWasmExportedFunction(*function)); in Set()
1346 bool WasmExportedFunction::IsWasmExportedFunction(Object* object) { in IsWasmExportedFunction() function in v8::internal::WasmExportedFunction
1355 DCHECK(IsWasmExportedFunction(object)); in cast()
Dwasm-objects.h482 static bool IsWasmExportedFunction(Object* object);
Dmodule-compiler.cc1493 if (WasmExportedFunction::IsWasmExportedFunction(*value)) { in ProcessImports()
1586 if (!WasmExportedFunction::IsWasmExportedFunction(*val)) { in ProcessImports()
1853 if (WasmExportedFunction::IsWasmExportedFunction(*value)) { in ProcessExports()
Dwasm-js.cc1215 !i::WasmExportedFunction::IsWasmExportedFunction(*value)) { in WebAssemblyTableSet()
/external/v8/src/runtime/
Druntime-test.cc1046 CHECK(WasmExportedFunction::IsWasmExportedFunction(*function)); in RUNTIME_FUNCTION()
/external/v8/src/
Dobjects-printer.cc1370 if (WasmExportedFunction::IsWasmExportedFunction(this)) { in JSFunctionPrint()