Home
last modified time | relevance | path

Searched defs:frameArgs (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dargument_accessor.h98 void SetFrameArgs(GateRef frameArgs) in SetFrameArgs() argument
H A Dargument_accessor.cpp136 GateRef frameArgs = Circuit::NullGate(); in GetFrameArgsIn() local
H A Dts_inline_lowering.h95 void UpdateInlineCounts(GateRef frameArgs, size_t inlineCallCounts) in UpdateInlineCounts() argument
H A Dbytecode_circuit_builder.cpp628 GateRef frameArgs = circuit_->NewGate(metaData, args); in BuildFrameArgs() local
H A Dbytecode_circuit_builder.h561 GateRef frameArgs = preFrameArgs_; in GetCurrentConstpool() local
H A Dnative_inline_lowering.cpp410 GateRef frameArgs = acc_.GetValueIn(frameState); in AddTraceLogs() local
H A Dts_inline_lowering.cpp136 GateRef frameArgs = acc_.GetValueIn(frameState); in TryInline() local
509 GateRef frameArgs = GetFrameArgs(info); in LowerToInlineCall() local
589 GateRef frameArgs = acc_.GetFrameArgs(preFrameState); in BuildFrameStateChain() local
628 size_t TSInlineLowering::GetOrInitialInlineCounts(GateRef frameArgs) in GetOrInitialInlineCounts() argument
644 GateRef frameArgs = GetFrameArgs(info); IsRecursiveFunc() local
718 GateRef frameArgs = GetFrameArgs(info); SetInitCallTargetAndConstPoolId() local
[all...]
H A Dframe_states.cpp428 GateRef frameArgs = bcBuilder_->GetFrameArgs(); in InitEntryBB() local
1416 GateRef frameArgs = bcBuilder_->GetFrameArgs(); in BuildFrameState() local
H A Dcircuit_builder.cpp466 GateRef frameArgs = acc_.GetFrameArgs(hirGate); in AppendFrameArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp656 GateRef frameArgs = Circuit::NullGate(); in VisitRuntimeCall() local
858 void LLVMIRBuilder::ComputeArgCountAndExtraInfo(size_t &actualNumArgs, LLVMValueRef &pcOffset, GateRef &frameArgs, in ComputeArgCountAndExtraInfo() argument
912 CollectExraCallSiteInfo(std::vector<LLVMValueRef> &values, LLVMValueRef pcOffset, GateRef frameArgs) CollectExraCallSiteInfo() argument
1038 GateRef frameArgs = Circuit::NullGate(); VisitCall() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1363 auto frameArgs = inList.at(actualNumArgs); in VisitRuntimeCall() local
1587 auto frameArgs = inList.at(actualNumArgs); in VisitCall() local
1600 CollectExraCallSiteInfo(std::unordered_map<int, maple::litecg::LiteCGValue> &deoptBundleInfo, maple::litecg::Expr pcOffset, GateRef frameArgs) CollectExraCallSiteInfo() argument
[all...]

Completed in 34 milliseconds