HomeSort by relevance Sort by last modified time
    Searched refs:WasmFunction (Results 1 - 25 of 29) sorted by null

1 2

  /external/v8/src/wasm/
wasm-interpreter.h 21 struct WasmFunction;
85 const WasmFunction* function() const { return function_; }
100 InterpretedFrame(const WasmFunction* function, int pc, int fp, int sp)
103 const WasmFunction* function_;
139 void PushFrame(const WasmFunction* function, WasmVal* args);
162 // bool SetBreakpoint(const WasmFunction* function, int pc, bool enabled);
163 // bool GetBreakpoint(const WasmFunction* function, int pc);
180 bool SetBreakpoint(const WasmFunction* function, pc_t pc, bool enabled);
183 bool GetBreakpoint(const WasmFunction* function, pc_t pc);
186 bool SetTracing(const WasmFunction* function, bool enabled)
    [all...]
wasm-module.h 73 struct WasmFunction {
165 std::vector<WasmFunction> functions; // functions in this module.
233 WasmName GetName(const WasmFunction* function) const {
247 WasmName GetNameOrNull(const WasmFunction* function) const {
257 Vector<const byte> GetFunctionBytes(const WasmFunction* function) const {
339 WasmFunctionName(const WasmFunction* function, WasmName name)
342 const WasmFunction* function_;
347 std::ostream& operator<<(std::ostream& os, const WasmFunction& function);
module-decoder.h 46 typedef Result<WasmFunction*> FunctionResult;
module-decoder.cc 339 WasmFunction* function = &module->functions.back();
406 WasmFunction* function = &module->functions.back();
484 WasmFunction* func = nullptr;
554 WasmFunction* func;
588 WasmFunction* func = nullptr;
610 WasmFunction* function =
697 WasmFunction* function) {
828 WasmFunction* function) {
    [all...]
wasm-objects.cc 205 WasmFunction& func = compiled_module->module()->functions[func_index];
733 WasmFunction& func = compiled_module->module()->functions[func_index];
    [all...]
wasm-interpreter.cc 828 const WasmFunction* function; // wasm function
839 // The main storage for interpreter code. It maps {WasmFunction} to the
851 const WasmFunction* function = &module->functions[i];
858 InterpreterCode* FindCode(const WasmFunction* function) {
892 int AddFunction(const WasmFunction* function, const byte* code_start,
904 bool SetFunctionCode(const WasmFunction* function, const byte* start,
935 void PushFrame(const WasmFunction* function, WasmVal* args) {
    [all...]
wasm-text.cc 41 const WasmFunction *fun = &module->functions[func_index];
wasm-code-specialization.cc 113 std::vector<WasmFunction>* wasm_functions =
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 88 struct WasmFunction {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 88 struct WasmFunction {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 88 struct WasmFunction {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 88 struct WasmFunction {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 88 struct WasmFunction {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 88 struct WasmFunction {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 88 struct WasmFunction {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 88 struct WasmFunction {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 83 const std::vector<wasm::WasmFunction>& functions() const { return Functions; }
180 std::vector<wasm::WasmFunction> Functions;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 83 const std::vector<wasm::WasmFunction>& functions() const { return Functions; }
180 std::vector<wasm::WasmFunction> Functions;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 83 const std::vector<wasm::WasmFunction>& functions() const { return Functions; }
180 std::vector<wasm::WasmFunction> Functions;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 83 const std::vector<wasm::WasmFunction>& functions() const { return Functions; }
180 std::vector<wasm::WasmFunction> Functions;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 83 const std::vector<wasm::WasmFunction>& functions() const { return Functions; }
180 std::vector<wasm::WasmFunction> Functions;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 83 const std::vector<wasm::WasmFunction>& functions() const { return Functions; }
180 std::vector<wasm::WasmFunction> Functions;