/external/v8/src/wasm/ |
D | wasm-engine.cc | 214 std::shared_ptr<NativeModule> native_module, bool error) { in Update() 247 void NativeModuleCache::Erase(NativeModule* native_module) { in Erase() 410 for (auto& native_module : live_modules) { in ~WasmEngine() local 474 std::shared_ptr<NativeModule> native_module = in SyncCompileTranslatedAsmJs() local 486 std::shared_ptr<NativeModule> native_module = in FinalizeTranslatedAsmJs() local 512 std::shared_ptr<NativeModule> native_module = in SyncCompile() local 651 void WasmEngine::CompileFunction(Isolate* isolate, NativeModule* native_module, in CompileFunction() 666 for (auto* native_module : isolates_[isolate]->native_modules) { in TierDownAllModulesPerIsolate() local 674 for (auto& native_module : native_modules) { in TierDownAllModulesPerIsolate() local 687 auto test_can_tier_up = [this](NativeModule* native_module) { in TierUpAllModulesPerIsolate() [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::__anond6e2be390111::BackgroundCompileScope 821 const std::shared_ptr<NativeModule>& native_module, in New() 928 explicit CompilationUnitBuilder(NativeModule* native_module) in CompilationUnitBuilder() 1044 const WasmModule* module, NativeModule* native_module, Counters* counters, in ValidateSequentially() 1080 bool CompileLazy(Isolate* isolate, NativeModule* native_module, in CompileLazy() 1143 void TriggerTierUp(Isolate* isolate, NativeModule* native_module, in TriggerTierUp() 1169 std::weak_ptr<NativeModule> native_module, JobDelegate* delegate) { in ExecuteJSToWasmWrapperCompilationUnits() 1218 std::weak_ptr<NativeModule> native_module, Counters* counters, in ExecuteCompilationUnits() 1322 NativeModule* native_module, in AddExportWrapperUnits() [all …]
|
D | wasm-debug.cc | 106 NativeModule* native_module, in GetLocalNameString() 248 explicit DebugInfoImpl(NativeModule* native_module) in DebugInfoImpl() 798 NativeModule* native_module = in IsAtReturn() local 838 DebugInfo::DebugInfo(NativeModule* native_module) in DebugInfo() 920 int FindNextBreakablePosition(wasm::NativeModule* native_module, int func_index, in FindNextBreakablePosition() 985 wasm::NativeModule* native_module = script->wasm_native_module(); in SetBreakPointForFunction() local 1060 wasm::NativeModule* native_module = script->wasm_native_module(); in ClearBreakPoint() local 1161 wasm::NativeModule* native_module, const v8::debug::Location& start, in GetPossibleBreakpoints()
|
D | wasm-code-manager.h | 160 NativeModule* native_module() const { return native_module_; } in native_module() function 255 WasmCode(NativeModule* native_module, int index, Vector<byte> instructions, in WasmCode() 923 std::shared_ptr<NativeModule> native_module) in GlobalWasmCodeRef()
|
D | streaming-decoder.cc | 316 std::weak_ptr<NativeModule> native_module, in TopTierCompiledCallback() 325 if (std::shared_ptr<NativeModule> native_module = native_module_.lock()) { in operator ()() local 345 const std::shared_ptr<NativeModule>& native_module) { in NotifyNativeModuleCreated()
|
D | module-instantiate.cc | 64 WasmEngine* engine, Counters* counters, NativeModule* native_module, in CompileImportWrapperJob() 422 NativeModule* native_module = module_object_->native_module(); in Build() local 1063 NativeModule* native_module = instance->module_object().native_module(); in ProcessImportedFunction() local 1090 NativeModule* native_module = instance->module_object().native_module(); in ProcessImportedFunction() local 1429 NativeModule* native_module = instance->module_object().native_module(); in CompileImportWrappers() local
|
D | wasm-serialization.cc | 448 WasmSerializer::WasmSerializer(NativeModule* native_module) in WasmSerializer() 486 NativeModuleDeserializer::NativeModuleDeserializer(NativeModule* native_module) in NativeModuleDeserializer()
|
D | wasm-code-manager.cc | 527 void WasmCodeAllocator::Init(NativeModule* native_module) { in Init() 619 Vector<byte> WasmCodeAllocator::AllocateForCode(NativeModule* native_module, in AllocateForCode() 626 NativeModule* native_module, size_t size, base::AddressRegion region, in AllocateForCodeInRegion() 1649 NativeModule* native_module) { in AssignRange() 2065 NativeModule* native_module) in NativeModuleModificationScope()
|
D | wasm-objects.cc | 159 Isolate* isolate, std::shared_ptr<wasm::NativeModule> native_module, in New() 167 Isolate* isolate, std::shared_ptr<wasm::NativeModule> native_module, in New() 633 wasm::NativeModule* native_module = in UpdateDispatchTables() local 1347 wasm::NativeModule* native_module = module_object().native_module(); in GetCallTarget() local 1501 wasm::NativeModule* native_module = in ImportWasmJSFunctionIntoTable() local 2099 Isolate* isolate, std::shared_ptr<wasm::NativeModule> native_module, in New()
|
D | function-compiler.cc | 242 NativeModule* native_module, in CompileWasmFunction()
|
D | c-api.cc | 994 const i::wasm::NativeModule* native_module = in imports() local 1013 const i::wasm::NativeModule* native_module = module_obj->native_module(); in ExportsImpl() local 1033 i::wasm::NativeModule* native_module = in serialize() local
|
D | wasm-js.cc | 83 const std::shared_ptr<i::wasm::NativeModule>& native_module) { in SetClient() 2357 wasm::NativeModule* native_module = instance->module_object().native_module(); in GetLocalNames() local
|
/external/v8/src/debug/wasm/gdb-server/ |
D | wasm-module-debug.cc | 62 int ReturnPc(const NativeModule* native_module, int pc) { in ReturnPc() 121 const NativeModule* native_module = in GetCallStack() local 237 wasm::NativeModule* native_module = module_object->native_module(); in GetWasmLocal() local 270 wasm::NativeModule* native_module = module_object->native_module(); in GetWasmStackValue() local 314 wasm::NativeModule* native_module = module_object->native_module(); in GetWasmModuleBytes() local
|
/external/v8/src/runtime/ |
D | runtime-wasm.cc | 204 auto* native_module = instance->module_object().native_module(); in RUNTIME_FUNCTION() local 259 auto* native_module = instance->module_object().native_module(); in RUNTIME_FUNCTION() local
|
D | runtime-test.cc | 1381 wasm::NativeModule* native_module = module_obj->native_module(); in RUNTIME_FUNCTION() local 1522 auto* native_module = instance->module_object().native_module(); in RUNTIME_FUNCTION() local 1533 auto* native_module = instance->module_object().native_module(); in RUNTIME_FUNCTION() local 1544 auto* native_module = instance->module_object().native_module(); in RUNTIME_FUNCTION() local 1558 wasm::NativeModule* native_module = in RUNTIME_FUNCTION() local
|
/external/v8/src/api/ |
D | api.cc | 7325 std::shared_ptr<internal::wasm::NativeModule> native_module, in CompiledWasmModule() 9730 i::wasm::NativeModule* native_module = script->wasm_native_module(); in GetPossibleBreakpoints() local 9910 i::wasm::NativeModule* native_module = script->wasm_native_module(); in NumFunctions() local 9920 i::wasm::NativeModule* native_module = script->wasm_native_module(); in NumImportedFunctions() local 9938 i::wasm::NativeModule* native_module = script->wasm_native_module(); in GetFunctionRange() local 9953 i::wasm::NativeModule* native_module = script->wasm_native_module(); in GetContainingFunction() local 9964 i::wasm::NativeModule* native_module = script->wasm_native_module(); in GetFunctionHash() local 9979 i::wasm::NativeModule* native_module = script->wasm_native_module(); in CodeOffset() local
|
/external/v8/src/execution/ |
D | frames.cc | 1847 wasm::NativeModule* WasmFrame::native_module() const { in native_module() function in v8::internal::WasmFrame
|
/external/v8/src/objects/ |
D | objects.cc | 4285 auto native_module = wasm_instance->module_object().shared_native_module(); in AppendWasmFrame() local 4850 wasm::NativeModule* native_module = wasm_native_module(); in GetPositionInfo() local
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 7536 wasm::NativeModule* native_module, in CompileWasmCapiCallWrapper()
|