Home
last modified time | relevance | path

Searched refs:BytecodeInstructions (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dpbc_iterator.h46 struct BytecodeInstructions { struct
47 BytecodeInstructions(const uint8_t *data, size_t size) : data_(data), size_(size) {} in BytecodeInstructions() argument
Dir_builder.h124 bool CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregs_count);
125 void BuildBasicBlocks(const BytecodeInstructions &instructions);
129 void ConnectBasicBlocks(const BytecodeInstructions &instructions);
Dir_builder.cpp40BytecodeInstructions pbc_instructions(instructions_buf, GetGraph()->GetRuntime()->GetMethodCodeSiz… in RunImpl()
77 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregs_count) in CheckMethodLimitations()
138BytecodeInstructions instructions(instructions_buf + bb->GetGuestPc(), std::numeric_limits<int>::m… in BuildInstructionsForBB()
209 void IrBuilder::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks()
317 void IrBuilder::ConnectBasicBlocks(const BytecodeInstructions &instructions) in ConnectBasicBlocks()
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp99 …compiler::BytecodeInstructions instructions(instructions_buf, graph->GetRuntime()->GetMethodCodeSi… in BuildMapFromPcToIns()
165 …compiler::BytecodeInstructions instructions(instruction_buf, graph->GetRuntime()->GetMethodCodeSiz… in BuildMapFromPcToType()