Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_bytecode_lowering.cpp23 void NTypeBytecodeLowering::RunNTypeBytecodeLowering() in RunNTypeBytecodeLowering()
47 void NTypeBytecodeLowering::Lower(GateRef gate) in Lower()
96 void NTypeBytecodeLowering::LowerThrowUndefinedIfHoleWithName(GateRef gate) in LowerThrowUndefinedIfHoleWithName()
104 void NTypeBytecodeLowering::LowerLdLexVar(GateRef gate) in LowerLdLexVar()
127 void NTypeBytecodeLowering::LowerStLexVar(GateRef gate) in LowerStLexVar()
151 void NTypeBytecodeLowering::LowerNTypedCreateEmptyArray(GateRef gate) in LowerNTypedCreateEmptyArray()
162 void NTypeBytecodeLowering::LowerNTypedCreateArrayWithBuffer(GateRef gate) in LowerNTypedCreateArrayWithBuffer()
187 void NTypeBytecodeLowering::LowerNTypedStownByIndex(GateRef gate) in LowerNTypedStownByIndex()
212 void NTypeBytecodeLowering::AddProfiling(GateRef gate) in AddProfiling()
260 void NTypeBytecodeLowering::LowerLdLocalMoudleVar(GateRef gate) in LowerLdLocalMoudleVar()
[all …]
Dntype_bytecode_lowering.h26 class NTypeBytecodeLowering {
28 NTypeBytecodeLowering(Circuit *circuit, PassContext *ctx, TSManager *tsManager, in NTypeBytecodeLowering() function
44 ~NTypeBytecodeLowering() = default;
Dpass.h344NTypeBytecodeLowering lowering(data->GetCircuit(), data->GetPassContext(), data->GetTSManager(), in Run()
Dcircuit_builder.h45 class NTypeBytecodeLowering; variable
784 friend NTypeBytecodeLowering; variable