Home
last modified time | relevance | path

Searched full:new_instance (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Danalyses.py101 new_instance = object.__new__(analysis_type)
102 new_instance.__init__(self, *args, **kwargs)
103 self._cache[key] = new_instance
104 return new_instance
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp115 if (callKind == RuntimeInterface::InteropCallKind::NEW_INSTANCE) { in CreateInteropCallIntrinsic()
125 if (callKind == RuntimeInterface::InteropCallKind::NEW_INSTANCE) { in BuildReturnValueConvertInteropIntrinsic()
180 if (callKind != RuntimeInterface::InteropCallKind::NEW_INSTANCE) { in BuildInteropCall()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.cpp118 return InteropCallKind::NEW_INSTANCE; in GetInteropCallKind()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h96 enum class InteropCallKind { UNKNOWN = 0, CALL, CALL_BY_VALUE, NEW_INSTANCE, COUNT }; enumerator
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml2254 v = new_instance(type)
2296 acc = new_instance(type)