Searched full:is_range (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| D | ets_inst_templates.yaml | 18 % is_range = inst.opcode.include? 'range' 21 …BuildLaunch<Opcode::<%= is_virtual ? 'CallLaunchVirtual' : 'CallLaunchStatic' %>, <%= is_range ? '…
|
| D | ets_inst_builder.h | 19 template <Opcode OPCODE, bool IS_RANGE, bool ACC_READ>
|
| D | ets_inst_builder.cpp | 29 template <Opcode OPCODE, bool IS_RANGE, bool ACC_READ> 42 BuildCallHelper<OPCODE, IS_RANGE, ACC_READ>(bcInst, this, newObj); in BuildLaunch()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsics_ir_build.inl.erb | 77 template <Opcode OPCODE, bool IS_RANGE, bool ACC_READ> 78 void InstBuilder::BuildCallHelper<OPCODE, IS_RANGE, ACC_READ>::BuildVirtualCallIntrinsic(RuntimeInt…
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 24 template <Opcode OPCODE, bool IS_RANGE, bool ACC_READ> 25 InstBuilder::BuildCallHelper<OPCODE, IS_RANGE, ACC_READ>::BuildCallHelper(const BytecodeInstruction… in BuildCallHelper() 86 template <Opcode OPCODE, bool IS_RANGE, bool ACC_READ> 87 void InstBuilder::BuildCallHelper<OPCODE, IS_RANGE, ACC_READ>::SetCallArgs(Inst *additionalInput) in SetCallArgs() 110 if constexpr (IS_RANGE) { in SetCallArgs() 133 template <Opcode OPCODE, bool IS_RANGE, bool ACC_READ> 134 void InstBuilder::BuildCallHelper<OPCODE, IS_RANGE, ACC_READ>::BuildInitClassInstForCallStatic(uint… in BuildInitClassInstForCallStatic() 145 template <Opcode OPCODE, bool IS_RANGE, bool ACC_READ> 146 void InstBuilder::BuildCallHelper<OPCODE, IS_RANGE, ACC_READ>::BuildCallStaticInst(uint32_t classId) in BuildCallStaticInst() 171 template <Opcode OPCODE, bool IS_RANGE, bool ACC_READ> [all …]
|
| D | inst_templates.yaml | 214 % is_range = inst.opcode.include? 'range' 217 if (!TryBuildInteropCall(instruction, <%= is_range ? 'true' : 'false' %>, <%= acc_read %>)) { 218 …BuildCallHelper<Opcode::<%= is_virtual ? 'CallVirtual' : 'CallStatic' %>, <%= is_range ? 'true' : … 228 % is_range = inst.opcode.include? 'range' 229 BuildInitObject(instruction, <%= is_range ? 'true' : 'false' %>);
|
| D | inst_builder.h | 210 template <Opcode OPCODE, bool IS_RANGE, bool ACC_READ> 265 template <bool IS_RANGE, bool ACC_READ> 267 template <bool IS_RANGE, bool ACC_READ>
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/ |
| D | interpreter-inl.h | 513 template <BytecodeInstruction::Format FORMAT, bool IS_RANGE> 526 HandleLaunch<FORMAT, IS_RANGE>(method); in HandleLaunchVirt() 532 template <BytecodeInstruction::Format FORMAT, bool IS_RANGE> 537 HandleLaunch<FORMAT, IS_RANGE>(method); in HandleLaunch() 543 template <BytecodeInstruction::Format FORMAT, bool IS_RANGE> 574 FillArgs<FORMAT, IS_RANGE>(args); in HandleLaunch() 591 template <BytecodeInstruction::Format FORMAT, bool IS_RANGE> 599 if constexpr (IS_RANGE) { in FillArgs()
|
| /arkcompiler/ets_frontend/es2panda/compiler/templates/ |
| D | isa.h.erb | 101 % def is_Range(insn) 203 % is_range_op = is_Range(insn)
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter-inl.h | 3248 …FrameHelper, BytecodeInstruction::Format FORMAT, bool IS_DYNAMIC_T, bool IS_RANGE, bool ACCEPT_ACC, 3261 if constexpr (IS_RANGE) { in CopyArguments() 3284 …FrameHelper, BytecodeInstruction::Format FORMAT, bool IS_DYNAMIC_T, bool IS_RANGE, bool ACCEPT_ACC, 3324 CopyArguments<FrameHelper, FORMAT, IS_DYNAMIC_T, IS_RANGE, ACCEPT_ACC, INITOBJ, CALL>( in CreateAndSetFrame() 3351 …FrameHelper, BytecodeInstruction::Format FORMAT, bool IS_DYNAMIC_T, bool IS_RANGE, bool ACCEPT_ACC, 3360 …if (!CreateAndSetFrame<FrameHelper, FORMAT, IS_DYNAMIC_T, IS_RANGE, ACCEPT_ACC, INITOBJ, CALL, tru… in CallInterpreterStackless() 3413 … FrameHelper, BytecodeInstruction::Format FORMAT, bool IS_DYNAMIC_T = false, bool IS_RANGE = false, 3423 …CallInterpreterStackless<FrameHelper, FORMAT, IS_DYNAMIC_T, IS_RANGE, ACCEPT_ACC, INITOBJ, CALL>(m… in HandleCall() 3427 template <BytecodeInstruction::Format FORMAT, bool IS_RANGE = false, bool ACCEPT_ACC = false> 3448 HandleCall<FrameHelperDefault, FORMAT, false, IS_RANGE, ACCEPT_ACC>(resolved); in HandleVirtualCall() [all …]
|