Searched full:buildlaunch (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| D | ets_inst_builder.cpp | 30 void InstBuilder::BuildLaunch(const BytecodeInstruction *bcInst) in BuildLaunch() function in ark::compiler::InstBuilder 46 template void InstBuilder::BuildLaunch<Opcode::CallLaunchStatic, false, true>(const BytecodeInstruc… 47 template void InstBuilder::BuildLaunch<Opcode::CallLaunchStatic, true, false>(const BytecodeInstruc… 48 template void InstBuilder::BuildLaunch<Opcode::CallLaunchStatic, false, false>(const BytecodeInstru… 50 template void InstBuilder::BuildLaunch<Opcode::CallLaunchVirtual, false, true>(const BytecodeInstru… 51 template void InstBuilder::BuildLaunch<Opcode::CallLaunchVirtual, true, false>(const BytecodeInstru… 52 template void InstBuilder::BuildLaunch<Opcode::CallLaunchVirtual, false, false>(const BytecodeInstr…
|
| D | ets_inst_builder.h | 20 void BuildLaunch(const BytecodeInstruction *bcInst);
|
| D | ets_inst_templates.yaml | 21 …BuildLaunch<Opcode::<%= is_virtual ? 'CallLaunchVirtual' : 'CallLaunchStatic' %>, <%= is_range ? '…
|