Home
last modified time | relevance | path

Searched refs:TryNarrowUnionType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp164 gateType = tsManager_->TryNarrowUnionType(gateType); in LowerNTypedCreateArrayWithBuffer()
216 receiverType = tsManager_->TryNarrowUnionType(receiverType); in LowerNTypedStOwnByName()
Dts_hcr_lowering.cpp589 receiverType = tsManager_->TryNarrowUnionType(receiverType); in LowerNamedAccess()
752 arrayType = tsManager_->TryNarrowUnionType(arrayType); in LowerTypedLdTypedArrayLength()
766 receiverType = tsManager_->TryNarrowUnionType(receiverType); in LowerTypedLdObjByIndex()
788 receiverType = tsManager_->TryNarrowUnionType(receiverType); in LowerTypedStObjByIndex()
839 receiverType = tsManager_->TryNarrowUnionType(receiverType); in LowerTypedLdObjByValue()
862 receiverType = tsManager_->TryNarrowUnionType(receiverType); in LoadJSArrayByIndex()
886 receiverType = tsManager_->TryNarrowUnionType(receiverType); in LoadTypedArrayByIndex()
924 receiverType = tsManager_->TryNarrowUnionType(receiverType); in StoreJSArrayByIndex()
942 receiverType = tsManager_->TryNarrowUnionType(receiverType); in StoreTypedArrayByIndex()
992 receiverType = tsManager_->TryNarrowUnionType(receiverType); in LowerTypedStObjByValue()
Dts_inline_lowering.cpp323 receiverType = tsManager_->TryNarrowUnionType(receiverType); in GetPlrData()
494 receiverType = tsManager_->TryNarrowUnionType(receiverType); in InlineAccessorCheck()
597 receiverType = tsManager_->TryNarrowUnionType(receiverType); in IsAccessor()
620 receiverType = tsManager_->TryNarrowUnionType(receiverType); in GetAccessorFuncGT()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp618 inValueType = tsManager_->TryNarrowUnionType(inValueType); in InferLdObjByIndex()
705 objType = tsManager_->TryNarrowUnionType(objType); in InferLdObjByName()
879 objType = tsManager_->TryNarrowUnionType(objType); in InferLdObjByValue()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h829 kungfu::GateType TryNarrowUnionType(kungfu::GateType gateType);
Dts_manager.cpp1486 kungfu::GateType TSManager::TryNarrowUnionType(kungfu::GateType gateType) in TryNarrowUnionType() function in panda::ecmascript::TSManager