Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dinit-expr-interface.cc131 Handle<Map>::cast(rtt.runtime_value.to_ref())), in StructNewWithRtt()
172 Handle<Map>::cast(rtt.runtime_value.to_ref())), in StructNewDefault()
186 Handle<Map>::cast(rtt.runtime_value.to_ref())), in ArrayInit()
218 length, Handle<Map>::cast(rtt.runtime_value.to_ref()), source); in ArrayInitFromData()
Dwasm-value.h130 Handle<Object> to_ref() const { in to_ref() function
205 return "Handle [" + std::to_string(to_ref().address()) + "]"; in to_string()
Dmodule-instantiate.cc1049 tagged_globals_->set(global.offset, *value.to_ref()); in WriteGlobalValue()
1728 tagged_globals_->set(global.offset, *value.to_ref()); in InitGlobals()
1996 value.to_ref()); in InitializeNonDefaultableTables()
2041 WasmTableObject::Set(isolate, table_object, entry_index, value.to_ref()); in LoadElemSegmentImpl()
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc845 data->set(kObjectIndex, *value.to_ref()); in Create()
891 data->set(kObjectIndex, *value.to_ref()); in Create()
895 uint32_t length = WasmArray::cast(*value.to_ref()).length(); in Create()
974 Handle<Object> ref = value.to_ref(); in New()
/third_party/node/deps/v8/src/heap/
Dfactory.cc1661 TaggedField<Object>::store(result, offset, *elements[i].to_ref()); in NewWasmArrayFromElements()
1703 TaggedField<Object>::store(result, offset, *args[i].to_ref()); in NewWasmStruct()