Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
allocation_test.cc File Reference
#include "vm/allocation.h"
#include "platform/assert.h"
#include "vm/longjump.h"
#include "vm/unit_test.h"

Go to the source code of this file.

Classes

class  dart::TestValueObject
 
class  dart::TestStackResource
 
class  dart::TestStackedStackResource
 

Namespaces

namespace  dart
 

Functions

static void dart::StackAllocatedDestructionHelper (int *ptr)
 
 dart::ISOLATE_UNIT_TEST_CASE (StackAllocatedDestruction)
 
static void dart::StackAllocatedLongJumpHelper (int *ptr, LongJumpScope *jump)
 
 dart::ISOLATE_UNIT_TEST_CASE (StackAllocatedLongJump)
 
static void dart::StackedStackResourceDestructionHelper (int *ptr)
 
static void dart::StackResourceDestructionHelper (int *ptr)
 
 dart::ISOLATE_UNIT_TEST_CASE (StackResourceDestruction)
 
static void dart::StackedStackResourceLongJumpHelper (int *ptr, LongJumpScope *jump)
 
static void dart::StackResourceLongJumpHelper (int *ptr, LongJumpScope *jump)
 
 dart::ISOLATE_UNIT_TEST_CASE (StackResourceLongJump)