Home
last modified time | relevance | path

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

/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.cpp96 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.yaml2249 v = new_instance(type)
2288 acc = new_instance(type)