Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-compiler.cc116 ModuleEnv* module_env() { return &module_env_; } in module_env() function in v8::internal::wasm::CompilationState
350 ModuleEnv* module_env = native_module->compilation_state()->module_env(); in LazyCompileFunction() local
357 module_env->module->LookupFunctionName(wire_bytes, func_index); in LazyCompileFunction()
366 const WasmFunction* func = &module_env->module->functions[func_index]; in LazyCompileFunction()
372 WasmCompilationUnit unit(isolate->wasm_engine(), module_env, native_module, in LazyCompileFunction()
499 compilation_state_->wasm_engine(), compilation_state_->module_env(), in CreateUnit()
669 ModuleEnv* module_env, ErrorThrower* thrower) { in CompileSequentially() argument
673 const WasmModule* module = module_env->module; in CompileSequentially()
681 isolate, native_module, &detected, thrower, module_env, &func); in CompileSequentially()
2788 return compilation_state->module_env(); in GetModuleEnv()
Dwasm-code-manager.cc146 ModuleEnv* module_env = GetModuleEnv(native_module()->compilation_state()); in LogCode() local
148 module_env->module->LookupFunctionName(wire_bytes, index()); in LogCode()