HomeSort by relevance Sort by last modified time
    Searched refs:num_imported_functions (Results 1 - 8 of 8) sorted by null

  /external/v8/src/inspector/
wasm-translation.cc 66 int num_imported_functions = script->NumImportedFunctions(); variable
67 DCHECK_LE(0, num_imported_functions);
69 DCHECK_GE(num_functions, num_imported_functions);
71 for (int func_idx = num_imported_functions; func_idx < num_functions;
  /external/v8/src/wasm/
wasm-code-specialization.cc 120 int func_index = module->num_imported_functions;
module-decoder.cc 329 module->num_imported_functions++;
611 &module->functions[i + module->num_imported_functions];
618 VerifyFunctionBody(i + module->num_imported_functions, &module_env,
    [all...]
wasm-module.cc 510 module_->num_imported_functions);
591 for (int i = compiled_module->num_imported_functions(),
1097 int num_imported_functions = ProcessImports(code_table, instance); local
1476 int num_imported_functions = 0; local
    [all...]
wasm-module.h 161 uint32_t num_imported_functions = 0; // number of imported functions. member in struct:v8::internal::wasm::WasmModule
wasm-objects.cc 945 int num_imported_functions = local
    [all...]
wasm-objects.h 259 MACRO(SMALL_NUMBER, uint32_t, num_imported_functions) \
  /external/v8/src/
api.cc     [all...]

Completed in 228 milliseconds