Home
last modified time | relevance | path

Searched refs:num_function_slots (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.h99 int num_runtime_slots, int num_function_slots) { in SizeForNumberOfFarJumpSlots()
100 int num_entries = num_runtime_slots + num_function_slots; in SizeForNumberOfFarJumpSlots()
131 int num_function_slots) { in GenerateFarJumpTable()
133 SizeForNumberOfFarJumpSlots(num_runtime_slots, num_function_slots); in GenerateFarJumpTable()
137 for (int index = 0; index < num_runtime_slots + num_function_slots; in GenerateFarJumpTable()
98 SizeForNumberOfFarJumpSlots( int num_runtime_slots, int num_function_slots) SizeForNumberOfFarJumpSlots() argument
129 GenerateFarJumpTable(Address base, Address* stub_targets, int num_runtime_slots, int num_function_slots) GenerateFarJumpTable() argument
H A Dwasm-code-manager.cc1622 int num_function_slots = NumWasmFunctionsInFarJumpTable(num_wasm_functions); in AddCodeSpaceLocked() local
1626 NumWasmFunctionsInFarJumpTable(num_function_slots)), in AddCodeSpaceLocked()
1644 WasmCode::kRuntimeStubCount, num_function_slots); in AddCodeSpaceLocked()

Completed in 7 milliseconds