/third_party/node/deps/v8/src/wasm/ |
D | wasm-engine.cc | 242 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 …]
|
D | module-compiler.cc | 86 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 …]
|
D | code-space-access.cc | 19 CodeSpaceWriteScope::CodeSpaceWriteScope(NativeModule* native_module) in CodeSpaceWriteScope()
|
D | streaming-decoder.cc | 323 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()
|
D | wasm-debug.cc | 117 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()
|
D | wasm-code-manager.h | 273 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()
|
D | module-instantiate.cc | 52 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
|
D | wasm-serialization.cc | 350 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()
|
D | function-compiler.cc | 152 NativeModule* native_module, in CompileWasmFunction()
|
D | wasm-objects.cc | 101 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()
|
D | wasm-code-manager.cc | 706 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()
|
D | c-api.cc | 1151 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
|
D | wasm-js.cc | 93 const std::shared_ptr<i::wasm::NativeModule>& native_module) { in SetClient()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
D | wasm-module-debug.cc | 64 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/ |
D | runtime-test-wasm.cc | 327 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
|
D | runtime-wasm.cc | 230 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/ |
D | debug-interface.cc | 516 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
|
D | debug-wasm-objects.cc | 454 auto native_module = in GetName() local 866 wasm::NativeModule* native_module = in GetName() local
|
/third_party/node/deps/v8/src/execution/ |
D | frames.cc | 2087 wasm::NativeModule* WasmFrame::native_module() const { in native_module() function in v8::internal::WasmFrame
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 8115 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/ |
D | objects.cc | 4934 wasm::NativeModule* native_module = wasm_native_module(); in GetPositionInfo() local
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 6660 auto* native_module = code->native_module(); in GenerateLiftoffDebugSideTable() local
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 7800 std::shared_ptr<internal::wasm::NativeModule> native_module, in CompiledWasmModule()
|