Home
last modified time | relevance | path

Searched refs:wasm_native_module (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc427 return script->wasm_native_module()->wire_bytes().length(); in EndColumn()
477 i::Handle<i::Object> wasm_native_module( in Source()
479 return Utils::Convert<i::Object, ScriptSource>(wasm_native_module); in Source()
516 i::wasm::NativeModule* native_module = script->wasm_native_module(); in GetPossibleBreakpoints()
678 switch (script->wasm_native_module()->module()->debug_symbols.type) { in GetDebugSymbolType()
695 script->wasm_native_module()->module()->debug_symbols; in ExternalSymbolsURL()
699 script->wasm_native_module()->wire_bytes()); in ExternalSymbolsURL()
709 i::wasm::NativeModule* native_module = script->wasm_native_module(); in NumFunctions()
719 i::wasm::NativeModule* native_module = script->wasm_native_module(); in NumImportedFunctions()
729 i::wasm::NativeModule* native_module = script->wasm_native_module(); in GetFunctionRange()
[all...]
H A Ddebug.cc975 wasm_script.wasm_native_module()->GetDebugInfo()->RemoveIsolate( in ClearAllBreakPoints()
/third_party/node/deps/v8/src/objects/
H A Dscript.h105 // [wasm_native_module]: the wasm {NativeModule} this script belongs to.
108 inline wasm::NativeModule* wasm_native_module() const;
H A Dscript-inl.h127 wasm::NativeModule* Script::wasm_native_module() const { in wasm_native_module() function in v8::internal::Script
H A Dobjects.cc4934 wasm::NativeModule* native_module = wasm_native_module(); in GetPositionInfo()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc921 const wasm::WasmModule* module = script->wasm_native_module()->module(); in SetBreakPoint()
927 int breakable_offset = FindNextBreakablePosition(script->wasm_native_module(), in SetBreakPoint()
952 int breakable_offset = FindNextBreakablePosition(script->wasm_native_module(), in SetBreakPointOnFirstBreakableForFunction()
969 wasm::NativeModule* native_module = script->wasm_native_module(); in SetBreakPointForFunction()
1048 wasm::NativeModule* native_module = script->wasm_native_module(); in ClearBreakPoint()

Completed in 21 milliseconds