Searched refs:BytecodeInstructions (Results 1 – 4 of 4) sorted by relevance
46 struct BytecodeInstructions { struct47 BytecodeInstructions(const uint8_t *data, size_t size) : data_(data), size_(size) {} in BytecodeInstructions() argument
124 bool CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregs_count);125 void BuildBasicBlocks(const BytecodeInstructions &instructions);129 void ConnectBasicBlocks(const BytecodeInstructions &instructions);
40 …BytecodeInstructions pbc_instructions(instructions_buf, GetGraph()->GetRuntime()->GetMethodCodeSiz… in RunImpl()77 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregs_count) in CheckMethodLimitations()138 …BytecodeInstructions 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()
99 …compiler::BytecodeInstructions instructions(instructions_buf, graph->GetRuntime()->GetMethodCodeSi… in BuildMapFromPcToIns()165 …compiler::BytecodeInstructions instructions(instruction_buf, graph->GetRuntime()->GetMethodCodeSiz… in BuildMapFromPcToType()