Home
last modified time | relevance | path

Searched full:buildloadfrompool (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h25 void InstBuilder::BuildLoadFromPool(const BytecodeInstruction *bc_inst) in BuildLoadFromPool() function
Dinst_builder.h224 void BuildLoadFromPool(const BytecodeInstruction *bc_inst);
Dinst_templates.yaml134BuildLoadFromPool<Opcode::<%= inst.opcode =~ /lda_type/ ? 'LoadType' : 'LoadString' %>>(instructio…
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.h323 void BuildLoadFromPool(const BytecodeInstruction *bcInst);
Dinst_templates.yaml172BuildLoadFromPool<Opcode::<%= inst.opcode =~ /lda_type/ ? 'LoadType' : 'LoadString' %>>(instructio…
Dinst_builder-inl.h1462 void InstBuilder::BuildLoadFromPool(const BytecodeInstruction *bcInst) in BuildLoadFromPool() function