Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-manager.cc361 WasmCode* NativeModule::AddOwnedCode( in AddOwnedCode() function in v8::internal::wasm::NativeModule
476 AddOwnedCode(Nothing<uint32_t>(), // index in AddAnonymousCode()
526 WasmCode* ret = AddOwnedCode( in AddCode()
574 WasmCode* code = AddOwnedCode( in AddDeserializedCode()
621 return AddOwnedCode(Nothing<uint32_t>(), // index in CreateEmptyJumpTable()
Dwasm-code-manager.h360 WasmCode* AddOwnedCode(Maybe<uint32_t> index, Vector<const byte> instructions,