Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
dart::CodeTestHelper Class Reference

Static Public Member Functions

static void SetInstructions (const Code &code, const Instructions &instructions, uword unchecked_offset)
 

Detailed Description

Definition at line 2702 of file object_test.cc.

Member Function Documentation

◆ SetInstructions()

static void dart::CodeTestHelper::SetInstructions ( const Code code,
const Instructions instructions,
uword  unchecked_offset 
)
inlinestatic

Definition at line 2704 of file object_test.cc.

2706 {
2707 code.SetActiveInstructions(instructions, unchecked_offset);
2708 code.set_instructions(instructions);
2709 }

The documentation for this class was generated from the following file: