Home
last modified time | relevance | path

Searched refs:WasmFunction (Results 51 – 75 of 238) sorted by relevance

12345678910

/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-debug.h38 struct WasmFunction;
181 const wasm::WasmFunction& GetFunctionAtAddress(Address pc);
H A Dwasm-debug.cc154 const WasmFunction& GetFunctionAtAddress(Address pc) { in GetFunctionAtAddress()
805 const wasm::WasmFunction& DebugInfo::GetFunctionAtAddress(Address pc) { in GetFunctionAtAddress()
886 const wasm::WasmFunction& func = in FindNextBreakablePosition()
912 const wasm::WasmFunction& func = module->functions[func_index]; in SetBreakPoint()
966 const wasm::WasmFunction& func = module->functions[func_index]; in SetBreakPointForFunction()
1146 const std::vector<wasm::WasmFunction>& functions = module->functions; in GetPossibleBreakpoints()
1185 const wasm::WasmFunction& func = functions[func_idx]; in GetPossibleBreakpoints()
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dwasm-objects.cc39 using WasmFunction = wasm::WasmFunction; typedef
240 WasmFunction& func = shared->module()->functions[func_index]; in IsBreakablePosition()
290 WasmFunction& func = shared->module()->functions[func_index]; in SetBreakPoint()
1108 WasmFunction& func = shared->module()->functions[func_index]; in SetBreakpointsOnNewInstance()
1167 std::vector<WasmFunction>& wasm_funs = shared->module()->functions; in GetDecodedAsmJsOffsetTable()
1257 std::vector<WasmFunction>& functions = module()->functions; in GetPossibleBreakpoints()
1303 WasmFunction& func = functions[func_idx]; in GetPossibleBreakpoints()
1505 std::vector<WasmFunction>& functions = module()->functions; in GetFunctionOffset()
1512 std::vector<WasmFunction>& functions = module()->functions; in GetContainingFunction()
1527 WasmFunction& func = functions[left]; in GetContainingFunction()
[all …]
H A Dmodule-decoder.cc468 WasmFunction* function = &module_->functions.back(); in DecodeImportSection()
534 WasmFunction* function = &module_->functions.back(); in DecodeFunctionSection()
602 WasmFunction* func = nullptr; in DecodeExportSection()
672 WasmFunction* func; in DecodeStartSection()
704 WasmFunction* func = nullptr; in DecodeElementSection()
745 WasmFunction* function = in DecodeFunctionBody()
865 std::unique_ptr<WasmFunction> function) { in DecodeSingleFunction()
1011 const WasmModule* module, WasmFunction* function) { in VerifyFunctionBody()
1064 uint32_t consume_func_index(WasmModule* module, WasmFunction** func) { in consume_func_index()
1467 base::make_unique<WasmFunction>()); in DecodeWasmFunction()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Object/
H A DWasm.h146 ArrayRef<wasm::WasmFunction> functions() const { return Functions; } in functions()
224 wasm::WasmFunction &getDefinedFunction(uint32_t Index);
270 std::vector<wasm::WasmFunction> Functions;
/dports/devel/llvm70/llvm-7.0.1.src/lib/MC/
H A DWasmObjectWriter.cpp119 struct WasmFunction { struct
301 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
306 ArrayRef<WasmFunction> Functions);
317 updateCustomSectionRelocations(const SmallVector<WasmFunction, 4> &Functions,
764 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
772 for (const WasmFunction &Func : Functions) in writeFunctionSection()
839 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
849 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1085 SmallVector<WasmFunction, 4> Functions; in writeObject()
1242 WasmFunction Func; in writeObject()
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/wasm/
H A DInputChunks.h117 InputFunction(const WasmSignature &S, const WasmFunction *Func, ObjFile *F) in InputFunction()
164 const WasmFunction *Function;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/wasm/
H A DInputChunks.h122 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in InputFunction()
172 const WasmFunction *function;
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/wasm/
H A DInputChunks.h122 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in InputFunction()
172 const WasmFunction *function;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/wasm/
H A DInputChunks.h122 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in InputFunction()
172 const WasmFunction *function;
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/wasm/
H A DInputChunks.h122 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in InputFunction()
172 const WasmFunction *function;
/dports/www/firefox/firefox-99.0/js/public/
H A DProtoKey.h129 REAL_IF_WASM_TYPE(WasmFunction, CLASP(WasmFunction)) \
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/wasm/
H A DInputChunks.h122 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in InputFunction()
169 const WasmFunction *function;
/dports/devel/llvm10/llvm-10.0.1.src/lib/MC/
H A DWasmObjectWriter.cpp117 struct WasmFunction { struct
315 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
320 ArrayRef<WasmFunction> Functions);
333 updateCustomSectionRelocations(const SmallVector<WasmFunction, 4> &Functions,
743 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
751 for (const WasmFunction &Func : Functions) in writeFunctionSection()
824 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
834 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1112 SmallVector<WasmFunction, 4> Functions; in writeObject()
1316 WasmFunction Func; in writeObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp117 struct WasmFunction { struct
315 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
320 ArrayRef<WasmFunction> Functions);
333 updateCustomSectionRelocations(const SmallVector<WasmFunction, 4> &Functions,
743 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
751 for (const WasmFunction &Func : Functions) in writeFunctionSection()
824 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
834 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1112 SmallVector<WasmFunction, 4> Functions; in writeObject()
1316 WasmFunction Func; in writeObject()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp117 struct WasmFunction { struct
315 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
320 ArrayRef<WasmFunction> Functions);
333 updateCustomSectionRelocations(const SmallVector<WasmFunction, 4> &Functions,
743 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
751 for (const WasmFunction &Func : Functions) in writeFunctionSection()
824 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
834 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1112 SmallVector<WasmFunction, 4> Functions; in writeObject()
1316 WasmFunction Func; in writeObject()
/dports/devel/llvm90/llvm-9.0.1.src/lib/MC/
H A DWasmObjectWriter.cpp117 struct WasmFunction { struct
314 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
319 ArrayRef<WasmFunction> Functions);
332 updateCustomSectionRelocations(const SmallVector<WasmFunction, 4> &Functions,
772 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
780 for (const WasmFunction &Func : Functions) in writeFunctionSection()
853 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
863 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1141 SmallVector<WasmFunction, 4> Functions; in writeObject()
1345 WasmFunction Func; in writeObject()
/dports/devel/llvm80/llvm-8.0.1.src/lib/MC/
H A DWasmObjectWriter.cpp119 struct WasmFunction { struct
300 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
305 ArrayRef<WasmFunction> Functions);
317 updateCustomSectionRelocations(const SmallVector<WasmFunction, 4> &Functions,
778 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
786 for (const WasmFunction &Func : Functions) in writeFunctionSection()
869 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
879 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1156 SmallVector<WasmFunction, 4> Functions; in writeObject()
1329 WasmFunction Func; in writeObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/wasm/
H A DInputChunks.h124 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in InputFunction()
179 const WasmFunction *function;
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/wasm/
H A DInputChunks.h125 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in InputFunction()
180 const WasmFunction *function;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/wasm/
H A DInputChunks.h125 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in InputFunction()
180 const WasmFunction *function;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/
H A DWasmObjectWriter.cpp118 struct WasmFunction { struct
331 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
336 ArrayRef<WasmFunction> Functions);
350 updateCustomSectionRelocations(const SmallVector<WasmFunction, 4> &Functions,
778 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
786 for (const WasmFunction &Func : Functions) in writeFunctionSection()
896 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
905 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1183 SmallVector<WasmFunction, 4> Functions; in writeObject()
1392 WasmFunction Func; in writeObject()
/dports/devel/llvm11/llvm-11.0.1.src/lib/MC/
H A DWasmObjectWriter.cpp118 struct WasmFunction { struct
331 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
336 ArrayRef<WasmFunction> Functions);
350 updateCustomSectionRelocations(const SmallVector<WasmFunction, 4> &Functions,
778 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
786 for (const WasmFunction &Func : Functions) in writeFunctionSection()
896 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
905 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1183 SmallVector<WasmFunction, 4> Functions; in writeObject()
1392 WasmFunction Func; in writeObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp75 struct WasmFunction { struct
314 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
319 ArrayRef<WasmFunction> Functions);
334 updateCustomSectionRelocations(const SmallVector<WasmFunction, 4> &Functions,
770 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
778 for (const WasmFunction &Func : Functions) in writeFunctionSection()
906 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
915 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1315 SmallVector<WasmFunction, 4> Functions; in writeOneObject()
1431 WasmFunction Func; in writeOneObject()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-debug.cc1092 const wasm::WasmFunction* func = &handle->module()->functions[func_index]; in PrepareStepIn()
1104 const wasm::WasmFunction* func = &handle->module()->functions[func_index]; in SetBreakpoint()
1115 const wasm::WasmFunction* func = &handle->module()->functions[func_index]; in ClearBreakpoint()
1251 const wasm::WasmFunction& func = in FindNextBreakablePosition()
1275 const wasm::WasmFunction& func = module->functions[func_index]; in SetBreakPoint()
1312 const wasm::WasmFunction& func = module->functions[func_index]; in SetBreakPointForFunction()
1350 const wasm::WasmFunction& func = module->functions[func_index]; in ClearBreakPoint()
1549 const wasm::WasmFunction& func = module->functions[func_index]; in SetBreakpointsOnNewInstance()
1563 const std::vector<wasm::WasmFunction>& functions = module->functions; in GetPossibleBreakpoints()
1602 const wasm::WasmFunction& func = functions[func_idx]; in GetPossibleBreakpoints()

12345678910