Home
last modified time | relevance | path

Searched defs: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
669 ModuleEnv* module_env, ErrorThrower* thrower) { in CompileSequentially()
Dwasm-code-manager.cc146 ModuleEnv* module_env = GetModuleEnv(native_module()->compilation_state()); in LogCode() local