Searched refs:LowerCreateEmptyObject (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | typed_bytecode_lowering.h | 155 void LowerCreateEmptyObject(GateRef gate); |
H A D | slowpath_lowering.h | 232 void LowerCreateEmptyObject(GateRef gate); |
H A D | typed_bytecode_lowering.cpp | 135 LowerCreateEmptyObject(gate); in Lower() 2293 void TypedBytecodeLowering::LowerCreateEmptyObject(GateRef gate) in LowerCreateEmptyObject() function in panda::ecmascript::kungfu::TypedBytecodeLowering |
H A D | slowpath_lowering.cpp | 458 LowerCreateEmptyObject(gate); in Lower() 1580 void SlowPathLowering::LowerCreateEmptyObject(GateRef gate) in LowerCreateEmptyObject() function in panda::ecmascript::kungfu::SlowPathLowering |
Completed in 13 milliseconds