/third_party/node/deps/v8/src/codegen/ |
H A D | code-reference.h | 25 : 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 D | code-reference.cc | 91 case Kind::WASM: \
|
H A D | optimized-compilation-info.cc | 159 return StackFrame::WASM; in GetOutputStackFrameType()
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/ |
H A D | Makefile | 37 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 D | Makefile | 37 LDFLAGS += -s WASM=1 -s ALLOW_MEMORY_GROWTH=1 -s NO_EXIT_RUNTIME=0 -s ASSERTIONS=1
|
/third_party/skia/modules/canvaskit/ |
H A D | compile_gm.sh | 182 # 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 D | compile.sh | 408 -s WASM=1 \
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | wasm-module-debug.cc | 101 case StackFrame::WASM: { in GetCallStack() 160 case StackFrame::WASM: { in FindWasmFrame()
|
/third_party/node/deps/v8/src/execution/ |
H A D | frames.h | 102 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 D | frames.cc | 641 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 D | isolate.cc | 1132 case StackFrame::WASM: in VisitStack() 1969 case StackFrame::WASM: { in ThrowInternal()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profile-generator.h | 65 enum class CodeType { JS, WASM, OTHER }; member in v8::internal::CodeEntry::CodeType 120 case CodeType::WASM: in code_type_string()
|
H A D | profiler-listener.cc | 243 CodeEntry::CodeType::WASM); in CodeCreateEvent()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-engine.cc | 1371 if (frame->type() != StackFrame::WASM) return; in ReportLiveCodeFromFrameForGC()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 942 if (type == StackFrame::WASM) Push(kWasmInstanceRegister); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 810 __ 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 D | code-generator-loong64.cc | 1972 __ LeaveFrame(StackFrame::WASM); in AssembleArchTrap()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.cc | 1371 if (type == StackFrame::WASM) Push(kWasmInstanceRegister); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.cc | 2646 } else if (type == StackFrame::WASM || in TruncateDoubleToI()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.cc | 2757 if (type == StackFrame::WASM) Push(kWasmInstanceRegister); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 416 __ LeaveFrame(StackFrame::WASM); in GenerateCallToTrap()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 3865 __ LeaveFrame(StackFrame::WASM); in AssembleArchTrap()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 3590 __ LeaveFrame(StackFrame::WASM); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 3777 __ LeaveFrame(StackFrame::WASM); in AssembleArchTrap()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 3260 __ LeaveFrame(StackFrame::WASM); in AssembleArchTrap()
|