Searched refs:stack_map_allocator (Results 1 – 1 of 1) sorted by relevance
1202 ScopedArenaAllocator stack_map_allocator(&arena_stack); // Will hold the stack map. in JniCompile() local1204 &stack_map_allocator, jni_compiled_method, jni_compiled_method.GetCode().size()); in JniCompile()1261 ScopedArenaAllocator stack_map_allocator(&arena_stack); // Will hold the stack map. in JitCompile() local1263 &stack_map_allocator, jni_compiled_method, jni_compiled_method.GetCode().size()); in JitCompile()