Home
last modified time | relevance | path

Searched defs:allocator (Results 76 – 100 of 118) sorted by relevance

12345

/art/compiler/optimizing/
Dcode_generator_vector_arm64_sve.cc190 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations()
383 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations()
843 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations()
1038 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations()
1365 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations()
Dcode_generator_vector_arm64_neon.cc190 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations()
383 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations()
843 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations()
1038 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations()
1365 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations()
Dregister_allocator_linear_scan.cc43 RegisterAllocatorLinearScan::RegisterAllocatorLinearScan(ScopedArenaAllocator* allocator, in RegisterAllocatorLinearScan()
430 ScopedArenaAllocator allocator(allocator_->GetArenaStack()); in ValidateInternal() local
Dnodes.cc59 ScopedArenaAllocator allocator(GetArenaStack()); in FindBackEdges() local
183 ScopedArenaAllocator allocator(GetArenaStack()); in BuildDominatorTree() local
272 ScopedArenaAllocator allocator(GetArenaStack()); in ComputeDominanceInformation() local
827 ScopedArenaAllocator allocator(graph->GetArenaStack()); in Populate() local
2490 ArenaAllocator* allocator = outer_graph->GetAllocator(); in InlineInto() local
3024 ArenaAllocator* allocator = GetAllocator(); in InsertOppositeCondition() local
Dloop_analysis.cc399 ArenaAllocator* allocator) { in Create()
Dcode_generator_x86_64.h154 ParallelMoveResolverX86_64(ArenaAllocator* allocator, CodeGeneratorX86_64* codegen) in ParallelMoveResolverX86_64()
Dnodes.h384 : allocator_(allocator), in allocator_() argument
1982 ALWAYS_INLINE HEnvironment(ArenaAllocator* allocator, in HEnvironment()
1995 ALWAYS_INLINE HEnvironment(ArenaAllocator* allocator, in HEnvironment()
2009 void SetAndCopyParentChain(ArenaAllocator* allocator, HEnvironment* parent) { in SetAndCopyParentChain()
2332 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetAllocator(); in CopyEnvironmentFrom() local
2343 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetAllocator(); in CopyEnvironmentFromWithLoopPhiAdjustment() local
2738 ArenaAllocator* allocator, in HVariableInputSizeInstruction()
2747 ArenaAllocator* allocator, in HVariableInputSizeInstruction()
2849 allocator, in HVariableInputSizeInstruction() argument
3324 HDeoptimize(ArenaAllocator* allocator, in HDeoptimize()
[all …]
Dintrinsics_arm_vixl.cc209 static void CreateFPToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToIntLocations()
216 static void CreateIntToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntToFPLocations()
271 static void CreateIntToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntToIntLocations()
278 static void CreateLongToLongLocationsWithOverlap(ArenaAllocator* allocator, HInvoke* invoke) { in CreateLongToLongLocationsWithOverlap()
285 static void CreateFPToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToFPLocations()
504 static void CreateIntIntToVoidLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntIntToVoidLocations()
639 static void CreateIntIntIntToIntLocations(ArenaAllocator* allocator, in CreateIntIntIntToIntLocations()
704 static void CreateIntIntIntIntToVoid(ArenaAllocator* allocator, in CreateIntIntIntIntToVoid()
889 static void CreateIntIntIntIntIntToIntPlusTemps(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntIntIntIntIntToIntPlusTemps()
2250 static void CreateFPToFPCallLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToFPCallLocations()
[all …]
Dcode_generator_x86.h153 ParallelMoveResolverX86(ArenaAllocator* allocator, CodeGeneratorX86* codegen) in ParallelMoveResolverX86()
Dscheduler_test.cc355 explicit TestSchedulingGraph(ScopedArenaAllocator* allocator, in TestSchedulingGraph()
Dssa_builder.cc666 ArenaAllocator* allocator = graph_->GetAllocator(); in GetFloatDoubleOrReferenceEquivalentOfPhi() local
Dintrinsics.cc245 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetAllocator(); in ComputeIntegerValueOfLocations() local
Dcode_generator_arm_vixl.h266 ParallelMoveResolverARMVIXL(ArenaAllocator* allocator, CodeGeneratorARMVIXL* codegen) in ParallelMoveResolverARMVIXL()
Dload_store_elimination.cc922 ScopedArenaAllocator allocator(graph_->GetArenaStack()); in Run() local
/art/libartbase/base/
Dsafe_map.h50 : map_(cmp, allocator) { in map_() argument
/art/compiler/jni/quick/
Djni_compiler.cc64 ArenaAllocator* allocator, InstructionSet isa, const InstructionSetFeatures* features) { in GetMacroAssembler()
177 ArenaAllocator allocator(&pool); in ArtJniCompileMethodInternal() local
/art/runtime/jit/
Dprofile_saver.cc324 ScopedArenaAllocator* allocator, in SampleClassesAndExecutedMethods()
416 ScopedArenaAllocator allocator(&stack); in FetchAndCacheResolvedClassesAndMethods() local
/art/compiler/utils/
Dassembler.h405 explicit Assembler(ArenaAllocator* allocator) : buffer_(allocator), cfi_(this) {} in Assembler()
Dassembler_thumb_test.cc91 ArenaAllocator allocator; member in art::arm::ArmVIXLAssemblerTest
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc156 JvmtiAllocator allocator(jvmti); in CbClassFileLoadHook() local
/art/compiler/debug/
Delf_debug_info_writer.h480 LinearAlloc* allocator = Runtime::Current()->GetLinearAlloc(); in WriteLinkageName() local
/art/runtime/
Dclass_linker.h855 LinearAlloc* allocator; member
/art/runtime/native/
Ddalvik_system_VMRuntime.cc122 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator(); in VMRuntime_newNonMovableArray() local
149 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray() local
/art/runtime/verifier/
Dreg_type_cache.cc287 ScopedArenaAllocator& allocator, in RegTypeCache()
/art/runtime/interpreter/
Dunstarted_runtime.cc1314 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromChars() local
1330 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromString() local
1347 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFastSubstring() local
1695 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedJNIVMRuntimeNewUnpaddedArray() local

12345