Home
last modified time | relevance | path

Searched refs:IsClassConstructorWithBitField (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h765 GateRef CircuitBuilder::IsClassConstructorWithBitField(GateRef bitfield) in IsClassConstructorWithBitField() function
Dcircuit_builder.h581 inline GateRef IsClassConstructorWithBitField(GateRef bitfield);
Dslowpath_lowering.cpp3018 …builder_.Branch(builder_.IsClassConstructorWithBitField(bitfield), &slowPath, &notCallConstructor); in LowerFastCall()
3021 … builder_.Branch(builder_.IsClassConstructorWithBitField(bitfield), &isCallConstructor, &slowPath); in LowerFastCall()