Home
last modified time | relevance | path

Searched refs:target_func_index (Results 1 – 7 of 7) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-objects.cc521 int target_func_index) { in UpdateDispatchTables() argument
539 .Set(sig_id, target_instance, target_func_index); in UpdateDispatchTables()
1020 int target_func_index) { in Set() argument
1025 target_func_index); in Set()
1029 if (target_func_index < in Set()
1033 ImportedFunctionEntry entry(target_instance, target_func_index); in Set()
1039 call_target = target_instance->GetCallTarget(target_func_index); in Set()
H A Dwasm-objects.h79 int target_func_index);
253 int target_func_index);
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-objects.cc542 int target_func_index) { in UpdateDispatchTables() argument
560 .Set(sig_id, target_instance, target_func_index); in UpdateDispatchTables()
1091 int target_func_index) { in Set() argument
1096 target_func_index); in Set()
1100 if (target_func_index < in Set()
1104 ImportedFunctionEntry entry(target_instance, target_func_index); in Set()
1110 call_target = target_instance->GetCallTarget(target_func_index); in Set()
H A Dwasm-objects.h80 int target_func_index);
226 int target_func_index);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-objects.cc554 int target_func_index) { in UpdateDispatchTables() argument
572 .Set(sig_id, target_instance, target_func_index); in UpdateDispatchTables()
1060 int target_func_index) { in Set() argument
1065 target_func_index); in Set()
1069 if (target_func_index < in Set()
1073 ImportedFunctionEntry entry(target_instance, target_func_index); in Set()
1079 call_target = target_instance->GetCallTarget(target_func_index); in Set()
H A Dwasm-objects.h75 int target_func_index);
252 int target_func_index);
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dmodule-compiler.cc780 int target_func_index = -1; in CompileLazy() local
788 target_func_index = lazy_stub->index(); in CompileLazy()
832 js_to_wasm_caller_code, target_func_index); in CompileLazy()
834 DCHECK_EQ(target_func_index, result->index()); in CompileLazy()
837 if (target_func_index < 0) { in CompileLazy()
843 LazyCompileIndirectCall(isolate, target_instance, target_func_index); in CompileLazy()
861 patcher->Patch(caller_instance, target_instance, target_func_index, in CompileLazy()