Home
last modified time | relevance | path

Searched refs:InternalCodeAllocator (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Doptimizing_cfi_test.cc126 class InternalCodeAllocator : public CodeAllocator { class in art::OptimizingCFITest
128 InternalCodeAllocator() {} in InternalCodeAllocator() function in art::OptimizingCFITest::InternalCodeAllocator
140 DISALLOW_COPY_AND_ASSIGN(InternalCodeAllocator);
146 InternalCodeAllocator code_allocator_;
Dcodegen_test_utils.h170 class InternalCodeAllocator : public CodeAllocator {
172 InternalCodeAllocator() : size_(0) { } in InternalCodeAllocator() function
189 DISALLOW_COPY_AND_ASSIGN(InternalCodeAllocator);
250 static void Run(const InternalCodeAllocator& allocator, in Run()
297 InternalCodeAllocator allocator; in RunCodeNoCheck()
Dcodegen_test.cc736 InternalCodeAllocator code_allocator; in TEST_F()
788 InternalCodeAllocator code_allocator; in TEST_F()
824 InternalCodeAllocator code_allocator; in TEST_F()