AddCode(int index, const CodeDesc &desc, int stack_slots, int ool_spill_count, uint32_t tagged_parameter_slots, base::Vector< const uint8_t > protected_instructions, base::Vector< const uint8_t > source_position_table, base::Vector< const uint8_t > inlining_positions, base::Vector< const uint8_t > deopt_data, WasmCode::Kind kind, ExecutionTier tier, ForDebugging for_debugging) | v8::internal::wasm::NativeModule | |
AddCodeForTesting(DirectHandle< Code > code, uint64_t signature_hash) | v8::internal::wasm::NativeModule | |
AddCodeSpaceLocked(base::AddressRegion) | v8::internal::wasm::NativeModule | private |
AddCodeWithCodeSpace(int index, const CodeDesc &desc, int stack_slots, int ool_spill_count, uint32_t tagged_parameter_slots, base::Vector< const uint8_t > protected_instructions_data, base::Vector< const uint8_t > source_position_table, base::Vector< const uint8_t > inlining_positions, base::Vector< const uint8_t > deopt_data, WasmCode::Kind kind, ExecutionTier tier, ForDebugging for_debugging, bool frame_has_feedback_slot, base::Vector< uint8_t > code_space, const JumpTablesRef &jump_tables_ref) | v8::internal::wasm::NativeModule | private |
AddCompiledCode(WasmCompilationResult &) | v8::internal::wasm::NativeModule | |
AddCompiledCode(base::Vector< WasmCompilationResult >) | v8::internal::wasm::NativeModule | |
AddDeserializedCode(int index, base::Vector< uint8_t > instructions, int stack_slots, int ool_spills, uint32_t tagged_parameter_slots, int safepoint_table_offset, int handler_table_offset, int constant_pool_offset, int code_comments_offset, int unpadded_binary_size, base::Vector< const uint8_t > protected_instructions_data, base::Vector< const uint8_t > reloc_info, base::Vector< const uint8_t > source_position_table, base::Vector< const uint8_t > inlining_positions, base::Vector< const uint8_t > deopt_data, WasmCode::Kind kind, ExecutionTier tier) | v8::internal::wasm::NativeModule | |
AddLazyCompilationTimeSample(int64_t sample) | v8::internal::wasm::NativeModule | |
AddLiftoffBailout() | v8::internal::wasm::NativeModule | inline |
AllocateForDeserializedCode(size_t total_code_size) | v8::internal::wasm::NativeModule | |
allocation_mutex_ | v8::internal::wasm::NativeModule | mutableprivate |
CallIndirectTargetMap typedef | v8::internal::wasm::NativeModule | |
code_allocator_ | v8::internal::wasm::NativeModule | private |
code_pointer_handles_ | v8::internal::wasm::NativeModule | private |
code_pointer_handles_size_ | v8::internal::wasm::NativeModule | private |
code_space_data_ | v8::internal::wasm::NativeModule | private |
code_table_ | v8::internal::wasm::NativeModule | private |
CodeSpaceWriteScope class | v8::internal::wasm::NativeModule | friend |
committed_code_space() const | v8::internal::wasm::NativeModule | inline |
compilation_state() const | v8::internal::wasm::NativeModule | inline |
compilation_state_ | v8::internal::wasm::NativeModule | private |
compile_imports() const | v8::internal::wasm::NativeModule | inline |
compile_imports_ | v8::internal::wasm::NativeModule | private |
counters() const | v8::internal::wasm::NativeModule | inline |
CreateEmptyJumpTableInRegionLocked(int jump_table_size, base::AddressRegion, JumpTableType type) | v8::internal::wasm::NativeModule | private |
CreateEmptyJumpTableLocked(int jump_table_size, JumpTableType type) | v8::internal::wasm::NativeModule | private |
CreateIndirectCallTargetToFunctionIndexMap() const | v8::internal::wasm::NativeModule | |
debug_info_ | v8::internal::wasm::NativeModule | private |
debug_state_ | v8::internal::wasm::NativeModule | private |
DisableCodeLogging() | v8::internal::wasm::NativeModule | inline |
EnableCodeLogging() | v8::internal::wasm::NativeModule | inline |
enabled_features() const | v8::internal::wasm::NativeModule | inline |
enabled_features_ | v8::internal::wasm::NativeModule | private |
engine_scope_ | v8::internal::wasm::NativeModule | private |
EstimateCurrentMemoryConsumption() const | v8::internal::wasm::NativeModule | |
fast_api_signatures() const | v8::internal::wasm::NativeModule | inline |
fast_api_signatures_ | v8::internal::wasm::NativeModule | private |
fast_api_targets() const | v8::internal::wasm::NativeModule | inline |
fast_api_targets_ | v8::internal::wasm::NativeModule | private |
FindJumpTablesForRegionLocked(base::AddressRegion) const | v8::internal::wasm::NativeModule | private |
FreeCode(base::Vector< WasmCode *const >) | v8::internal::wasm::NativeModule | |
FreeCodePointerTableHandles() | v8::internal::wasm::NativeModule | |
generated_code_size() const | v8::internal::wasm::NativeModule | inline |
GetBuiltinInJumptableSlot(Address target) const | v8::internal::wasm::NativeModule | |
GetCode(uint32_t index) const | v8::internal::wasm::NativeModule | |
GetCodePointerHandle(int index) const | v8::internal::wasm::NativeModule | |
GetDebugInfo() | v8::internal::wasm::NativeModule | |
GetFunctionIndexFromJumpTableSlot(Address slot_address) const | v8::internal::wasm::NativeModule | |
GetJumpTableEntryForBuiltin(Builtin builtin, const JumpTablesRef &) const | v8::internal::wasm::NativeModule | |
GetNamesProvider() | v8::internal::wasm::NativeModule | |
GetNearCallTargetForFunction(uint32_t func_index, const JumpTablesRef &) const | v8::internal::wasm::NativeModule | |
GetNumberOfCodeSpacesForTesting() const | v8::internal::wasm::NativeModule | |
GetWasmSourceMap() const | v8::internal::wasm::NativeModule | |
has_fast_api_signature(int index) | v8::internal::wasm::NativeModule | inline |
HasCode(uint32_t index) const | v8::internal::wasm::NativeModule | |
HasCodeWithTier(uint32_t index, ExecutionTier tier) const | v8::internal::wasm::NativeModule | |
HasDebugInfo() const | v8::internal::wasm::NativeModule | |
HasWireBytes() const | v8::internal::wasm::NativeModule | inline |
InitializeCodePointerTableHandles(uint32_t num_wasm_functions) | v8::internal::wasm::NativeModule | |
InitializeJumpTableForLazyCompilation(uint32_t num_wasm_functions) | v8::internal::wasm::NativeModule | |
IsInDebugState() const | v8::internal::wasm::NativeModule | inline |
jump_table_start() const | v8::internal::wasm::NativeModule | inline |
JumpTableType enum name | v8::internal::wasm::NativeModule | |
kManagedTag | v8::internal::wasm::NativeModule | static |
kNeedsFarJumpsBetweenCodeSpaces | v8::internal::wasm::NativeModule | static |
lazy_compile_frozen() const | v8::internal::wasm::NativeModule | inline |
lazy_compile_frozen_ | v8::internal::wasm::NativeModule | private |
lazy_compile_table_ | v8::internal::wasm::NativeModule | private |
liftoff_bailout_count() const | v8::internal::wasm::NativeModule | inline |
liftoff_bailout_count_ | v8::internal::wasm::NativeModule | private |
liftoff_code_size() const | v8::internal::wasm::NativeModule | inline |
liftoff_code_size_ | v8::internal::wasm::NativeModule | private |
log_code() const | v8::internal::wasm::NativeModule | inline |
log_code_ | v8::internal::wasm::NativeModule | private |
LogWasmCodes(Isolate *, Tagged< Script >) | v8::internal::wasm::NativeModule | |
Lookup(Address) const | v8::internal::wasm::NativeModule | |
main_far_jump_table_ | v8::internal::wasm::NativeModule | private |
main_jump_table_ | v8::internal::wasm::NativeModule | private |
max_lazy_compilation_time_in_micro_sec_ | v8::internal::wasm::NativeModule | private |
max_lazy_compilation_time_in_ms() const | v8::internal::wasm::NativeModule | inline |
module() const | v8::internal::wasm::NativeModule | inline |
module_ | v8::internal::wasm::NativeModule | private |
names_provider_ | v8::internal::wasm::NativeModule | private |
NativeModule(const NativeModule &)=delete | v8::internal::wasm::NativeModule | |
NativeModule(WasmEnabledFeatures enabled_features, WasmDetectedFeatures detected_features, CompileTimeImports compile_imports, VirtualMemory code_space, std::shared_ptr< const WasmModule > module, std::shared_ptr< Counters > async_counters, std::shared_ptr< NativeModule > *shared_this) | v8::internal::wasm::NativeModule | private |
new_owned_code_ | v8::internal::wasm::NativeModule | mutableprivate |
num_declared_functions() const | v8::internal::wasm::NativeModule | inline |
num_functions() const | v8::internal::wasm::NativeModule | inline |
num_imported_functions() const | v8::internal::wasm::NativeModule | inline |
num_lazy_compilations() const | v8::internal::wasm::NativeModule | inline |
num_lazy_compilations_ | v8::internal::wasm::NativeModule | private |
operator=(const NativeModule &)=delete | v8::internal::wasm::NativeModule | |
owned_code_ | v8::internal::wasm::NativeModule | mutableprivate |
PatchJumpTableLocked(WritableJumpTablePair &jump_table_pair, const CodeSpaceData &, uint32_t slot_index, Address target) | v8::internal::wasm::NativeModule | private |
PatchJumpTablesLocked(uint32_t slot_index, Address target, Address code_pointer_table_target, uint64_t signature_hash) | v8::internal::wasm::NativeModule | private |
PrintCurrentMemoryConsumptionEstimate() const | v8::internal::wasm::NativeModule | |
PublishCode(UnpublishedWasmCode) | v8::internal::wasm::NativeModule | |
PublishCode(base::Vector< UnpublishedWasmCode >) | v8::internal::wasm::NativeModule | |
PublishCodeLocked(std::unique_ptr< WasmCode >, AssumptionsJournal *) | v8::internal::wasm::NativeModule | private |
ReinstallDebugCode(WasmCode *) | v8::internal::wasm::NativeModule | |
RemoveCompiledCode(RemoveFilter filter) | v8::internal::wasm::NativeModule | |
RemoveFilter enum name | v8::internal::wasm::NativeModule | |
SampleCodeSize(Counters *) const | v8::internal::wasm::NativeModule | |
set_fast_api_signature(int func_index, const MachineSignature *sig) | v8::internal::wasm::NativeModule | inline |
set_lazy_compile_frozen(bool frozen) | v8::internal::wasm::NativeModule | inline |
SetDebugState(DebugState) | v8::internal::wasm::NativeModule | |
SetWasmSourceMap(std::unique_ptr< WasmModuleSourceMap > source_map) | v8::internal::wasm::NativeModule | |
SetWireBytes(base::OwnedVector< const uint8_t > wire_bytes) | v8::internal::wasm::NativeModule | |
shared_module() const | v8::internal::wasm::NativeModule | inline |
should_metrics_be_reported_ | v8::internal::wasm::NativeModule | private |
should_pgo_data_be_written_ | v8::internal::wasm::NativeModule | private |
should_update_code_table(WasmCode *new_code, WasmCode *prior_code) const | v8::internal::wasm::NativeModule | private |
ShouldLazyCompilationMetricsBeReported() | v8::internal::wasm::NativeModule | inline |
ShouldPgoDataBeWritten() | v8::internal::wasm::NativeModule | inline |
SnapshotAllOwnedCode() const | v8::internal::wasm::NativeModule | |
SnapshotCodeTable() const | v8::internal::wasm::NativeModule | |
source_map_ | v8::internal::wasm::NativeModule | private |
sum_lazy_compilation_time_in_micro_sec_ | v8::internal::wasm::NativeModule | private |
sum_lazy_compilation_time_in_ms() const | v8::internal::wasm::NativeModule | inline |
SumLiftoffCodeSizeForTesting() const | v8::internal::wasm::NativeModule | |
tiering_budget_array() const | v8::internal::wasm::NativeModule | inline |
tiering_budgets_ | v8::internal::wasm::NativeModule | private |
TransferNewOwnedCodeLocked() const | v8::internal::wasm::NativeModule | private |
TrySetFastApiCallTarget(int func_index, Address target) | v8::internal::wasm::NativeModule | inline |
turbofan_code_size() const | v8::internal::wasm::NativeModule | inline |
turbofan_code_size_ | v8::internal::wasm::NativeModule | private |
UpdateCodeSize(size_t, ExecutionTier, ForDebugging) | v8::internal::wasm::NativeModule | private |
UpdateWellKnownImports(base::Vector< WellKnownImport > entries) | v8::internal::wasm::NativeModule | |
UseLazyStubLocked(uint32_t func_index) | v8::internal::wasm::NativeModule | |
WasmCode class | v8::internal::wasm::NativeModule | friend |
WasmCodeAllocator class | v8::internal::wasm::NativeModule | friend |
WasmCodeManager class | v8::internal::wasm::NativeModule | friend |
wire_bytes() const | v8::internal::wasm::NativeModule | inline |
wire_bytes_ | v8::internal::wasm::NativeModule | private |
~NativeModule() | v8::internal::wasm::NativeModule | |