Searched refs:coalesced (Results 1 - 8 of 8) sorted by relevance

/external/llvm/test/MC/MachO/
H A Dweakdef.s3 .section __DATA,__datacoal_nt,coalesced
4 .section __TEXT,__const_coal,coalesced
10 .section __DATA,__datacoal_nt,coalesced
H A Dsymbol-diff.s4 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
H A Ddiff-with-two-sections.s5 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelinePresentationModel.js125 if (parentRecord.coalesced())
140 if (lastRecord && lastRecord.coalesced())
154 if (lastRecord.presentationParent().coalesced())
343 coalesced: function()
547 coalesced: function()
H A DTimelineView.js339 if (presentationRecord.coalesced()) {
835 if (presentationRecord.coalesced())
1083 if (presentationRecord.coalesced()) {
/external/chromium_org/tools/gn/
H A Dtrace.cc79 std::map<std::string, Coalesced> coalesced; local
81 Coalesced& c = coalesced[items[i]->name()];
89 for (std::map<std::string, Coalesced>::iterator iter = coalesced.begin();
90 iter != coalesced.end(); ++iter)
/external/llvm/test/CodeGen/PowerPC/
H A Dhello-reloc.s8 .section __TEXT,__textcoal_nt,coalesced,pure_instructions
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync.py1255 coalesced = synced_notification_data_pb2.CoalescedSyncedNotification()
1256 google.protobuf.text_format.Merge(serialized_notification, coalesced)
1259 coalesced.key = unique_id
1264 notification_specifics.coalesced_notification.CopyFrom(coalesced)

Completed in 280 milliseconds