Searched refs:Concatenate (Results 1 – 11 of 11) sorted by relevance
41 def Concatenate(filenames): function71 exit(0 if Concatenate(args) else 1)
108 { Helper procedure: Concatenate individual dirnames into a path environment variable }184 // Concatenate directory names into one single path variable
2028 intptr_t FreeListCategory::Concatenate(FreeListCategory* category) { in Concatenate() function in v8::internal::FreeListCategory2159 intptr_t FreeList::Concatenate(FreeList* free_list) { in Concatenate() function in v8::internal::FreeList2161 free_bytes += small_list_.Concatenate(free_list->small_list()); in Concatenate()2162 free_bytes += medium_list_.Concatenate(free_list->medium_list()); in Concatenate()2163 free_bytes += large_list_.Concatenate(free_list->large_list()); in Concatenate()2164 free_bytes += huge_list_.Concatenate(free_list->huge_list()); in Concatenate()
1438 intptr_t Concatenate(FreeListCategory* category);1515 intptr_t Concatenate(FreeList* free_list);
640 intptr_t freed_bytes = space->free_list()->Concatenate(free_list); in RefillFreeList()4146 free_list->Concatenate(&private_free_list); in SweepInParallel()
50 # tidy for online reading. Concatenate all the .3 stuff, but omit the
167 …* Build a path from the two path components. Concatenate path1 and path2. Insert the file system-d…
266 …* Build a path from the two path components. Concatenate path1 and path2. Insert the system-depend…
381 * Build a path from the two path components. Concatenate path1 and path2. Insert the path
32 ;# when we think of them as permutations of address bits: Concatenate a
1436 // Concatenate every other element of 4-element vectors V1 and V2.1439 // Concatenate every other element of 8-element vectors V1 and V2.