Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler.cc1192 ScopedArenaAllocator stack_map_allocator(&arena_stack); // Will hold the stack map. in JniCompile() local
1193 ScopedArenaVector<uint8_t> stack_map = CreateJniStackMap(&stack_map_allocator, in JniCompile()
1245 ScopedArenaAllocator stack_map_allocator(&arena_stack); // Will hold the stack map. in JitCompile() local
1246 ScopedArenaVector<uint8_t> stack_map = CreateJniStackMap(&stack_map_allocator, in JitCompile()