Home
last modified time | relevance | path

Searched refs:WasmFunction (Results 76 – 100 of 238) sorted by relevance

12345678910

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-debug.cc284 const WasmFunction& GetFunctionAtAddress(Address pc) { in GetFunctionAtAddress()
857 const wasm::WasmFunction& DebugInfo::GetFunctionAtAddress(Address pc) { in GetFunctionAtAddress()
926 const wasm::WasmFunction& func = in FindNextBreakablePosition()
950 const wasm::WasmFunction& func = module->functions[func_index]; in SetBreakPoint()
987 const wasm::WasmFunction& func = module->functions[func_index]; in SetBreakPointForFunction()
1167 const std::vector<wasm::WasmFunction>& functions = module->functions; in GetPossibleBreakpoints()
1206 const wasm::WasmFunction& func = functions[func_idx]; in GetPossibleBreakpoints()
H A Dwasm-module.cc88 const std::vector<WasmFunction>& functions = module->functions; in GetWasmFunctionOffset()
96 const std::vector<WasmFunction>& functions = module->functions; in GetNearestWasmFunction()
120 const WasmFunction& func = module->functions[func_index]; in GetContainingWasmFunction()
201 WasmName ModuleWireBytes::GetNameOrNull(const WasmFunction* function, in GetNameOrNull()
H A Dmodule-decoder.cc605 WasmFunction* function = &module_->functions.back(); in DecodeImportSection()
699 WasmFunction* function = &module_->functions.back(); in DecodeFunctionSection()
787 WasmFunction* func = nullptr; in DecodeExportSection()
870 WasmFunction* func; in DecodeStartSection()
964 WasmFunction* function = in DecodeFunctionBody()
1265 std::unique_ptr<WasmFunction> function) { in DecodeSingleFunction()
1434 const WasmModule* module, WasmFunction* function) { in VerifyFunctionBody()
1495 uint32_t consume_func_index(WasmModule* module, WasmFunction** func, in consume_func_index()
2128 WasmFunction* func = nullptr; in consume_element_func_index()
2300 std::make_unique<WasmFunction>()); in DecodeWasmFunctionForTesting()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dmodule-decoder.cc597 WasmFunction* function = &module_->functions.back(); in DecodeImportSection()
688 WasmFunction* function = &module_->functions.back(); in DecodeFunctionSection()
764 WasmFunction* func = nullptr; in DecodeExportSection()
841 WasmFunction* func; in DecodeStartSection()
934 WasmFunction* function = in DecodeFunctionBody()
1258 std::unique_ptr<WasmFunction> function) { in DecodeSingleFunction()
1412 const WasmModule* module, WasmFunction* function) { in VerifyFunctionBody()
1473 uint32_t consume_func_index(WasmModule* module, WasmFunction** func, in consume_func_index()
1953 WasmFunction* func = nullptr; in consume_element_func_index()
2096 std::make_unique<WasmFunction>()); in DecodeWasmFunctionForTesting()
H A Dwasm-module.cc80 const std::vector<WasmFunction>& functions = module->functions; in GetWasmFunctionOffset()
88 const std::vector<WasmFunction>& functions = module->functions; in GetNearestWasmFunction()
112 const WasmFunction& func = module->functions[func_index]; in GetContainingWasmFunction()
193 WasmName ModuleWireBytes::GetNameOrNull(const WasmFunction* function, in GetNameOrNull()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/wasm/
H A DInputChunks.h257 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in relocTypeToString()
305 const WasmFunction *function; in relocTypeToString()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/wasm/
H A DInputChunks.h257 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in InputFunction()
305 const WasmFunction *function;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/wasm/
H A DInputChunks.h256 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in InputFunction()
304 const WasmFunction *function;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/wasm/
H A DInputChunks.h257 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in InputFunction()
305 const WasmFunction *function;
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/wasm/
H A DInputChunks.h257 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f)
305 const WasmFunction *function;
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dwasm-interpreter.cc642 const WasmFunction* function; // wasm function
939 for (const WasmFunction& function : module->functions) { in CodeMap()
958 InterpreterCode* GetCode(const WasmFunction* function) { in GetCode()
1010 void AddFunction(const WasmFunction* function, const byte* code_start, in AddFunction()
1021 void SetFunctionCode(const WasmFunction* function, const byte* start, in SetFunctionCode()
1094 void InitFrame(const WasmFunction* function, WasmValue* args) { in InitFrame()
2518 const WasmFunction* function() const { return frame()->code->function; } in function()
2603 void WasmInterpreter::Thread::InitFrame(const WasmFunction* function, in InitFrame()
2715 bool WasmInterpreter::SetBreakpoint(const WasmFunction* function, pc_t pc, in SetBreakpoint()
2778 WasmFunction function{&sig, 0, 0, {0, 0}, false, false}; in ComputeControlTransfersForTesting()
[all …]
H A Dwasm-module.cc76 WasmName ModuleWireBytes::GetName(const WasmFunction* function, in GetName()
90 WasmName ModuleWireBytes::GetNameOrNull(const WasmFunction* function, in GetNameOrNull()
H A Dmodule-decoder.h27 typedef Result<std::unique_ptr<WasmFunction>> FunctionResult;
H A Dfunction-compiler.cc139 const wasm::WasmFunction* function, CompilationMode mode) { in CompileWasmFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DWasmObjectWriter.cpp75 struct WasmFunction { struct
312 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
317 ArrayRef<WasmFunction> Functions);
800 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
808 for (const WasmFunction &Func : Functions) in writeFunctionSection()
936 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
945 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1353 SmallVector<WasmFunction, 4> Functions; in writeOneObject()
1486 WasmFunction Func; in writeOneObject()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DWasmObjectWriter.cpp75 struct WasmFunction { struct
312 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
317 ArrayRef<WasmFunction> Functions);
800 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
808 for (const WasmFunction &Func : Functions) in writeFunctionSection()
936 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
945 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1353 SmallVector<WasmFunction, 4> Functions; in writeOneObject()
1486 WasmFunction Func; in writeOneObject()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DAbstractScopePtr.cpp126 case ScopeKind::WasmFunction: in nextFrameSlot()
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dmodule-decoder.cc717 WasmFunction* function = &module_->functions.back(); in DecodeImportSection()
811 WasmFunction* function = &module_->functions.back(); in DecodeFunctionSection()
899 WasmFunction* func = nullptr; in DecodeExportSection()
982 WasmFunction* func; in DecodeStartSection()
1067 WasmFunction* function = in DecodeFunctionBody()
1447 std::unique_ptr<WasmFunction> function) { in DecodeSingleFunction()
1594 const WasmModule* module, WasmFunction* function) { in VerifyFunctionBody()
1654 uint32_t consume_func_index(WasmModule* module, WasmFunction** func, in consume_func_index()
2087 WasmFunction* func = nullptr; in consume_element_func_index()
2285 std::make_unique<WasmFunction>()); in DecodeWasmFunctionForTesting()
H A Dwasm-module.cc75 const std::vector<WasmFunction>& functions = module->functions; in GetWasmFunctionOffset()
83 const std::vector<WasmFunction>& functions = module->functions; in GetNearestWasmFunction()
107 const WasmFunction& func = module->functions[func_index]; in GetContainingWasmFunction()
205 WasmName ModuleWireBytes::GetNameOrNull(const WasmFunction* function, in GetNameOrNull()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/MC/
H A DWasmObjectWriter.cpp75 struct WasmFunction { struct
312 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
318 ArrayRef<WasmFunction> Functions);
839 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
847 for (const WasmFunction &Func : Functions) in writeFunctionSection()
993 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
1002 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1408 SmallVector<WasmFunction, 4> Functions; in writeOneObject()
1543 WasmFunction Func; in writeOneObject()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MC/
H A DWasmObjectWriter.cpp75 struct WasmFunction { struct
312 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
318 ArrayRef<WasmFunction> Functions);
839 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
847 for (const WasmFunction &Func : Functions) in writeFunctionSection()
993 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
1002 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1408 SmallVector<WasmFunction, 4> Functions; in writeOneObject()
1543 WasmFunction Func; in writeOneObject()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp75 struct WasmFunction { struct
312 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
318 ArrayRef<WasmFunction> Functions);
839 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
847 for (const WasmFunction &Func : Functions) in writeFunctionSection()
993 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
1002 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1408 SmallVector<WasmFunction, 4> Functions; in writeOneObject()
1543 WasmFunction Func; in writeOneObject()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/MC/
H A DWasmObjectWriter.cpp75 struct WasmFunction { struct
312 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
318 ArrayRef<WasmFunction> Functions);
845 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
853 for (const WasmFunction &Func : Functions) in writeFunctionSection()
999 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
1008 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1413 SmallVector<WasmFunction, 4> Functions; in writeOneObject()
1548 WasmFunction Func; in writeOneObject()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DWasmObjectWriter.cpp75 struct WasmFunction { struct
312 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
318 ArrayRef<WasmFunction> Functions);
839 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
847 for (const WasmFunction &Func : Functions) in writeFunctionSection()
993 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
1002 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1408 SmallVector<WasmFunction, 4> Functions; in writeOneObject()
1543 WasmFunction Func; in writeOneObject()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DWasmObjectWriter.cpp75 struct WasmFunction { struct
312 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
318 ArrayRef<WasmFunction> Functions);
839 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
847 for (const WasmFunction &Func : Functions) in writeFunctionSection()
993 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
1002 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1408 SmallVector<WasmFunction, 4> Functions; in writeOneObject()
1543 WasmFunction Func; in writeOneObject()

12345678910