Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc1187 PatchJumpTablesLocked(slot_index, lazy_compile_target); in UseLazyStub()
1373 PatchJumpTablesLocked(slot_idx, code->instruction_start()); in PublishCodeLocked()
1407 PatchJumpTablesLocked(slot_idx, code->instruction_start()); in ReinstallDebugCode()
1526 void NativeModule::PatchJumpTablesLocked(uint32_t slot_index, Address target) { in PatchJumpTablesLocked() function in NativeModule
2395 // {PatchJumpTablesLocked}), to avoid switching for each slot individually. in FindFunctionsToRecompile()
2421 PatchJumpTablesLocked(slot_index, cached_code->instruction_start()); in FindFunctionsToRecompile()
H A Dwasm-code-manager.h888 void PatchJumpTablesLocked(uint32_t slot_index, Address target);

Completed in 8 milliseconds