Searched refs:support (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/public/ |
H A D | es2panda_lib.rb | 752 def stat_add_method(support) 754 @supported_methods += support 757 def stat_add_constructor(support) 759 @supported_constructors += support 762 def stat_add_class(support, class_name) 764 @classes_with_supported_constructor << class_name if support != 0
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | number_speculative_retype.h | 152 GateRef CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support = ConvertSupport::ENABLE, 156 ConvertSupport support = ConvertSupport::ENABLE,
|
H A D | share_gate_meta_data.h | 417 static uint64_t ToValue(ValueType srcType, ValueType dstType, ConvertSupport support = ConvertSupport::ENABLE) in ToValue() 421 return LeftBits::Encode(srcVlaue) | RightBits::Encode(dstVlaue) | ConvertSupportBits::Encode(support); in ToValue()
|
H A D | mcr_circuit_builder.cpp | 344 GateRef CircuitBuilder::CheckAndConvert(GateRef gate, ValueType src, ValueType dst, ConvertSupport support) in CheckAndConvert() argument 353 uint64_t value = ValuePairTypeAccessor::ToValue(src, dst, support); in CheckAndConvert() 370 GateRef CircuitBuilder::ConvertBoolToInt32(GateRef gate, ConvertSupport support) in ConvertBoolToInt32() argument 372 return CheckAndConvert(gate, ValueType::BOOL, ValueType::INT32, support); in ConvertBoolToInt32() 375 GateRef CircuitBuilder::ConvertBoolToFloat64(GateRef gate, ConvertSupport support) in ConvertBoolToFloat64() argument 377 return CheckAndConvert(gate, ValueType::BOOL, ValueType::FLOAT64, support); in ConvertBoolToFloat64()
|
H A D | number_speculative_retype.cpp | 789 // NOTICE-PGO: wx support undefined in VisitIsTrueOrFalse() 1161 GateRef NumberSpeculativeRetype::CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support, in CheckAndConvertToInt32() argument 1173 result = builder_.ConvertBoolToInt32(gate, support); in CheckAndConvertToInt32() 1213 GateRef NumberSpeculativeRetype::CheckBoundAndConvertToInt32(GateRef gate, ConvertSupport support, OpType type) in CheckBoundAndConvertToInt32() argument 1225 result = builder_.ConvertBoolToInt32(gate, support); in CheckBoundAndConvertToInt32()
|
H A D | mcr_lowering.cpp | 628 bool support = acc_.IsConvertSupport(gate); in LowerCheckSupportAndConvert() local 633 builder_.DeoptCheck(builder_.Boolean(support), frameState, DeoptType::NOTINT2); in LowerCheckSupportAndConvert() 636 builder_.DeoptCheck(builder_.Boolean(support), frameState, DeoptType::NOTDOUBLE2); in LowerCheckSupportAndConvert()
|
H A D | circuit_builder.h | 588 GateRef ConvertBoolToInt32(GateRef gate, ConvertSupport support); 589 GateRef ConvertBoolToFloat64(GateRef gate, ConvertSupport support); 597 GateRef gate, ValueType src, ValueType dst, ConvertSupport support = ConvertSupport::ENABLE);
|
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
H A D | code_info_producer.h | 52 using LLVMStackMap = llvm::StackMapParser<llvm::support::little>;
|
/arkcompiler/toolchain/tooling/test/ |
H A D | debugger_impl_test.cpp | 695 R"({"id":0,"result":{"code":1,"message":"SetAsyncCallStackDepth not support now"}})"); in HWTEST_F_L0() 935 R"({"id":0,"result":{"code":1,"message":"SetBlackboxPatterns not support now"}})"); in HWTEST_F_L0() 1263 R"({"id":0,"result":{"code":1,"message":"Not yet support dropping multiple frames"}})"); in HWTEST_F_L0()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 1233 t("./jsb-editor-support.js"); 1241 "./jsb-editor-support.js": 6, 3979 cc.warn("Spine Skeleton getTextureAtlas not support in native"); 4252 cc.warn("The platform does not support"); 4255 cc.warn("The platform does not support"); 4258 cc.warn("The platform does not support"); 4261 cc.warn("The platform does not support"); 4264 cc.warn("The platform does not support"); 9099 1627: "Not support for asynchronous creating node in SG", 9137 3512: "Event manager only support scen [all...] |
Completed in 30 milliseconds