Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-js.cc206 i::Handle<i::Context> i_context = Utils::OpenHandle(*context); in WebAssemblyInstance() local
208 i::Handle<i::Symbol>(i_context->wasm_module_sym()), in WebAssemblyInstance()
382 i::Handle<i::Context> i_context = Utils::OpenHandle(*context); in WebAssemblyTableGetLength() local
384 i::Handle<i::Symbol>(i_context->wasm_table_sym()), in WebAssemblyTableGetLength()
397 i::Handle<i::Context> i_context = Utils::OpenHandle(*context); in WebAssemblyTableGrow() local
399 i::Handle<i::Symbol>(i_context->wasm_table_sym()), in WebAssemblyTableGrow()
439 i::Handle<i::Context> i_context = Utils::OpenHandle(*context); in WebAssemblyTableGet() local
441 i::Handle<i::Symbol>(i_context->wasm_table_sym()), in WebAssemblyTableGet()
468 i::Handle<i::Context> i_context = Utils::OpenHandle(*context); in WebAssemblyTableSet() local
470 i::Handle<i::Symbol>(i_context->wasm_table_sym()), in WebAssemblyTableSet()
[all …]