Home
last modified time | relevance | path

Searched defs:native_module (Results 1 – 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-engine.cc242 std::shared_ptr<NativeModule> native_module, bool error) { in Update()
275 void NativeModuleCache::Erase(NativeModule* native_module) { in Erase()
515 std::shared_ptr<NativeModule> native_module = CompileToNativeModule( in SyncCompileTranslatedAsmJs() local
527 std::shared_ptr<NativeModule> native_module = in FinalizeTranslatedAsmJs() local
555 std::shared_ptr<NativeModule> native_module = CompileToNativeModule( in SyncCompile() local
701 void WasmEngine::CompileFunction(Isolate* isolate, NativeModule* native_module, in CompileFunction()
716 for (auto* native_module : isolates_[isolate]->native_modules) { in TierDownAllModulesPerIsolate() local
724 for (auto& native_module : native_modules) { in TierDownAllModulesPerIsolate() local
737 auto test_can_tier_up = [this](NativeModule* native_module) { in TierUpAllModulesPerIsolate()
745 for (auto* native_module : isolates_[isolate]->native_modules) { in TierUpAllModulesPerIsolate() local
[all …]
Dmodule-compiler.cc86 explicit BackgroundCompileScope(std::weak_ptr<NativeModule> native_module) in BackgroundCompileScope()
89 NativeModule* native_module() const { in native_module() function in v8::internal::wasm::__anond8a41e1c0111::BackgroundCompileScope
883 const std::shared_ptr<NativeModule>& native_module, in New()
947 NativeModule* native_module, const WasmFeatures& enabled_features, in GetRequestedExecutionTiers()
994 explicit CompilationUnitBuilder(NativeModule* native_module) in CompilationUnitBuilder()
1107 const WasmModule* module, NativeModule* native_module, Counters* counters, in ValidateSequentially()
1146 NativeModule* native_module = module_object->native_module(); in CompileLazy() local
1391 void TriggerTierUp(Isolate* isolate, NativeModule* native_module, in TriggerTierUp()
1436 std::weak_ptr<NativeModule> native_module, JobDelegate* delegate) { in ExecuteJSToWasmWrapperCompilationUnits()
1495 std::weak_ptr<NativeModule> native_module, Counters* counters, in ExecuteCompilationUnits()
[all …]
Dcode-space-access.cc19 CodeSpaceWriteScope::CodeSpaceWriteScope(NativeModule* native_module) in CodeSpaceWriteScope()
Dstreaming-decoder.cc323 std::weak_ptr<NativeModule> native_module, in CompilationChunkFinishedCallback()
341 if (std::shared_ptr<NativeModule> native_module = native_module_.lock()) { in call() local
360 const std::shared_ptr<NativeModule>& native_module) { in NotifyNativeModuleCreated()
Dwasm-debug.cc117 explicit DebugInfoImpl(NativeModule* native_module) in DebugInfoImpl()
720 NativeModule* native_module = in IsAtReturn() local
785 DebugInfo::DebugInfo(NativeModule* native_module) in DebugInfo()
879 int FindNextBreakablePosition(wasm::NativeModule* native_module, int func_index, in FindNextBreakablePosition()
969 wasm::NativeModule* native_module = script->wasm_native_module(); in SetBreakPointForFunction() local
1048 wasm::NativeModule* native_module = script->wasm_native_module(); in ClearBreakPoint() local
1151 wasm::NativeModule* native_module, const v8::debug::Location& start, in GetPossibleBreakpoints()
Dwasm-code-manager.h273 NativeModule* native_module() const { return native_module_; } in native_module() function
388 WasmCode(NativeModule* native_module, int index, in WasmCode()
1136 std::shared_ptr<NativeModule> native_module) in GlobalWasmCodeRef()
Dmodule-instantiate.cc52 Counters* counters, NativeModule* native_module, in CompileImportWrapperJob()
475 NativeModule* native_module = module_object_->native_module(); in Build() local
1141 NativeModule* native_module = instance->module_object().native_module(); in ProcessImportedFunction() local
1171 NativeModule* native_module = instance->module_object().native_module(); in ProcessImportedFunction() local
1194 NativeModule* native_module = instance->module_object().native_module(); in ProcessImportedFunction() local
1572 NativeModule* native_module = instance->module_object().native_module(); in CompileImportWrappers() local
Dwasm-serialization.cc350 NativeModule* native_module = code->native_module(); in WriteCode() local
477 WasmSerializer::WasmSerializer(NativeModule* native_module) in WasmSerializer()
643 NativeModuleDeserializer::NativeModuleDeserializer(NativeModule* native_module) in NativeModuleDeserializer()
Dfunction-compiler.cc152 NativeModule* native_module, in CompileWasmFunction()
Dwasm-objects.cc101 Isolate* isolate, std::shared_ptr<wasm::NativeModule> native_module, in New()
109 Isolate* isolate, std::shared_ptr<wasm::NativeModule> native_module, in New()
583 wasm::NativeModule* native_module = in UpdateDispatchTables() local
1293 wasm::NativeModule* native_module = module_object().native_module(); in GetCallTarget() local
1461 wasm::NativeModule* native_module = in ImportWasmJSFunctionIntoTable() local
2237 Isolate* isolate, std::shared_ptr<wasm::NativeModule> native_module, in New()
Dwasm-code-manager.cc706 NativeModule* native_module, size_t size) { in AllocateForCode()
711 NativeModule* native_module, size_t size, base::AddressRegion region) { in AllocateForCodeInRegion()
1985 NativeModule* native_module) { in AssignRange()
Dc-api.cc1151 const i::wasm::NativeModule* native_module = in imports() local
1171 const i::wasm::NativeModule* native_module = module_obj->native_module(); in ExportsImpl() local
1192 i::wasm::NativeModule* native_module = in serialize() local
Dwasm-js.cc93 const std::shared_ptr<i::wasm::NativeModule>& native_module) { in SetClient()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc64 int ReturnPc(const NativeModule* native_module, int pc) { in ReturnPc()
124 const NativeModule* native_module = in GetCallStack() local
241 wasm::NativeModule* native_module = module_object->native_module(); in GetWasmLocal() local
274 wasm::NativeModule* native_module = module_object->native_module(); in GetWasmStackValue() local
344 wasm::NativeModule* native_module = module_object->native_module(); in GetWasmModuleBytes() local
/third_party/node/deps/v8/src/runtime/
Druntime-test-wasm.cc327 wasm::NativeModule* native_module = module_obj->native_module(); in RUNTIME_FUNCTION() local
434 auto* native_module = instance->module_object().native_module(); in RUNTIME_FUNCTION() local
462 wasm::NativeModule* native_module = in RUNTIME_FUNCTION() local
477 wasm::NativeModule* native_module = in RUNTIME_FUNCTION() local
Druntime-wasm.cc230 auto* native_module = instance->module_object().native_module(); in RUNTIME_FUNCTION() local
317 auto* native_module = instance->module_object().native_module(); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc516 i::wasm::NativeModule* native_module = script->wasm_native_module(); in GetPossibleBreakpoints() local
709 i::wasm::NativeModule* native_module = script->wasm_native_module(); in NumFunctions() local
719 i::wasm::NativeModule* native_module = script->wasm_native_module(); in NumImportedFunctions() local
729 i::wasm::NativeModule* native_module = script->wasm_native_module(); in GetFunctionRange() local
744 i::wasm::NativeModule* native_module = script->wasm_native_module(); in GetContainingFunction() local
755 i::wasm::NativeModule* native_module = script->wasm_native_module(); in GetFunctionHash() local
771 i::wasm::NativeModule* native_module = script->wasm_native_module(); in CodeOffset() local
Ddebug-wasm-objects.cc454 auto native_module = in GetName() local
866 wasm::NativeModule* native_module = in GetName() local
/third_party/node/deps/v8/src/execution/
Dframes.cc2087 wasm::NativeModule* WasmFrame::native_module() const { in native_module() function in v8::internal::WasmFrame
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc8115 wasm::WasmCode* CompileWasmCapiCallWrapper(wasm::NativeModule* native_module, in CompileWasmCapiCallWrapper()
8163 wasm::WasmCode* CompileWasmJSFastCallWrapper(wasm::NativeModule* native_module, in CompileWasmJSFastCallWrapper()
/third_party/node/deps/v8/src/objects/
Dobjects.cc4934 wasm::NativeModule* native_module = wasm_native_module(); in GetPositionInfo() local
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc6660 auto* native_module = code->native_module(); in GenerateLiftoffDebugSideTable() local
/third_party/node/deps/v8/src/api/
Dapi.cc7800 std::shared_ptr<internal::wasm::NativeModule> native_module, in CompiledWasmModule()