Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_cfi_test.cc125 class InternalCodeAllocator : public CodeAllocator { class in art::OptimizingCFITest
127 InternalCodeAllocator() {} in InternalCodeAllocator() function in art::OptimizingCFITest::InternalCodeAllocator
139 DISALLOW_COPY_AND_ASSIGN(InternalCodeAllocator);
145 InternalCodeAllocator code_allocator_;
Dcodegen_test_utils.h165 class InternalCodeAllocator : public CodeAllocator {
167 InternalCodeAllocator() : size_(0) { } in InternalCodeAllocator() function
184 DISALLOW_COPY_AND_ASSIGN(InternalCodeAllocator);
245 static void Run(const InternalCodeAllocator& allocator, in Run()
288 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()