Home
last modified time | relevance | path

Searched refs:IsDoubleTypedArrayType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp628 if (tsManager_->IsDoubleTypedArrayType(inValueType)) { in InferLdObjByIndex()
888 if (tsManager_->IsDoubleTypedArrayType(objType)) { in InferLdObjByValue()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h464 bool PUBLIC_API IsDoubleTypedArrayType(kungfu::GateType gateType) const;
Dts_manager.cpp930 bool TSManager::IsDoubleTypedArrayType(kungfu::GateType gateType) const in IsDoubleTypedArrayType() function in panda::ecmascript::TSManager