v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler > Member List

This is the complete list of members for v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >, including all inherited members.

arguments_v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >private
ArrayCopy(FullDecoder *decoder, const Value &dst, const Value &dst_index, const Value &src, const Value &src_index, const ArrayIndexImmediate &src_imm, const Value &length)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ArrayFill(FullDecoder *decoder, ArrayIndexImmediate &imm, const Value &array, const Value &index, const Value &value, const Value &length)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ArrayGet(FullDecoder *decoder, const Value &array_obj, const ArrayIndexImmediate &imm, const Value &index, bool is_signed, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ArrayInitSegment(FullDecoder *decoder, const ArrayIndexImmediate &array_imm, const IndexImmediate &segment_imm, const Value &array, const Value &array_index, const Value &segment_offset, const Value &length)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ArrayLen(FullDecoder *decoder, const Value &array_obj, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ArrayNew(FullDecoder *decoder, const ArrayIndexImmediate &imm, const Value &length, const Value &initial_value, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ArrayNewDefault(FullDecoder *decoder, const ArrayIndexImmediate &imm, const Value &length, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ArrayNewFixed(FullDecoder *decoder, const ArrayIndexImmediate &array_imm, const IndexImmediate &length_imm, const Value elements[], Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ArrayNewSegment(FullDecoder *decoder, const ArrayIndexImmediate &array_imm, const IndexImmediate &segment_imm, const Value &offset, const Value &length, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ArraySet(FullDecoder *decoder, const Value &array_obj, const ArrayIndexImmediate &imm, const Value &index, const Value &value)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
Asm()v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inlineprivate
asm_v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >private
AssertNotNullTypecheck(FullDecoder *decoder, const Value &obj, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
AssertNullTypecheck(FullDecoder *decoder, const Value &obj, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
AtomicFence(FullDecoder *decoder)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
AtomicNotify(FullDecoder *decoder, const MemoryAccessImmediate &imm, OpIndex index, OpIndex num_waiters_to_wake, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
AtomicOp(FullDecoder *decoder, WasmOpcode opcode, const Value args[], const size_t argc, const MemoryAccessImmediate &imm, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
AtomicWait(FullDecoder *decoder, WasmOpcode opcode, const MemoryAccessImmediate &imm, OpIndex index, OpIndex expected, V< Word64 > timeout, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
Bailout(FullDecoder *decoder)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
BinOp(FullDecoder *decoder, WasmOpcode opcode, const Value &lhs, const Value &rhs, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
BinOpImpl(FullDecoder *decoder, WasmOpcode opcode, OpIndex lhs, OpIndex rhs)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
Block(FullDecoder *decoder, Control *block)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
BrIf(FullDecoder *decoder, const Value &cond, uint32_t depth)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
BrOnCast(FullDecoder *decoder, wasm::HeapType target_type, const Value &object, Value *value_on_branch, uint32_t br_depth, bool null_succeeds)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
BrOnCastAbstract(FullDecoder *decoder, const Value &object, wasm::HeapType type, Value *value_on_branch, uint32_t br_depth, bool null_succeeds)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
BrOnCastDesc(FullDecoder *decoder, wasm::HeapType target_type, const Value &object, const Value &descriptor, Value *value_on_branch, uint32_t br_depth, bool null_succeeds)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
BrOnCastDescFail(FullDecoder *decoder, wasm::HeapType target_type, const Value &object, const Value &descriptor, Value *value_on_fallthrough, uint32_t br_depth, bool null_succeeds)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
BrOnCastFail(FullDecoder *decoder, wasm::HeapType target_type, const Value &object, Value *value_on_fallthrough, uint32_t br_depth, bool null_succeeds)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
BrOnCastFailAbstract(FullDecoder *decoder, const Value &object, wasm::HeapType type, Value *value_on_fallthrough, uint32_t br_depth, bool null_succeeds)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
BrOnNonNull(FullDecoder *decoder, const Value &ref_object, Value *result, uint32_t depth, bool)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
BrOnNull(FullDecoder *decoder, const Value &ref_object, uint32_t depth, bool pass_null_along_branch, Value *result_on_fallthrough)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
BrOrRet(FullDecoder *decoder, uint32_t depth, uint32_t drop_values=0)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
BrTable(FullDecoder *decoder, const BranchTableImmediate &imm, const Value &key)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
CallDirect(FullDecoder *decoder, const CallFunctionImmediate &imm, const Value args[], Value returns[])v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
CallIndirect(FullDecoder *decoder, const Value &index, const CallIndirectImmediate &imm, const Value args[], Value returns[])v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
CallRef(FullDecoder *decoder, const Value &func_ref, const wasm::FunctionSig *sig, const Value args[], Value returns[])v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
CatchAll(FullDecoder *decoder, Control *block)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
CatchCase(FullDecoder *decoder, Control *block, const wasm::CatchCase &catch_case, base::Vector< Value > values)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
CatchException(FullDecoder *decoder, const TagIndexImmediate &imm, Control *block, base::Vector< Value > values)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
Control typedefv8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >
CurrentMemoryPages(FullDecoder *decoder, const MemoryIndexImmediate &imm, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
DataDrop(FullDecoder *decoder, const IndexImmediate &imm)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
DefaultValue(ValueType type)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inlineprivate
Delegate(FullDecoder *decoder, uint32_t depth, Control *block)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
DoReturn(FullDecoder *decoder, uint32_t drop_values)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
Drop(FullDecoder *decoder)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
EffectHandlerTable(FullDecoder *decoder, Control *block)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ElemDrop(FullDecoder *decoder, const IndexImmediate &imm)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
Else(FullDecoder *decoder, Control *if_block)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
F32Const(FullDecoder *decoder, Value *result, float value)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
F64Const(FullDecoder *decoder, Value *result, double value)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
FallThruTo(FullDecoder *decoder, Control *block)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
FinishFunction(FullDecoder *decoder)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
Forward(FullDecoder *decoder, const Value &from, Value *to)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
FullDecoder typedefv8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >
GlobalGet(FullDecoder *decoder, Value *result, const GlobalIndexImmediate &imm)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
GlobalSet(FullDecoder *decoder, const Value &value, const GlobalIndexImmediate &imm)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
I31GetS(FullDecoder *decoder, const Value &input, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
I31GetU(FullDecoder *decoder, const Value &input, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
I32Const(FullDecoder *decoder, Value *result, int32_t value)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
I64Const(FullDecoder *decoder, Value *result, int64_t value)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
If(FullDecoder *decoder, const Value &cond, Control *if_block)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
kUsesPoppedArgsv8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >static
LoadLane(FullDecoder *decoder, wasm::LoadType type, const Value &value, const Value &index, const MemoryAccessImmediate &imm, const uint8_t laneidx, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
LoadMem(FullDecoder *decoder, wasm::LoadType type, const MemoryAccessImmediate &imm, const Value &index, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
LoadTransform(FullDecoder *decoder, wasm::LoadType type, wasm::LoadTransformationKind transform, const MemoryAccessImmediate &imm, const Value &index, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
LocalGet(FullDecoder *decoder, Value *result, const IndexImmediate &imm)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
locals_v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >private
LocalSet(FullDecoder *decoder, const Value &value, const IndexImmediate &imm)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
LocalTee(FullDecoder *decoder, const Value &value, Value *result, const IndexImmediate &imm)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
Loop(FullDecoder *decoder, Control *block)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
MemoryCopy(FullDecoder *decoder, const MemoryCopyImmediate &imm, const Value &dst, const Value &src, const Value &size)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
MemoryFill(FullDecoder *decoder, const MemoryIndexImmediate &imm, const Value &dst, const Value &value, const Value &size)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
MemoryGrow(FullDecoder *decoder, const MemoryIndexImmediate &imm, const Value &value, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
MemoryInit(FullDecoder *decoder, const MemoryInitImmediate &imm, const Value &dst, const Value &src, const Value &size)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
NextInstruction(FullDecoder *decoder, WasmOpcode)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
NopForTestingUnsupportedInLiftoff(FullDecoder *decoder)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
OnFirstError(FullDecoder *)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
PopControl(FullDecoder *decoder, Control *block)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
RefAsNonNull(FullDecoder *decoder, const Value &arg, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
RefCast(FullDecoder *decoder, const Value &object, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
RefCastAbstract(FullDecoder *decoder, const Value &object, wasm::HeapType type, Value *result, bool null_succeeds)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
RefCastDesc(FullDecoder *decoder, const Value &object, const Value &descriptor, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
RefFunc(FullDecoder *decoder, uint32_t function_index, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
RefGetDesc(FullDecoder *decoder, const Value &ref, Value *desc)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
RefI31(FullDecoder *decoder, const Value &input, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
RefNull(FullDecoder *decoder, ValueType type, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
RefTest(FullDecoder *decoder, wasm::HeapType target_type, const Value &object, Value *result, bool null_succeeds)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
RefTestAbstract(FullDecoder *decoder, const Value &object, wasm::HeapType type, Value *result, bool null_succeeds)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
Result()v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
result_v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >private
Rethrow(FullDecoder *decoder, Control *block)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ReturnCall(FullDecoder *decoder, const CallFunctionImmediate &imm, const Value args[])v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ReturnCallIndirect(FullDecoder *decoder, const Value &index, const CallIndirectImmediate &imm, const Value args[])v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ReturnCallRef(FullDecoder *decoder, const Value &func_ref, const wasm::FunctionSig *sig, const Value args[])v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
S128Const(FullDecoder *decoder, const Simd128Immediate &imm, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
Select(FullDecoder *decoder, const Value &cond, const Value &fval, const Value &tval, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
Simd8x16ShuffleOp(FullDecoder *decoder, const Simd128Immediate &imm, const Value &input0, const Value &input1, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
SimdLaneOp(FullDecoder *decoder, WasmOpcode opcode, const SimdLaneImmediate &imm, base::Vector< const Value > inputs, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
SimdOp(FullDecoder *decoder, WasmOpcode opcode, const Value *args, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StartFunction(FullDecoder *decoder)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StartFunctionBody(FullDecoder *decoder, Control *block)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StoreLane(FullDecoder *decoder, wasm::StoreType type, const MemoryAccessImmediate &imm, const Value &index, const Value &value, const uint8_t laneidx)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StoreMem(FullDecoder *decoder, wasm::StoreType type, const MemoryAccessImmediate &imm, const Value &index, const Value &value)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringAsIter(FullDecoder *decoder, const Value &str, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringAsWtf16(FullDecoder *decoder, const Value &str, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringAsWtf8(FullDecoder *decoder, const Value &str, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringCompare(FullDecoder *decoder, const Value &lhs, const Value &rhs, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringConcat(FullDecoder *decoder, const Value &head, const Value &tail, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringConst(FullDecoder *decoder, const StringConstImmediate &imm, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringEncodeWtf16(FullDecoder *decoder, const MemoryIndexImmediate &imm, const Value &str, const Value &offset, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringEncodeWtf16Array(FullDecoder *decoder, const Value &str, const Value &array, const Value &start, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringEncodeWtf8(FullDecoder *decoder, const MemoryIndexImmediate &memory, const unibrow::Utf8Variant variant, const Value &str, const Value &offset, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringEncodeWtf8Array(FullDecoder *decoder, const unibrow::Utf8Variant variant, const Value &str, const Value &array, const Value &start, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringEq(FullDecoder *decoder, const Value &a, const Value &b, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringFromCodePoint(FullDecoder *decoder, const Value &code_point, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringHash(FullDecoder *decoder, const Value &string, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringIsUSVSequence(FullDecoder *decoder, const Value &str, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringMeasureWtf16(FullDecoder *decoder, const Value &str, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringMeasureWtf8(FullDecoder *decoder, const unibrow::Utf8Variant variant, const Value &str, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringNewWtf16(FullDecoder *decoder, const MemoryIndexImmediate &imm, const Value &offset, const Value &size, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringNewWtf16Array(FullDecoder *decoder, const Value &array, const Value &start, const Value &end, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringNewWtf8(FullDecoder *decoder, const MemoryIndexImmediate &imm, const unibrow::Utf8Variant variant, const Value &offset, const Value &size, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringNewWtf8Array(FullDecoder *decoder, const unibrow::Utf8Variant variant, const Value &array, const Value &start, const Value &end, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringViewIterAdvance(FullDecoder *decoder, const Value &view, const Value &codepoints, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringViewIterNext(FullDecoder *decoder, const Value &view, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringViewIterRewind(FullDecoder *decoder, const Value &view, const Value &codepoints, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringViewIterSlice(FullDecoder *decoder, const Value &view, const Value &codepoints, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringViewWtf16Encode(FullDecoder *decoder, const MemoryIndexImmediate &imm, const Value &view, const Value &offset, const Value &pos, const Value &codeunits, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringViewWtf16GetCodeUnit(FullDecoder *decoder, const Value &view, const Value &pos, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringViewWtf16Slice(FullDecoder *decoder, const Value &view, const Value &start, const Value &end, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringViewWtf8Advance(FullDecoder *decoder, const Value &view, const Value &pos, const Value &bytes, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringViewWtf8Encode(FullDecoder *decoder, const MemoryIndexImmediate &memory, const unibrow::Utf8Variant variant, const Value &view, const Value &addr, const Value &pos, const Value &bytes, Value *next_pos, Value *bytes_written)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StringViewWtf8Slice(FullDecoder *decoder, const Value &view, const Value &start, const Value &end, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StructGet(FullDecoder *decoder, const Value &struct_object, const FieldImmediate &field, bool is_signed, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StructNew(FullDecoder *decoder, const StructIndexImmediate &imm, const Value &descriptor, const Value args[], Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StructNewDefault(FullDecoder *decoder, const StructIndexImmediate &imm, const Value &descriptor, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
StructSet(FullDecoder *decoder, const Value &struct_object, const FieldImmediate &field, const Value &field_value)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
TableCopy(FullDecoder *decoder, const TableCopyImmediate &imm, const Value &dst_val, const Value &src_val, const Value &size_val)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
TableFill(FullDecoder *decoder, const TableIndexImmediate &imm, const Value &start, const Value &value, const Value &count)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
TableGet(FullDecoder *decoder, const Value &index, Value *result, const TableIndexImmediate &imm)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
TableGrow(FullDecoder *decoder, const TableIndexImmediate &imm, const Value &value, const Value &delta, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
TableInit(FullDecoder *decoder, const TableInitImmediate &imm, const Value &dst_val, const Value &src_val, const Value &size_val)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
TableSet(FullDecoder *decoder, const Value &index, const Value &value, const TableIndexImmediate &imm)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
TableSize(FullDecoder *decoder, const TableIndexImmediate &imm, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
Throw(FullDecoder *decoder, const TagIndexImmediate &imm, const Value arg_values[])v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ThrowRef(FullDecoder *decoder, Value *value)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
TraceInstruction(FullDecoder *decoder, uint32_t markid)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
Trap(FullDecoder *decoder, wasm::TrapReason reason)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
trusted_instance_data_v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >private
Try(FullDecoder *decoder, Control *block)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
TryTable(FullDecoder *decoder, Control *block)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
UnOp(FullDecoder *decoder, WasmOpcode opcode, const Value &value, Value *result)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
UnOpImpl(FullDecoder *decoder, WasmOpcode opcode, OpIndex arg, ValueType input_type)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline
ValidationTag typedefv8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >
WasmInJsInliningInterface(Assembler &assembler, base::Vector< const OpIndex > arguments, V< WasmTrustedInstanceData > trusted_instance_data)v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >inline