Home
last modified time | relevance | path

Searched refs:position (Results 26 – 46 of 46) sorted by relevance

12

/art/compiler/optimizing/
Dregister_allocator_graph_color.h126 static LiveInterval* TrySplit(LiveInterval* interval, size_t position);
Dregister_allocator_linear_scan.h103 bool TrySplitNonPairOrUnalignedPairIntervalAt(size_t position,
Dloop_optimization_test.cc78 HBasicBlock* AddLoop(HBasicBlock* position, HBasicBlock* successor) { in AddLoop() argument
84 position->ReplaceSuccessor(successor, header); in AddLoop()
Dload_store_analysis.h399 size_t CheckedAliasingMatrixPosition(size_t index1, size_t index2, size_t position) { in CheckedAliasingMatrixPosition() argument
401 DCHECK_EQ(calculated_position, position); in CheckedAliasingMatrixPosition()
Dreference_type_propagation.cc174 static bool ShouldCreateBoundType(HInstruction* position, in ShouldCreateBoundType() argument
182 if (position == nullptr || !position->IsBoundType()) { in ShouldCreateBoundType()
186 HBoundType* existing_bound_type = position->AsBoundType(); in ShouldCreateBoundType()
Dsuperblock_cloner_test.cc43 void CreateBasicLoopControlFlow(HBasicBlock* position, in CreateBasicLoopControlFlow() argument
51 position->ReplaceSuccessor(successor, loop_preheader); in CreateBasicLoopControlFlow()
Dnodes.h2445 void SetLifetimePosition(size_t position) { lifetime_position_ = position; } in SetLifetimePosition() argument
/art/tools/bisection_search/
DREADME.md26 Extra dalvikvm arguments will be placed on second position in the command
27 by default. {ARGS} tag can be used to specify a custom position.
/art/test/580-crc32/src/
DMain.java349 buf.position(off); in CRC32ByteBuffer()
417 buf.position(off); in CRC32DirectByteBuffer()
425 buf.position(0); in CRC32ByteAndDirectByteBuffer()
434 buf.position(0); in CRC32DirectByteBufferAndByte()
/art/runtime/gc/space/
Dbump_pointer_space.cc101 const uintptr_t position = reinterpret_cast<uintptr_t>(obj) + obj->SizeOf(); in GetNextObject() local
102 return reinterpret_cast<mirror::Object*>(RoundUp(position, kAlignment)); in GetNextObject()
Dregion_space-inl.h308 const uintptr_t position = reinterpret_cast<uintptr_t>(obj) + obj->SizeOf(); in GetNextObject() local
309 return reinterpret_cast<mirror::Object*>(RoundUp(position, kAlignment)); in GetNextObject()
/art/libdexfile/dex/
Dclass_accessor.h187 uint32_t position, in DataIterator() argument
193 position_(position), in DataIterator()
/art/test/547-regression-trycatch-critic-edge/smali/
DTestCase.smali19 # the outer loop would have a smaller liveness position than the two back edges
/art/tools/class2greylist/src/com/android/class2greylist/
DApiComponents.java219 + sc.position() + " in " + signature); in fromDexSignature()
/art/test/565-checker-irreducible-loop/smali/
DIrreducibleLoop.smali54 # live interval is inactive at the desired position.
/art/cmdline/
DREADME.md130 In general, it uses the position of the argument alias to map into the WithValues position value.
133 no way to position-ally match that).
/art/compiler/utils/x86/
Dassembler_x86.cc3724 int position = label->LinkPosition(); in Bind() local
3725 int next = buffer_.Load<int32_t>(position); in Bind()
3726 buffer_.Store<int32_t>(position, bound - (position + 4)); in Bind()
3737 int position = label->LinkPosition(); in Bind() local
3738 uint8_t delta = buffer_.Load<uint8_t>(position); in Bind()
3739 int offset = bound - (position + 1); in Bind()
3741 buffer_.Store<int8_t>(position, offset); in Bind()
3813 int position = buffer_.Size(); in EmitLabelLink() local
3815 label->LinkTo(position); in EmitLabelLink()
3821 int position = buffer_.Size(); in EmitLabelLink() local
[all …]
/art/libelffile/elf/
Delf_builder.h144 Elf_Word position = GetPosition(); in End() local
145 CHECK(header_.sh_size == 0u || header_.sh_size == position); in End()
146 header_.sh_size = position; in End()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc5107 int position = label->LinkPosition(); in Bind() local
5108 int next = buffer_.Load<int32_t>(position); in Bind()
5109 buffer_.Store<int32_t>(position, bound - (position + 4)); in Bind()
5120 int position = label->LinkPosition(); in Bind() local
5121 uint8_t delta = buffer_.Load<uint8_t>(position); in Bind()
5122 int offset = bound - (position + 1); in Bind()
5124 buffer_.Store<int8_t>(position, offset); in Bind()
5198 int position = buffer_.Size(); in EmitLabelLink() local
5200 label->LinkTo(position); in EmitLabelLink()
5206 int position = buffer_.Size(); in EmitLabelLink() local
[all …]
/art/dexlayout/
Ddex_ir.h127 uint32_t position, in Iterator() argument
130 position_(position), in Iterator()
/art/runtime/gc/
Dheap.cc2226 void AddBin(size_t size, uintptr_t position) { in AddBin() argument
2228 MEMORY_TOOL_MAKE_DEFINED(reinterpret_cast<void*>(position), size); in AddBin()
2231 bins_.insert(std::make_pair(size, position)); in AddBin()

12