Home
last modified time | relevance | path

Searched defs:start (Results 126 – 134 of 134) sorted by relevance

123456

/art/compiler/utils/x86/
Dassembler_x86_test.cc1196 x86::NearLabel start, target; in TEST_F() local
/art/runtime/verifier/
Dmethod_verifier.cc1113 const uint32_t start = try_item.start_addr_; in ScanTryCatchBlocks() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc2563 auto add_gc_range = [&gc_ranges](void* start, size_t size) { in CaptureRssAtPeak()
/art/dex2oat/linker/
Dimage_writer.cc692 uint32_t start = image_info.dex_cache_array_starts_.Get(dex_file); in PrepareDexCacheArraySlots() local
/art/runtime/
Dthread.cc4137 void Thread::SetTlab(uint8_t* start, uint8_t* end, uint8_t* limit) { in SetTlab()
Dclass_linker.cc7508 int32_t start = 0; in CheckVTableHasNoDuplicates() local
/art/runtime/gc/space/
Dimage_space.cc1208 const uint64_t start = NanoTime(); in LoadImageFile() local
/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc2201 x86_64::NearLabel start, target; in TEST_F() local
/art/compiler/optimizing/
Dnodes.h1380 void SetLifetimeStart(size_t start) { lifetime_start_ = start; } in SetLifetimeStart()

123456