| arg_type(size_t index) const | v8::internal::wasm::WasmBytecode | inline |
| args_count() const | v8::internal::wasm::WasmBytecode | inline |
| args_count_ | v8::internal::wasm::WasmBytecode | private |
| args_slots_size() const | v8::internal::wasm::WasmBytecode | inline |
| args_slots_size_ | v8::internal::wasm::WasmBytecode | private |
| ArgsSizeInSlots(const FunctionSig *sig) | v8::internal::wasm::WasmBytecode | inlinestatic |
| blocks_count_ | v8::internal::wasm::WasmBytecode | private |
| canonical_signature_ | v8::internal::wasm::WasmBytecode | private |
| code_ | v8::internal::wasm::WasmBytecode | private |
| code_bytes_ | v8::internal::wasm::WasmBytecode | private |
| code_pc_map_ | v8::internal::wasm::WasmBytecode | private |
| const_slots_size_in_bytes() const | v8::internal::wasm::WasmBytecode | inline |
| const_slots_values_ | v8::internal::wasm::WasmBytecode | private |
| ContainsSimd(const FunctionSig *sig) | v8::internal::wasm::WasmBytecode | inlinestatic |
| eh_data_ | v8::internal::wasm::WasmBytecode | private |
| frame_size() | v8::internal::wasm::WasmBytecode | inline |
| func_index_ | v8::internal::wasm::WasmBytecode | private |
| GetBlocksCount() const | v8::internal::wasm::WasmBytecode | inline |
| GetCanonicalFunctionSignature() const | v8::internal::wasm::WasmBytecode | inline |
| GetCaughtException(Isolate *isolate, uint32_t catch_block_index) const | v8::internal::wasm::WasmBytecode | inline |
| GetCode() const | v8::internal::wasm::WasmBytecode | inline |
| GetCodeSize() const | v8::internal::wasm::WasmBytecode | inline |
| GetExceptionPayloadStartSlotOffsets(WasmEHData::BlockIndex catch_block_index) const | v8::internal::wasm::WasmBytecode | inline |
| GetFunctionIndex() const | v8::internal::wasm::WasmBytecode | inline |
| GetFunctionSignature() const | v8::internal::wasm::WasmBytecode | inline |
| GetParentTryBlock(const WasmEHData::TryBlock *try_block) const | v8::internal::wasm::WasmBytecode | inline |
| GetPcFromTrapCode(const uint8_t *current_code) const | v8::internal::wasm::WasmBytecode | |
| GetTryBlock(CodeOffset code_offset) const | v8::internal::wasm::WasmBytecode | inline |
| HasRefOrSimdArgs(const FunctionSig *sig) | v8::internal::wasm::WasmBytecode | inlinestatic |
| InitializeSlots(uint8_t *sp, size_t stack_space) const | v8::internal::wasm::WasmBytecode | inline |
| internal_ref_slots_count() const | v8::internal::wasm::WasmBytecode | inline |
| interpreter_code_ | v8::internal::wasm::WasmBytecode | private |
| JSToWasmWrapperPackedArraySize(const FunctionSig *sig) | v8::internal::wasm::WasmBytecode | inlinestatic |
| local_type(size_t index) const | v8::internal::wasm::WasmBytecode | inline |
| locals_count() const | v8::internal::wasm::WasmBytecode | inline |
| locals_count_ | v8::internal::wasm::WasmBytecode | private |
| locals_slots_size() const | v8::internal::wasm::WasmBytecode | inline |
| locals_slots_size_ | v8::internal::wasm::WasmBytecode | private |
| LocalsSizeInSlots(const InterpreterCode *wasm_code) | v8::internal::wasm::WasmBytecode | inlinestatic |
| ref_args_count() const | v8::internal::wasm::WasmBytecode | inline |
| ref_args_count_ | v8::internal::wasm::WasmBytecode | private |
| ref_locals_count() const | v8::internal::wasm::WasmBytecode | inline |
| ref_locals_count_ | v8::internal::wasm::WasmBytecode | private |
| ref_rets_count() const | v8::internal::wasm::WasmBytecode | inline |
| ref_rets_count_ | v8::internal::wasm::WasmBytecode | private |
| ref_slots_count() const | v8::internal::wasm::WasmBytecode | inline |
| ref_slots_count_ | v8::internal::wasm::WasmBytecode | private |
| RefArgsCount(const FunctionSig *sig) | v8::internal::wasm::WasmBytecode | inlinestatic |
| RefLocalsCount(const InterpreterCode *wasm_code) | v8::internal::wasm::WasmBytecode | inlinestatic |
| RefRetsCount(const FunctionSig *sig) | v8::internal::wasm::WasmBytecode | inlinestatic |
| rets_slots_size() const | v8::internal::wasm::WasmBytecode | inline |
| rets_slots_size_ | v8::internal::wasm::WasmBytecode | private |
| RetsSizeInSlots(const FunctionSig *sig) | v8::internal::wasm::WasmBytecode | inlinestatic |
| return_count() const | v8::internal::wasm::WasmBytecode | inline |
| return_count_ | v8::internal::wasm::WasmBytecode | private |
| return_type(size_t index) const | v8::internal::wasm::WasmBytecode | inline |
| signature_ | v8::internal::wasm::WasmBytecode | private |
| total_frame_size_in_bytes_ | v8::internal::wasm::WasmBytecode | private |
| WasmBytecode(int func_index, const uint8_t *code_data, size_t code_length, uint32_t stack_frame_size, const FunctionSig *signature, const CanonicalSig *canonical_signature, const InterpreterCode *interpreter_code, size_t blocks_count, const uint8_t *const_slots_data, size_t const_slots_length, uint32_t ref_slots_count, const WasmEHData &&eh_data, const std::map< CodeOffset, pc_t > &&code_pc_map) | v8::internal::wasm::WasmBytecode | |