Home
last modified time | relevance | path

Searched refs:Instantiate (Results 1 - 18 of 18) sorted by relevance

/third_party/vixl/tools/test_generator/
H A Ddata_types.py71 def Instantiate(): member in OperandBase
118 def Instantiate(self): member in Operand
160 def Instantiate(self): member in OperandWrapper
162 Instantiate the underlying operands first and then finally instantiate the
176 operand.Instantiate()
H A Dgenerator.py528 code = "".join([operand.Instantiate() for operand in self.operands])
/third_party/node/src/
H A Dpipe_wrap.h43 static v8::MaybeLocal<v8::Object> Instantiate(Environment* env,
H A Dtcp_wrap.h42 static v8::MaybeLocal<v8::Object> Instantiate(Environment* env,
H A Dconnection_wrap.cc50 // Instantiate the client javascript object and handle. in OnConnection()
52 if (!WrapType::Instantiate(env, wrap_data, WrapType::SOCKET) in OnConnection()
H A Dmodule_wrap.h79 static void Instantiate(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dudp_wrap.h175 static v8::MaybeLocal<v8::Object> Instantiate(Environment* env,
H A Dpipe_wrap.cc50 MaybeLocal<Object> PipeWrap::Instantiate(Environment* env, in Instantiate() function in node::PipeWrap
H A Dmodule_wrap.cc335 void ModuleWrap::Instantiate(const FunctionCallbackInfo<Value>& args) { in Instantiate() function in node::loader::ModuleWrap
766 SetProtoMethod(isolate, tpl, "instantiate", Instantiate); in Initialize()
809 registry->Register(Instantiate); in RegisterExternalReferences()
H A Dstream_wrap.cc240 if (!WrapType::Instantiate(env, parent, WrapType::SOCKET).ToLocal(&wrap_obj)) in AcceptHandle()
H A Dtcp_wrap.cc56 MaybeLocal<Object> TCPWrap::Instantiate(Environment* env, in Instantiate() function in node::TCPWrap
H A Dudp_wrap.cc779 MaybeLocal<Object> UDPWrap::Instantiate(Environment* env, in Instantiate() function in node::UDPWrap
/third_party/node/deps/v8/src/objects/
H A Dmodule.h74 static V8_WARN_UNUSED_RESULT bool Instantiate(
H A Dmodule.cc179 bool Module::Instantiate( in Instantiate() function in v8::internal::Module
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9mc_16bpp_neon.S178 @ Instantiate a horizontal filter function for the given size.
448 @ Instantiate a vertical filter function for filtering 8 pixels at a time.
530 @ Instantiate a vertical filter function for filtering a 4 pixels wide
H A Dvp9mc_neon.S263 @ Instantiate a horizontal filter function for the given size.
545 @ Instantiate a vertical filter function for filtering 8 pixels at a time.
610 @ Instantiate a vertical filter function for filtering a 4 pixels wide
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc58 MaybeHandle<Object> Instantiate( in Instantiate() function
112 Instantiate(isolate, prop_data, name), Object); in DefineDataProperty()
H A Dapi.cc2399 has_pending_exception = !i::Module::Instantiate( in InstantiateModule()

Completed in 34 milliseconds