![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
This is the complete list of members for v8::internal::wasm::TurboshaftGraphBuildingInterface, including all inherited members.
AnnotateAsString(V< T > value, wasm::ValueType type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
AnnotateResultIfReference(OpIndex result, wasm::ValueType type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
Any typedef | v8::internal::wasm::WasmGraphBuilderBase | protected |
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::wasm::TurboshaftGraphBuildingInterface | inline |
ArrayFill(FullDecoder *decoder, ArrayIndexImmediate &imm, const Value &array, const Value &index, const Value &value, const Value &length) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ArrayFillImpl(V< WasmArray > array, V< Word32 > index, V< Any > value, OpIndex length, const wasm::ArrayType *type, bool emit_write_barrier) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
ArrayGet(FullDecoder *decoder, const Value &array_obj, const ArrayIndexImmediate &imm, const Value &index, bool is_signed, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | 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::wasm::TurboshaftGraphBuildingInterface | inline |
ArrayLen(FullDecoder *decoder, const Value &array_obj, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ArrayNew(FullDecoder *decoder, const ArrayIndexImmediate &imm, const Value &length, const Value &initial_value, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ArrayNewDefault(FullDecoder *decoder, const ArrayIndexImmediate &imm, const Value &length, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ArrayNewFixed(FullDecoder *decoder, const ArrayIndexImmediate &array_imm, const IndexImmediate &length_imm, const Value elements[], Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ArrayNewImpl(FullDecoder *decoder, ModuleTypeIndex index, const ArrayType *array_type, V< Word32 > length, V< Any > initial_value) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
ArrayNewSegment(FullDecoder *decoder, const ArrayIndexImmediate &array_imm, const IndexImmediate &segment_imm, const Value &offset, const Value &length, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ArraySet(FullDecoder *decoder, const Value &array_obj, const ArrayIndexImmediate &imm, const Value &index, const Value &value) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
Asm() | v8::internal::wasm::WasmGraphBuilderBase | inlineprotected |
asm_ | v8::internal::wasm::WasmGraphBuilderBase | protected |
AsmjsLoadMem(V< Word32 > index, MemoryRepresentation repr) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
AsmjsStoreMem(V< Word32 > index, OpIndex value, MemoryRepresentation repr) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
Assembler typedef | v8::internal::wasm::WasmGraphBuilderBase | |
AssertNotNullTypecheck(FullDecoder *decoder, const Value &obj, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
AssertNullTypecheck(FullDecoder *decoder, const Value &obj, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
assumptions_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
AtomicFence(FullDecoder *decoder) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
AtomicNotify(FullDecoder *decoder, const MemoryAccessImmediate &imm, OpIndex index, OpIndex num_waiters_to_wake, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
AtomicOp(FullDecoder *decoder, WasmOpcode opcode, const Value args[], const size_t argc, const MemoryAccessImmediate &imm, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
AtomicWait(FullDecoder *decoder, WasmOpcode opcode, const MemoryAccessImmediate &imm, OpIndex index, OpIndex expected, V< Word64 > timeout, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BindBlockAndGeneratePhis(FullDecoder *decoder, TSBlock *tsblock, Merge< Value > *merge, OpIndex *exception=nullptr) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BinOp(FullDecoder *decoder, WasmOpcode opcode, const Value &lhs, const Value &rhs, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BinOpImpl(WasmOpcode opcode, OpIndex lhs, OpIndex rhs) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
Block(FullDecoder *decoder, Control *block) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
block_phis_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
BoundsCheckArray(V< WasmArrayNullable > array, V< Word32 > index, ValueType array_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BoundsCheckArrayWithLength(V< WasmArrayNullable > array, V< Word32 > index, V< Word32 > length, compiler::CheckForNull null_check) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BoundsCheckMem(const wasm::WasmMemory *memory, MemoryRepresentation repr, OpIndex index, uintptr_t offset, compiler::EnforceBoundsCheck enforce_bounds_check, compiler::AlignmentCheck alignment_check) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
branch_hinting_mode_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
branch_hinting_stresser_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
branch_hints_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
BrIf(FullDecoder *decoder, const Value &cond, uint32_t depth) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BrOnCast(FullDecoder *decoder, HeapType target_type, const Value &object, Value *value_on_branch, uint32_t br_depth, bool null_succeeds) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BrOnCastAbstract(FullDecoder *decoder, const Value &object, HeapType type, Value *value_on_branch, uint32_t br_depth, bool null_succeeds) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BrOnCastDesc(FullDecoder *decoder, HeapType target_type, const Value &object, const Value &descriptor, Value *value_on_branch, uint32_t br_depth, bool null_succeeds) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BrOnCastDescFail(FullDecoder *decoder, HeapType target_type, const Value &object, const Value &descriptor, Value *value_on_fallthrough, uint32_t br_depth, bool null_succeeds) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BrOnCastFail(FullDecoder *decoder, HeapType target_type, const Value &object, Value *value_on_fallthrough, uint32_t br_depth, bool null_succeeds) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BrOnCastFailAbstract(FullDecoder *decoder, const Value &object, HeapType type, Value *value_on_fallthrough, uint32_t br_depth, bool null_succeeds) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BrOnCastFailImpl(FullDecoder *decoder, V< Map > rtt, compiler::WasmTypeCheckConfig config, const Value &object, Value *value_on_fallthrough, uint32_t br_depth, bool null_succeeds) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BrOnCastImpl(FullDecoder *decoder, V< Map > rtt, compiler::WasmTypeCheckConfig config, const Value &object, Value *value_on_branch, uint32_t br_depth, bool null_succeeds) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BrOnNonNull(FullDecoder *decoder, const Value &ref_object, Value *result, uint32_t depth, bool) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BrOnNull(FullDecoder *decoder, const Value &ref_object, uint32_t depth, bool pass_null_along_branch, Value *result_on_fallthrough) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BrOrRet(FullDecoder *decoder, uint32_t depth, uint32_t drop_values=0) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BrTable(FullDecoder *decoder, const BranchTableImmediate &imm, const Value &key) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BuildCcallConvertFloat(OpIndex arg, MemoryRepresentation float_type, ExternalReference ccall_ref) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BuildCcallConvertFloatSat(OpIndex arg, MemoryRepresentation float_type, ExternalReference ccall_ref, bool is_signed) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BuildCCallForFloatConversion(OpIndex arg, MemoryRepresentation float_type, ExternalReference ccall_ref) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BuildChangeEndiannessLoad(OpIndex node, MachineType memtype, wasm::ValueType wasmtype) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BuildChangeEndiannessStore(OpIndex node, MachineRepresentation mem_rep, wasm::ValueType wasmtype) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
BuildChangeInt64ToBigInt(V< Word64 > input, StubCallMode stub_mode) | v8::internal::wasm::WasmGraphBuilderBase | protected |
BuildDecodeException32BitValue(V< FixedArray > exception_values_array, int index) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BuildDecodeException64BitValue(V< FixedArray > exception_values_array, int index) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BuildDiv64Call(OpIndex lhs, OpIndex rhs, ExternalReference ccall_ref, wasm::TrapId trap_zero) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BuildEncodeException32BitValue(V< FixedArray > values_array, uint32_t index, V< Word32 > value) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BuildFunctionReferenceTargetAndImplicitArg(V< WasmFuncRef > func_ref, ValueType type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BuildFunctionTargetAndImplicitArg(V< WasmInternalFunction > internal_function) | v8::internal::wasm::WasmGraphBuilderBase | protected |
BuildImportedFunctionTargetAndImplicitArg(FullDecoder *decoder, uint32_t function_index) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
v8::internal::wasm::WasmGraphBuilderBase::BuildImportedFunctionTargetAndImplicitArg(ConstOrV< Word32 > func_index, V< WasmTrustedInstanceData > trusted_instance_data) | v8::internal::wasm::WasmGraphBuilderBase | protected |
BuildIndirectCallTargetAndImplicitArg(FullDecoder *decoder, V< WordPtr > index_wordptr, CallIndirectImmediate imm, bool needs_type_or_null_check=true) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BuildIntToFloatConversionInstruction(OpIndex input, ExternalReference ccall_ref, MemoryRepresentation input_representation, MemoryRepresentation result_representation) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BuildModifyThreadInWasmFlag(Zone *zone, bool new_value) | v8::internal::wasm::WasmGraphBuilderBase | |
BuildModifyThreadInWasmFlagHelper(Zone *zone, OpIndex thread_in_wasm_flag_address, bool new_value) | v8::internal::wasm::WasmGraphBuilderBase | |
BuildSetNewStackLimit(V< WordPtr > old_limit, V< WordPtr > new_limit) | v8::internal::wasm::WasmGraphBuilderBase | protected |
BuildSwitchBackFromCentralStack(V< WordPtr > old_sp, V< WordPtr > old_limit) | v8::internal::wasm::WasmGraphBuilderBase | protected |
BuildSwitchToTheCentralStack(V< WordPtr > old_limit) | v8::internal::wasm::WasmGraphBuilderBase | protected |
BuildSwitchToTheCentralStackIfNeeded() | v8::internal::wasm::WasmGraphBuilderBase | protected |
BuildWasmCall(FullDecoder *decoder, const FunctionSig *sig, V< CallTarget > callee, V< HeapObject > ref, const Value args[], Value returns[], compiler::WasmCallKind call_kind=compiler::WasmCallKind::kWasmFunction, CheckForException check_for_exception=CheckForException::kCatchInThisFrame) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
BuildWasmMaybeReturnCall(FullDecoder *decoder, const FunctionSig *sig, V< CallTarget > callee, V< HeapObject > ref, const Value args[], compiler::WasmCallKind call_kind=compiler::kWasmFunction) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
CallAndMaybeCatchException(FullDecoder *decoder, V< CallTarget > callee, base::Vector< const OpIndex > args, const TSCallDescriptor *descriptor, CheckForException check_for_exception, OpEffects effects) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
CallBuiltinByPointer(FullDecoder *decoder, const typename Descriptor::arguments_t &args, CheckForException check_for_exception=CheckForException::kNo) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
CallBuiltinThroughJumptable(FullDecoder *decoder, const typename Descriptor::arguments_t &args, CheckForException check_for_exception=CheckForException::kNo) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
CallBuiltinThroughJumptable(FullDecoder *decoder, V< Context > context, const typename Descriptor::arguments_t &args, CheckForException check_for_exception=CheckForException::kNo) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
CallC(const MachineSignature *sig, ExternalReference ref, std::initializer_list< OpIndex > args) | v8::internal::wasm::WasmGraphBuilderBase | protected |
CallC(const MachineSignature *sig, OpIndex function, std::initializer_list< OpIndex > args) | v8::internal::wasm::WasmGraphBuilderBase | protected |
CallC(const MachineSignature *sig, ExternalReference ref, OpIndex arg) | v8::internal::wasm::WasmGraphBuilderBase | inlineprotected |
CallCStackSlotToInt32(OpIndex arg, ExternalReference ref, MemoryRepresentation arg_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
CallCStackSlotToInt32(ExternalReference ref, std::initializer_list< std::pair< OpIndex, MemoryRepresentation > > args) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
CallCStackSlotToStackSlot(ExternalReference ref, MemoryRepresentation res_type, std::initializer_list< std::pair< OpIndex, MemoryRepresentation > > args) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
CallCStackSlotToStackSlot(OpIndex arg, ExternalReference ref, MemoryRepresentation arg_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
CallCStackSlotToStackSlot(OpIndex arg, ExternalReference ref, MemoryRepresentation arg_type, MemoryRepresentation res_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
CallCStackSlotToStackSlot(OpIndex arg0, OpIndex arg1, ExternalReference ref, MemoryRepresentation arg_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
CallDirect(FullDecoder *decoder, const CallFunctionImmediate &imm, const Value args[], Value returns[]) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
CallIndirect(FullDecoder *decoder, const Value &index, const CallIndirectImmediate &imm, const Value args[], Value returns[]) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
CallRef(FullDecoder *decoder, const Value &func_ref, const FunctionSig *sig, const Value args[], Value returns[]) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
CallRuntime(Zone *zone, Runtime::FunctionId f, std::initializer_list< const OpIndex > args, V< Context > context) | v8::internal::wasm::WasmGraphBuilderBase | protected |
CallTarget typedef | v8::internal::wasm::WasmGraphBuilderBase | protected |
CatchAll(FullDecoder *decoder, Control *block) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
CatchCase(FullDecoder *decoder, Control *block, const CatchCase &catch_case, base::Vector< Value > values) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
CatchException(FullDecoder *decoder, const TagIndexImmediate &imm, Control *block, base::Vector< Value > values) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ChangeSmiToUint32(V< Smi > value) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
ChangeTaggedNumberToIntPtr(V< Object > tagged) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ChangeUint31ToSmi(V< Word32 > value) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
CheckForException enum name | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
ConstOrV typedef | v8::internal::wasm::WasmGraphBuilderBase | protected |
CreateFrameState(FullDecoder *decoder, const FunctionSig *callee_sig, const Value *func_ref_or_index, const Value args[]) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
CurrentMemoryPages(FullDecoder *decoder, const MemoryIndexImmediate &imm, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
DataDrop(FullDecoder *decoder, const IndexImmediate &imm) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
DataViewBoundsCheck(FullDecoder *decoder, V< WordPtr > left, V< WordPtr > right, DataViewOp op_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
DataViewDetachedBufferCheck(FullDecoder *decoder, V< Object > dataview, DataViewOp op_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
DataViewGetter(FullDecoder *decoder, const Value args[], DataViewOp op_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
DataViewRangeCheck(FullDecoder *decoder, V< WordPtr > left, V< WordPtr > right, DataViewOp op_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
DataViewSetter(FullDecoder *decoder, const Value args[], DataViewOp op_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
DefaultValue(ValueType type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
Delegate(FullDecoder *decoder, uint32_t depth, Control *block) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
Deopt(FullDecoder *decoder, V< FrameState > frame_state) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
DeoptIfNot(FullDecoder *decoder, OpIndex deopt_condition, V< FrameState > frame_state) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
deopts_enabled() | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
deopts_enabled_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
disable_deopts() | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
DoReturn(FullDecoder *decoder, uint32_t drop_values) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
Drop(FullDecoder *decoder) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ElemDrop(FullDecoder *decoder, const IndexImmediate &imm) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
Else(FullDecoder *decoder, Control *if_block) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
env_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
ExternRefToString(const Value value, bool null_succeeds=false) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ExtractTruncationProjections(V< Tuple< Word64, Word32 > > truncated) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
F32Const(FullDecoder *decoder, Value *result, float value) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
F64Const(FullDecoder *decoder, Value *result, double value) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
FallThruTo(FullDecoder *decoder, Control *block) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
feedback_slot_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
FinishFunction(FullDecoder *decoder) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
Forward(FullDecoder *decoder, const Value &from, Value *to) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
FullDecoder typedef | v8::internal::wasm::TurboshaftGraphBuildingInterface | |
func_index_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
GetBranchHint(FullDecoder *decoder) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
GetBuiltinPointerTarget(Builtin builtin) | v8::internal::wasm::WasmGraphBuilderBase | protected |
GetCodeUnitImpl(FullDecoder *decoder, V< String > string, V< Word32 > offset) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
GetDataViewByteLength(FullDecoder *decoder, V< Object > dataview, DataViewOp op_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
GetDataViewByteLength(FullDecoder *decoder, V< Object > dataview, V< WordPtr > offset, DataViewOp op_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
GetDataViewDataPtr(FullDecoder *decoder, V< Object > dataview, V< WordPtr > offset, DataViewOp op_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
GetExactness(FullDecoder *decoder, HeapType target) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
GetLiftoffFrameSize(const FullDecoder *decoder) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
GetMemoryAccessKind(MemoryRepresentation repr, compiler::BoundsCheckResult bounds_check_result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
GetRttFromDescriptor(const Value &descriptor) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
GetStringIndexOf(FullDecoder *decoder, V< String > string, V< String > search, V< Word32 > start) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
GetTargetForBuiltinCall(Builtin builtin, StubCallMode stub_mode) | v8::internal::wasm::WasmGraphBuilderBase | protected |
GetTrapIdForTrap(wasm::TrapReason reason) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
GlobalGet(FullDecoder *decoder, Value *result, const GlobalIndexImmediate &imm) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
GlobalSet(FullDecoder *decoder, const Value &value, const GlobalIndexImmediate &imm) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
HandleWellKnownImport(FullDecoder *decoder, const CallFunctionImmediate &imm, const Value args[], Value returns[]) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
I31GetS(FullDecoder *decoder, const Value &input, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
I31GetU(FullDecoder *decoder, const Value &input, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
I32Const(FullDecoder *decoder, Value *result, int32_t value) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
I64Const(FullDecoder *decoder, Value *result, int64_t value) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
If(FullDecoder *decoder, const Value &cond, Control *if_block) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
InlineTargetIsTypeCompatible(const WasmModule *module, const FunctionSig *sig, const FunctionSig *inlinee) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
InlineWasmCall(FullDecoder *decoder, uint32_t func_index, const FunctionSig *sig, uint32_t feedback_case, bool is_tail_call, const Value args[], Value returns[]) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
inlining_decisions_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
inlining_id_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
inlining_positions_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
InliningIdField typedef | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
instance_cache_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
is_inlined_tail_call_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
IsArrayNewSegment(V< Object > array) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
IsExplicitStringCast(const Value value) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
IsExternRefString(const Value value) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
IsSimd128ZeroConstant(OpIndex op) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
kInlinedTailCall enum value | v8::internal::wasm::TurboshaftGraphBuildingInterface | |
kInlinedUnhandled enum value | v8::internal::wasm::TurboshaftGraphBuildingInterface | |
kInlinedWithCatch enum value | v8::internal::wasm::TurboshaftGraphBuildingInterface | |
kInliningIdFieldSize | v8::internal::wasm::TurboshaftGraphBuildingInterface | privatestatic |
kNoInliningId | v8::internal::wasm::TurboshaftGraphBuildingInterface | privatestatic |
kPositionFieldShift | v8::internal::wasm::TurboshaftGraphBuildingInterface | privatestatic |
kPositionFieldSize | v8::internal::wasm::TurboshaftGraphBuildingInterface | privatestatic |
kRegular enum value | v8::internal::wasm::TurboshaftGraphBuildingInterface | |
kUsesPoppedArgs | v8::internal::wasm::TurboshaftGraphBuildingInterface | static |
liftoff_frame_size_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
LoadLane(FullDecoder *decoder, LoadType type, const Value &value, const Value &index, const MemoryAccessImmediate &imm, const uint8_t laneidx, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
LoadMem(FullDecoder *decoder, LoadType type, const MemoryAccessImmediate &imm, const Value &index, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
LoadStringLength(V< Object > string) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
LoadTable(FullDecoder *decoder, const TableIndexImmediate &imm) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
LoadTransform(FullDecoder *decoder, LoadType type, LoadTransformationKind transform, const MemoryAccessImmediate &imm, const Value &index, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
LoadTrustedDataFromInstanceObject(V< HeapObject > instance_object) | v8::internal::wasm::WasmGraphBuilderBase | protected |
LocalGet(FullDecoder *decoder, Value *result, const IndexImmediate &imm) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
LocalSet(FullDecoder *decoder, const Value &value, const IndexImmediate &imm) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
LocalTee(FullDecoder *decoder, const Value &value, Value *result, const IndexImmediate &imm) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
Loop(FullDecoder *decoder, Control *block) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
managed_object_maps(bool type_is_shared) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
MaybePhi(base::Vector< const OpIndex > elements, ValueType type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
MaybeSetPositionToParent(OpIndex call, CheckForException check_for_exception) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
MemBuffer(uint32_t mem_index, uintptr_t offset) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
MemOrTableAddressToUintPtrOrOOBTrap(AddressType address_type, V< Word > index, TrapId trap_reason) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
MemoryAddressToUintPtrOrOOBTrap(AddressType address_type, V< Word > index) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
MemoryCopy(FullDecoder *decoder, const MemoryCopyImmediate &imm, const Value &dst, const Value &src, const Value &size) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
MemoryFill(FullDecoder *decoder, const MemoryIndexImmediate &imm, const Value &dst, const Value &value, const Value &size) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
MemoryGrow(FullDecoder *decoder, const MemoryIndexImmediate &imm, const Value &value, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
MemoryInit(FullDecoder *decoder, const MemoryInitImmediate &imm, const Value &dst, const Value &src, const Value &size) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
MemSize(uint32_t index) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
MemStart(uint32_t index) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
Mode enum name | v8::internal::wasm::TurboshaftGraphBuildingInterface | |
mode_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
NewBlockWithPhis(FullDecoder *decoder, Merge< Value > *merge) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
NextInstruction(FullDecoder *decoder, WasmOpcode) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
no_liftoff_inlining_budget() | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
no_liftoff_inlining_budget_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
NopForTestingUnsupportedInLiftoff(FullDecoder *decoder) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
null_check_strategy_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
NullCheck(const Value &value, TrapId trap_id=TrapId::kTrapNullDereference) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
OnFirstError(FullDecoder *) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
OpIndex typedef | v8::internal::wasm::WasmGraphBuilderBase | |
OpIndexToSourcePosition(OpIndex index) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
owned_instance_cache_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
parent_frame_state_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
parent_position_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
PopControl(FullDecoder *decoder, Control *block) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
PositionField typedef | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
real_parameters_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
RefAsNonNull(FullDecoder *decoder, const Value &arg, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
RefCast(FullDecoder *decoder, const Value &object, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
RefCastAbstract(FullDecoder *decoder, const Value &object, HeapType type, Value *result, bool null_succeeds) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
RefCastDesc(FullDecoder *decoder, const Value &object, const Value &desc, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
RefFunc(FullDecoder *decoder, uint32_t function_index, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
RefGetDesc(FullDecoder *decoder, const Value &ref_val, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
RefI31(FullDecoder *decoder, const Value &input, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
RefNull(FullDecoder *decoder, ValueType type, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
RefTest(FullDecoder *decoder, HeapType target, const Value &object, Value *result, bool null_succeeds) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
RefTestAbstract(FullDecoder *decoder, const Value &object, HeapType type, Value *result, bool null_succeeds) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
RegisterRepresentation typedef | v8::internal::wasm::WasmGraphBuilderBase | protected |
RepresentationFor(ValueTypeBase type) | v8::internal::wasm::WasmGraphBuilderBase | protected |
Rethrow(FullDecoder *decoder, Control *block) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
return_block_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
return_catch_block_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
return_phis() | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
return_phis_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
ReturnCall(FullDecoder *decoder, const CallFunctionImmediate &imm, const Value args[]) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ReturnCallIndirect(FullDecoder *decoder, const Value &index, const CallIndirectImmediate &imm, const Value args[]) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ReturnCallRef(FullDecoder *decoder, const Value &func_ref, const FunctionSig *sig, const Value args[]) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
S128Const(FullDecoder *decoder, const Simd128Immediate &imm, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ScopedVar typedef | v8::internal::wasm::WasmGraphBuilderBase | |
Select(FullDecoder *decoder, const Value &cond, const Value &fval, const Value &tval, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
set_inlining_decisions(InliningTree *inlining_decisions) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
set_inlining_id(uint8_t inlining_id) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
set_no_liftoff_inlining_budget(int no_liftoff_inlining_budget) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
set_parent_position(SourcePosition position) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
SetDataViewOpForErrorMessage(DataViewOp op_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
SetupControlFlowEdge(FullDecoder *decoder, TSBlock *block, uint32_t drop_values=0, V< Object > exception=OpIndex::Invalid(), Merge< Value > *stack_values=nullptr) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
shared_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
should_inline(FullDecoder *decoder, int feedback_slot, int size) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
Simd8x16ShuffleOp(FullDecoder *decoder, const Simd128Immediate &imm, const Value &input0, const Value &input1, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
SimdLaneOp(FullDecoder *decoder, WasmOpcode opcode, const SimdLaneImmediate &imm, base::Vector< const Value > inputs, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
SimdOp(FullDecoder *decoder, WasmOpcode opcode, const Value *args, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ssa_env_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
StackCheck(WasmStackCheckOp::Kind kind, FullDecoder *decoder) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
StartFunction(FullDecoder *decoder) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StartFunctionBody(FullDecoder *decoder, Control *block) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StoreInStackSlot(OpIndex value, wasm::ValueType type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
StoreLane(FullDecoder *decoder, StoreType type, const MemoryAccessImmediate &imm, const Value &index, const Value &value, const uint8_t laneidx) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StoreMem(FullDecoder *decoder, StoreType type, const MemoryAccessImmediate &imm, const Value &index, const Value &value) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringAsIter(FullDecoder *decoder, const Value &str, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringAsWtf16(FullDecoder *decoder, const Value &str, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringAsWtf8(FullDecoder *decoder, const Value &str, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringCodePointAt(FullDecoder *decoder, V< String > string, V< Word32 > offset) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringCompare(FullDecoder *decoder, const Value &lhs, const Value &rhs, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringConcat(FullDecoder *decoder, const Value &head, const Value &tail, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringConst(FullDecoder *decoder, const StringConstImmediate &imm, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringEncodeWtf16(FullDecoder *decoder, const MemoryIndexImmediate &imm, const Value &str, const Value &offset, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringEncodeWtf16Array(FullDecoder *decoder, const Value &str, const Value &array, const Value &start, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringEncodeWtf8(FullDecoder *decoder, const MemoryIndexImmediate &memory, const unibrow::Utf8Variant variant, const Value &str, const Value &offset, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringEncodeWtf8Array(FullDecoder *decoder, const unibrow::Utf8Variant variant, const Value &str, const Value &array, const Value &start, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringEncodeWtf8ArrayImpl(FullDecoder *decoder, const unibrow::Utf8Variant variant, V< String > str, V< WasmArray > array, V< Word32 > start) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringEq(FullDecoder *decoder, const Value &a, const Value &b, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringEqImpl(FullDecoder *decoder, V< String > a, V< String > b, ValueType a_type, ValueType b_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringFromCodePoint(FullDecoder *decoder, const Value &code_point, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringHash(FullDecoder *decoder, const Value &string, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringIsUSVSequence(FullDecoder *decoder, const Value &str, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringMeasureWtf16(FullDecoder *decoder, const Value &str, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringMeasureWtf8(FullDecoder *decoder, const unibrow::Utf8Variant variant, const Value &str, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringMeasureWtf8Impl(FullDecoder *decoder, const unibrow::Utf8Variant variant, V< String > string) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringNewWtf16(FullDecoder *decoder, const MemoryIndexImmediate &imm, const Value &offset, const Value &size, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringNewWtf16Array(FullDecoder *decoder, const Value &array, const Value &start, const Value &end, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringNewWtf8(FullDecoder *decoder, const MemoryIndexImmediate &imm, const unibrow::Utf8Variant variant, const Value &offset, const Value &size, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringNewWtf8Array(FullDecoder *decoder, const unibrow::Utf8Variant variant, const Value &array, const Value &start, const Value &end, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringNewWtf8ArrayImpl(FullDecoder *decoder, const unibrow::Utf8Variant variant, const Value &array, const Value &start, const Value &end, ValueType result_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringViewIterAdvance(FullDecoder *decoder, const Value &view, const Value &codepoints, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringViewIterNext(FullDecoder *decoder, const Value &view, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringViewIterRewind(FullDecoder *decoder, const Value &view, const Value &codepoints, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringViewIterSlice(FullDecoder *decoder, const Value &view, const Value &codepoints, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringViewWtf16Encode(FullDecoder *decoder, const MemoryIndexImmediate &imm, const Value &view, const Value &offset, const Value &pos, const Value &codeunits, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringViewWtf16GetCodeUnit(FullDecoder *decoder, const Value &view, const Value &pos, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringViewWtf16Slice(FullDecoder *decoder, const Value &view, const Value &start, const Value &end, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StringViewWtf8Advance(FullDecoder *decoder, const Value &view, const Value &pos, const Value &bytes, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | 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::wasm::TurboshaftGraphBuildingInterface | inline |
StringViewWtf8Slice(FullDecoder *decoder, const Value &view, const Value &start, const Value &end, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StructGet(FullDecoder *decoder, const Value &struct_object, const FieldImmediate &field, bool is_signed, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StructNew(FullDecoder *decoder, const StructIndexImmediate &imm, const Value &descriptor, const Value args[], Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StructNewDefault(FullDecoder *decoder, const StructIndexImmediate &imm, const Value &descriptor, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
StructNewImpl(FullDecoder *decoder, const StructIndexImmediate &imm, const Value &descriptor, OpIndex args[]) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
StructSet(FullDecoder *decoder, const Value &struct_object, const FieldImmediate &field, const Value &field_value) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
TableAddressToUintPtrOrOOBTrap(AddressType address_type, V< Word > index) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
TableCopy(FullDecoder *decoder, const TableCopyImmediate &imm, const Value &dst_val, const Value &src_val, const Value &size_val) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
TableFill(FullDecoder *decoder, const TableIndexImmediate &imm, const Value &start, const Value &value, const Value &count) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
TableGet(FullDecoder *decoder, const Value &index, Value *result, const TableIndexImmediate &imm) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
TableGrow(FullDecoder *decoder, const TableIndexImmediate &imm, const Value &value, const Value &delta, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
TableInit(FullDecoder *decoder, const TableInitImmediate &imm, const Value &dst_val, const Value &src_val, const Value &size_val) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
TableSet(FullDecoder *decoder, const Value &index, const Value &value, const TableIndexImmediate &imm) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
TableSize(FullDecoder *decoder, const TableIndexImmediate &imm, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
Throw(FullDecoder *decoder, const TagIndexImmediate &imm, const Value arg_values[]) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ThrowDataViewDetachedError(FullDecoder *decoder, DataViewOp op_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ThrowDataViewOutOfBoundsError(FullDecoder *decoder, DataViewOp op_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ThrowDataViewTypeError(FullDecoder *decoder, V< Object > dataview, DataViewOp op_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ThrowRef(FullDecoder *decoder, Value *value) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
ThrowRef(FullDecoder *decoder, OpIndex exn) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
TraceInstruction(FullDecoder *decoder, uint32_t markid) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
TraceMemoryOperation(FullDecoder *decoder, bool is_store, MemoryRepresentation repr, V< WordPtr > index, uintptr_t offset) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
Trap(FullDecoder *decoder, TrapReason reason) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
trusted_instance_data(bool element_is_shared) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
Try(FullDecoder *decoder, Control *block) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
TryTable(FullDecoder *decoder, Control *block) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
TSCallDescriptor typedef | v8::internal::wasm::WasmGraphBuilderBase | protected |
TurboshaftGraphBuildingInterface(Zone *zone, CompilationEnv *env, Assembler &assembler, std::unique_ptr< AssumptionsJournal > *assumptions, ZoneVector< WasmInliningPosition > *inlining_positions, int func_index, bool shared, const WireBytesStorage *wire_bytes) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
TurboshaftGraphBuildingInterface(Zone *zone, CompilationEnv *env, Assembler &assembler, Mode mode, InstanceCache &instance_cache, std::unique_ptr< AssumptionsJournal > *assumptions, ZoneVector< WasmInliningPosition > *inlining_positions, int func_index, bool shared, const WireBytesStorage *wire_bytes, base::Vector< OpIndex > real_parameters, TSBlock *return_block, BlockPhis *return_phis, TSBlock *catch_block, bool is_inlined_tail_call, OptionalV< FrameState > parent_frame_state) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
UnOp(FullDecoder *decoder, WasmOpcode opcode, const Value &value, Value *result) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
UnOpImpl(WasmOpcode opcode, OpIndex arg, ValueType input_type) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
UnpackWasmException(FullDecoder *decoder, V< Object > exception, base::Vector< Value > values) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
V typedef | v8::internal::wasm::WasmGraphBuilderBase | protected |
ValidationTag typedef | v8::internal::wasm::TurboshaftGraphBuildingInterface | |
Var typedef | v8::internal::wasm::WasmGraphBuilderBase | |
WasmGraphBuilderBase(Zone *zone, Assembler &assembler) | v8::internal::wasm::WasmGraphBuilderBase | inlineprotected |
WasmPositionToOpIndex(WasmCodePosition position, int inlining_id) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inlineprivate |
WellKnown_FastApi(FullDecoder *decoder, const CallFunctionImmediate &imm, const Value args[], Value returns[]) | v8::internal::wasm::TurboshaftGraphBuildingInterface | inline |
wire_bytes_ | v8::internal::wasm::TurboshaftGraphBuildingInterface | private |
Word typedef | v8::internal::wasm::WasmGraphBuilderBase | protected |
Word32 typedef | v8::internal::wasm::WasmGraphBuilderBase | protected |
Word64 typedef | v8::internal::wasm::WasmGraphBuilderBase | protected |
WordPtr typedef | v8::internal::wasm::WasmGraphBuilderBase | protected |
zone_ | v8::internal::wasm::WasmGraphBuilderBase | protected |