Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_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() function
Dir_builder.h134 bool CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregsCount);
135 void BuildBasicBlocks(const BytecodeInstructions &instructions);
143 void ConnectBasicBlocks(const BytecodeInstructions &instructions);
Dir_builder.cpp53BytecodeInstructions pbcInstructions(instructionsBuf, GetGraph()->GetRuntime()->GetMethodCodeSize(… in RunImpl()
145 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregsCount) in CheckMethodLimitations()
313BytecodeInstructions instructions(instructionsBuf + bb->GetGuestPc(), std::numeric_limits<int>::ma… in BuildInstructionsForBB()
375 void IrBuilder::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks()
476 void IrBuilder::ConnectBasicBlocks(const BytecodeInstructions &instructions) in ConnectBasicBlocks()
737 BytecodeInstructions instructions(GetGraph()->GetRuntime()->GetMethodCode(GetMethod()), in RunImpl()
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dpbc_iterator_dyn.h51 struct BytecodeInstructions { struct
52 BytecodeInstructions(const uint8_t *data, size_t size) : data_(data), size_(size) {} in BytecodeInstructions() function
Dir_builder_dyn.h121 bool CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregsCount);
122 void BuildBasicBlocks(const BytecodeInstructions &instructions);
135 void ConnectBasicBlocks(const BytecodeInstructions &instructions);
Dir_builder_dyn.cpp27BytecodeInstructions pbcInstructions(instructionsBuf, GetGraph()->GetRuntime()->GetMethodCodeSize(… in RunImpl()
55 bool IrBuilderDynamic::CheckMethodLimitations(const BytecodeInstructions & /*instructions*/, size_t… in CheckMethodLimitations() argument
78BytecodeInstructions instructions(instructionsBuf + bb->GetGuestPc(), std::numeric_limits<int>::ma… in BuildInstructionsForBB()
144 void IrBuilderDynamic::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks()
264 void IrBuilderDynamic::ConnectBasicBlocks(const BytecodeInstructions &instructions) in ConnectBasicBlocks()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dpbc_iterator.h52 struct BytecodeInstructions { struct
53 BytecodeInstructions(const uint8_t *data, size_t size) : data_(data), size_(size) {} in BytecodeInstructions() argument
Dir_builder.h122 bool CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregs_count);
123 void BuildBasicBlocks(const BytecodeInstructions &instructions);
127 void ConnectBasicBlocks(const BytecodeInstructions &instructions);
Dir_builder.cpp31BytecodeInstructions pbc_instructions(instructions_buf, GetGraph()->GetRuntime()->GetMethodCodeSiz… in RunImpl()
68 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregs_count) in CheckMethodLimitations()
122BytecodeInstructions instructions(instructions_buf + bb->GetGuestPc(), std::numeric_limits<int>::m… in BuildInstructionsForBB()
190 void IrBuilder::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks()
295 void IrBuilder::ConnectBasicBlocks(const BytecodeInstructions &instructions) in ConnectBasicBlocks()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Doptimize_bytecode.cpp139 …compiler::BytecodeInstructions instructions(instructionsBuf, graph->GetRuntime()->GetMethodCodeSiz… in BuildMapFromPcToIns()
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp100 …compiler::BytecodeInstructions instructions(instructions_buf, graph->GetRuntime()->GetMethodCodeSi… in BuildMapFromPcToIns()
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dfunction.cpp528 …compiler::BytecodeInstructions instructions(instructionsBuf, graph->GetRuntime()->GetMethodCodeSiz… in BuildPcInsMap()