Searched defs:frameArgs (Results 1 - 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | argument_accessor.h | 98 void SetFrameArgs(GateRef frameArgs) in SetFrameArgs() argument
|
| H A D | argument_accessor.cpp | 136 GateRef frameArgs = Circuit::NullGate(); in GetFrameArgsIn() local
|
| H A D | ts_inline_lowering.h | 95 void UpdateInlineCounts(GateRef frameArgs, size_t inlineCallCounts) in UpdateInlineCounts() argument
|
| H A D | bytecode_circuit_builder.cpp | 628 GateRef frameArgs = circuit_->NewGate(metaData, args); in BuildFrameArgs() local
|
| H A D | bytecode_circuit_builder.h | 561 GateRef frameArgs = preFrameArgs_; in GetCurrentConstpool() local
|
| H A D | native_inline_lowering.cpp | 410 GateRef frameArgs = acc_.GetValueIn(frameState); in AddTraceLogs() local
|
| H A D | ts_inline_lowering.cpp | 136 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 D | frame_states.cpp | 428 GateRef frameArgs = bcBuilder_->GetFrameArgs(); in InitEntryBB() local 1416 GateRef frameArgs = bcBuilder_->GetFrameArgs(); in BuildFrameState() local
|
| H A D | circuit_builder.cpp | 466 GateRef frameArgs = acc_.GetFrameArgs(hirGate); in AppendFrameArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.cpp | 656 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 D | litecg_ir_builder.cpp | 1363 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 24 milliseconds