Searched refs:JSToWasmWrapperCompilationUnit (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/deps/v8/src/wasm/ |
| D | function-compiler.cc | 208 JSToWasmWrapperCompilationUnit::JSToWasmWrapperCompilationUnit( in JSToWasmWrapperCompilationUnit() function in v8::internal::wasm::JSToWasmWrapperCompilationUnit 222 JSToWasmWrapperCompilationUnit::~JSToWasmWrapperCompilationUnit() = default; 224 void JSToWasmWrapperCompilationUnit::Execute() { in Execute() 233 Handle<Code> JSToWasmWrapperCompilationUnit::Finalize() { in Finalize() 254 Handle<Code> JSToWasmWrapperCompilationUnit::CompileJSToWasmWrapper( in CompileJSToWasmWrapper() 259 JSToWasmWrapperCompilationUnit unit(isolate, sig, module, is_import, in CompileJSToWasmWrapper() 266 Handle<Code> JSToWasmWrapperCompilationUnit::CompileSpecificJSToWasmWrapper( in CompileSpecificJSToWasmWrapper() 271 JSToWasmWrapperCompilationUnit unit(isolate, sig, module, is_import, in CompileSpecificJSToWasmWrapper()
|
| D | function-compiler.h | 100 class V8_EXPORT_PRIVATE JSToWasmWrapperCompilationUnit final { 106 JSToWasmWrapperCompilationUnit(Isolate* isolate, const FunctionSig* sig, 110 ~JSToWasmWrapperCompilationUnit();
|
| D | module-compiler.cc | 589 base::Vector<std::shared_ptr<JSToWasmWrapperCompilationUnit>> 599 std::shared_ptr<JSToWasmWrapperCompilationUnit> 706 std::vector<std::shared_ptr<JSToWasmWrapperCompilationUnit>> 1015 std::shared_ptr<JSToWasmWrapperCompilationUnit> unit) { in AddJSToWasmWrapperUnit() 1067 std::vector<std::shared_ptr<JSToWasmWrapperCompilationUnit>> 1437 std::shared_ptr<JSToWasmWrapperCompilationUnit> wrapper_unit = nullptr; in ExecuteJSToWasmWrapperCompilationUnits() 1626 auto unit = std::make_shared<JSToWasmWrapperCompilationUnit>( in AddExportWrapperUnits() 1629 JSToWasmWrapperCompilationUnit::kAllowGeneric); in AddExportWrapperUnits() 3412 base::Vector<std::shared_ptr<JSToWasmWrapperCompilationUnit>> in CommitCompilationUnits() 3447 std::shared_ptr<JSToWasmWrapperCompilationUnit> [all …]
|
| D | module-instantiate.cc | 773 ToCodeT(JSToWasmWrapperCompilationUnit::CompileJSToWasmWrapper( in Build()
|
| D | wasm-objects.cc | 1413 wasm::JSToWasmWrapperCompilationUnit::CompileJSToWasmWrapper( in GetOrCreateWasmInternalFunction()
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-wasm.cc | 276 wasm::JSToWasmWrapperCompilationUnit::CompileSpecificJSToWasmWrapper( in RUNTIME_FUNCTION()
|