Home
last modified time | relevance | path

Searched refs:support (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.rb752 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 Dnumber_speculative_retype.h152 GateRef CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support = ConvertSupport::ENABLE,
156 ConvertSupport support = ConvertSupport::ENABLE,
H A Dshare_gate_meta_data.h417 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 Dmcr_circuit_builder.cpp344 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 Dnumber_speculative_retype.cpp789 // 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 Dmcr_lowering.cpp628 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 Dcircuit_builder.h588 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 Dcode_info_producer.h52 using LLVMStackMap = llvm::StackMapParser<llvm::support::little>;
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_impl_test.cpp695 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 Dcocos_worker_test.js1233 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