Searched defs:support (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.rb | 1200 def stat_add_method(support, class_name, class_base_namespace, func_new_name) argument 1206 def stat_add_constructor(support, class_name, class_base_namespace, constructor_new_name) argument 1212 def stat_add_class(support, class_name) argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_retype.cpp | 1238 …rSpeculativeRetype::CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support, in CheckAndConvertToInt32() 1295 GateRef NumberSpeculativeRetype::CheckBoundAndConvertToInt32(GateRef gate, ConvertSupport support, … in CheckBoundAndConvertToInt32()
|
| D | mcr_circuit_builder.cpp | 444 …CircuitBuilder::CheckAndConvert(GateRef gate, ValueType src, ValueType dst, ConvertSupport support) in CheckAndConvert() 470 GateRef CircuitBuilder::ConvertBoolToInt32(GateRef gate, ConvertSupport support) in ConvertBoolToInt32() 475 GateRef CircuitBuilder::ConvertBoolToFloat64(GateRef gate, ConvertSupport support) in ConvertBoolToFloat64()
|
| D | mcr_lowering.cpp | 682 bool support = acc_.IsConvertSupport(gate); in LowerCheckSupportAndConvertBool() local
|