Home
last modified time | relevance | path

Searched refs:WASM (Results 1 - 25 of 36) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/
H A Dcode-reference.h25 : kind_(Kind::WASM), wasm_code_(wasm_code) {} in CodeReference()
43 bool is_wasm_code() const { return kind_ == Kind::WASM; } in is_wasm_code()
51 DCHECK_EQ(Kind::WASM, kind_); in as_wasm_code()
56 enum class Kind { NONE, JS, WASM, CODE_DESC } kind_; member in v8::internal::CodeReference::Kind
H A Dcode-reference.cc91 case Kind::WASM: \
H A Doptimized-compilation-info.cc159 return StackFrame::WASM; in GetOutputStackFrameType()
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/
H A DMakefile37 LDFLAGS += -s WASM=1 -s ALLOW_MEMORY_GROWTH=1 -s NO_EXIT_RUNTIME=0 -s ASSERTIONS=1
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
H A DMakefile37 LDFLAGS += -s WASM=1 -s ALLOW_MEMORY_GROWTH=1 -s NO_EXIT_RUNTIME=0 -s ASSERTIONS=1
/third_party/skia/modules/canvaskit/
H A Dcompile_gm.sh182 # These gms do not compile or link with the WASM code. Thus, we omit them.
190 # These tests do not compile with the WASM code (require other deps).
200 # These tests do complex things with TestContexts, which is not easily supported for the WASM
246 -s WASM=1 \
H A Dcompile.sh408 -s WASM=1 \
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dwasm-module-debug.cc101 case StackFrame::WASM: { in GetCallStack()
160 case StackFrame::WASM: { in FindWasmFrame()
/third_party/node/deps/v8/src/execution/
H A Dframes.h102 IF_WASM(V, WASM, WasmFrame) \
224 bool is_wasm() const { return this->type() == WASM; } in is_wasm()
358 IF_WASM(F, WASM, WasmFrameSummary, wasm_summary_, Wasm)
959 Type type() const override { return WASM; }
H A Dframes.cc641 return WASM; in ComputeType()
717 case WASM: in ComputeType()
1118 case WASM: in IterateCompiledFrame()
1643 : FrameSummaryBase(isolate, WASM), in WasmFrameSummary()
1730 case WASM: \
H A Disolate.cc1132 case StackFrame::WASM: in VisitStack()
1969 case StackFrame::WASM: { in ThrowInternal()
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.h65 enum class CodeType { JS, WASM, OTHER }; member in v8::internal::CodeEntry::CodeType
120 case CodeType::WASM: in code_type_string()
H A Dprofiler-listener.cc243 CodeEntry::CodeType::WASM); in CodeCreateEvent()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-engine.cc1371 if (frame->type() != StackFrame::WASM) return; in ReportLiveCodeFromFrameForGC()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc942 if (type == StackFrame::WASM) Push(kWasmInstanceRegister); in CallRecordWriteStub()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc810 __ EnterFrame(StackFrame::WASM); in StartFunctionBody()
945 __ LeaveFrame(StackFrame::WASM); in GenerateOutOfLineCode()
2266 __ LeaveFrame(StackFrame::WASM);
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc1972 __ LeaveFrame(StackFrame::WASM); in AssembleArchTrap()
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc1371 if (type == StackFrame::WASM) Push(kWasmInstanceRegister); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc2646 } else if (type == StackFrame::WASM || in TruncateDoubleToI()
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc2757 if (type == StackFrame::WASM) Push(kWasmInstanceRegister); in CallRecordWriteStub()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc416 __ LeaveFrame(StackFrame::WASM); in GenerateCallToTrap()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc3865 __ LeaveFrame(StackFrame::WASM); in AssembleArchTrap()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc3590 __ LeaveFrame(StackFrame::WASM); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3777 __ LeaveFrame(StackFrame::WASM); in AssembleArchTrap()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc3260 __ LeaveFrame(StackFrame::WASM); in AssembleArchTrap()

Completed in 81 milliseconds

12