Lines Matching full:jump
482 // 1) The jump table / code table.
639 // the code table and patching the jump table. It returns a raw pointer to the
645 // the code table and patches the jump table. The given code must be debug
648 // table and jump table via another {PublishCode}.
675 // existing {WasmCode::kWasmCompileLazy} runtime stub and populate the jump
701 // the first jump table).
704 // Finds the jump tables that should be used for given code region. This
707 // up there. Return an empty struct if no suitable jump tables exist.
710 // Similarly to {GetCallTargetForFunction}, but uses the jump table previously
715 // Get a runtime stub entry (which is a far jump table slot) in the jump table
720 // Reverse lookup from a given call target (which must be a jump table slot)
802 // must be a far jump table slot). Returns {kRuntimeStubCount} on failure.
933 // The first allocated jump table. Always used by external calls (from JS).
934 // Wasm calls might use one of the other jump tables stored in
938 // The first allocated far jump table.
941 // Lazy compile stub table, containing entries to jump to the
983 // Data (especially jump table) per code space.