Home
last modified time | relevance | path

Searched refs:LowerTypedCall (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_bytecode_lowering.h193 void LowerTypedCall(const TypeAccessor &tacc);
H A Dslowpath_lowering.h325 void LowerTypedCall(GateRef gate);
H A Dtyped_bytecode_lowering.cpp1808 void TypedBytecodeLowering::LowerTypedCall(const TypeAccessor &tacc) in LowerTypedCall() function in panda::ecmascript::kungfu::TypedBytecodeLowering
1908 LowerTypedCall<EcmaOpcode::CALLARG0_IMM8>(tacc); in LowerTypedCallArg0()
1935 LowerTypedCall<EcmaOpcode::CALLARG1_IMM8_V8>(tacc); in LowerTypedCallArg1()
1948 LowerTypedCall<EcmaOpcode::CALLARGS2_IMM8_V8_V8>(tacc); in LowerTypedCallArg2()
1960 LowerTypedCall<EcmaOpcode::CALLARGS3_IMM8_V8_V8_V8>(tacc); in LowerTypedCallArg3()
1972 LowerTypedCall<EcmaOpcode::CALLRANGE_IMM8_IMM8_V8>(tacc); in LowerTypedCallrange()
H A Dslowpath_lowering.cpp74 LowerTypedCall(gate); in CallRuntimeLowering()
3579 void SlowPathLowering::LowerTypedCall(GateRef gate) in LowerTypedCall() function in panda::ecmascript::kungfu::SlowPathLowering

Completed in 14 milliseconds