Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dargument_accessor.h106 GateRef GetCommonArgGate(const CommonArgIdx arg) const;
H A Dbytecode_circuit_builder.cpp617 args[idx++] = argAcc_.GetCommonArgGate(CommonArgIdx::FUNC); in BuildFrameArgs()
618 args[idx++] = argAcc_.GetCommonArgGate(CommonArgIdx::NEW_TARGET); in BuildFrameArgs()
619 args[idx++] = argAcc_.GetCommonArgGate(CommonArgIdx::THIS_OBJECT); in BuildFrameArgs()
620 args[idx++] = argAcc_.GetCommonArgGate(CommonArgIdx::ACTUAL_ARGC); in BuildFrameArgs()
621 args[idx++] = argAcc_.GetCommonArgGate(CommonArgIdx::ACTUAL_ARGV); in BuildFrameArgs()
624 GetCurrentConstpool(argAcc_.GetCommonArgGate(CommonArgIdx::FUNC), sharedConstpool, unSharedConstpool); in BuildFrameArgs()
769 gate = argAcc_.GetCommonArgGate(CommonArgIdx::FUNC); in NewConst()
772 gate = argAcc_.GetCommonArgGate(CommonArgIdx::NEW_TARGET); in NewConst()
775 gate = argAcc_.GetCommonArgGate(CommonArgIdx::THIS_OBJECT); in NewConst()
H A Dargument_accessor.cpp60 GateRef ArgumentAccessor::GetCommonArgGate(const CommonArgIdx arg) const in GetCommonArgGate() function in panda::ecmascript::kungfu::ArgumentAccessor
H A Dasync_function_lowering.cpp41 GateRef newTarget = argAccessor_.GetCommonArgGate(CommonArgIdx::NEW_TARGET); in ProcessJumpTable()

Completed in 4 milliseconds