Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.rb1200 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/
Dnumber_speculative_retype.cpp1238 …rSpeculativeRetype::CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support, in CheckAndConvertToInt32()
1295 GateRef NumberSpeculativeRetype::CheckBoundAndConvertToInt32(GateRef gate, ConvertSupport support, … in CheckBoundAndConvertToInt32()
Dmcr_circuit_builder.cpp444 …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()
Dmcr_lowering.cpp682 bool support = acc_.IsConvertSupport(gate); in LowerCheckSupportAndConvertBool() local