Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Djump-table-assembler.h95 int num_runtime_slots, int num_function_slots) { in SizeForNumberOfFarJumpSlots() argument
96 int num_entries = num_runtime_slots + num_function_slots; in SizeForNumberOfFarJumpSlots()
127 int num_function_slots) { in GenerateFarJumpTable() argument
129 SizeForNumberOfFarJumpSlots(num_runtime_slots, num_function_slots); in GenerateFarJumpTable()
133 for (int index = 0; index < num_runtime_slots + num_function_slots; in GenerateFarJumpTable()
Dwasm-code-manager.cc1361 int num_function_slots = NumWasmFunctionsInFarJumpTable(num_wasm_functions); in AddCodeSpace() local
1365 NumWasmFunctionsInFarJumpTable(num_function_slots)), in AddCodeSpace()
1383 WasmCode::kRuntimeStubCount, num_function_slots); in AddCodeSpace()