Home
last modified time | relevance | path

Searched defs:support (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.rb1199 def stat_add_method(support, class_name, class_base_namespace, func_new_name) argument
1207 def stat_add_constructor(support, class_name, class_base_namespace, constructor_new_name) argument
1215 def stat_add_class(support, class_name) argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1184 …rSpeculativeRetype::CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support, in CheckAndConvertToInt32()
1241 GateRef NumberSpeculativeRetype::CheckBoundAndConvertToInt32(GateRef gate, ConvertSupport support, … in CheckBoundAndConvertToInt32()
Dmcr_circuit_builder.cpp364 …CircuitBuilder::CheckAndConvert(GateRef gate, ValueType src, ValueType dst, ConvertSupport support) in CheckAndConvert()
390 GateRef CircuitBuilder::ConvertBoolToInt32(GateRef gate, ConvertSupport support) in ConvertBoolToInt32()
395 GateRef CircuitBuilder::ConvertBoolToFloat64(GateRef gate, ConvertSupport support) in ConvertBoolToFloat64()
Dmcr_lowering.cpp645 bool support = acc_.IsConvertSupport(gate); in LowerCheckSupportAndConvertBool() local