Home
last modified time | relevance | path

Searched refs:TypedBytecodeLowering (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp28 bool TypedBytecodeLowering::RunTypedBytecodeLowering() in RunTypedBytecodeLowering()
88 void TypedBytecodeLowering::Lower(GateRef gate) in Lower()
296 void TypedBytecodeLowering::LowerTypedBinOp(GateRef gate, bool convertNumberType) in LowerTypedBinOp()
307 void TypedBytecodeLowering::LowerTypedUnOp(GateRef gate) in LowerTypedUnOp()
316 void TypedBytecodeLowering::LowerTypedEqOrNotEq(GateRef gate) in LowerTypedEqOrNotEq()
337 void TypedBytecodeLowering::SpeculateStrings(GateRef gate) in SpeculateStrings()
361 void TypedBytecodeLowering::SpeculateNumbers(GateRef gate) in SpeculateNumbers()
377 void TypedBytecodeLowering::SpeculateNumber(GateRef gate) in SpeculateNumber()
402 void TypedBytecodeLowering::LowerTypeToNumeric(GateRef gate) in LowerTypeToNumeric()
411 void TypedBytecodeLowering::LowerPrimitiveTypeToNumber(const UnOpTypeInfoAccessor &tacc) in LowerPrimitiveTypeToNumber()
[all …]
Dtyped_bytecode_lowering.h31 class TypedBytecodeLowering {
33 TypedBytecodeLowering(Circuit* circuit, in TypedBytecodeLowering() function
63 ~TypedBytecodeLowering() = default;
Dpass.h310 TypedBytecodeLowering lowering(data->GetCircuit(), data->GetPassContext(), &chunk, in Run()
Dcircuit_builder.h48 class TypedBytecodeLowering; variable
783 friend TypedBytecodeLowering; variable