Home
last modified time | relevance | path

Searched refs:AddBlock (Results 1 – 25 of 25) sorted by relevance

/external/dbus-binding-generator/chromeos-dbus-bindings/
Dindented_text_unittest.cc60 TEST_F(IndentedTextTest, AddBlock) { in TEST_F() argument
68 text_.AddBlock(block0); in TEST_F()
69 text_.AddBlock(block1); in TEST_F()
Dadaptor_generator.cc322 text->AddBlock(block); in AddInterfaceMethods()
374 text->AddBlock(block); in AddSendSignalMethods()
412 text->AddBlock(block); in AddSignalDataMembers()
476 text->AddBlock(block); in AddPropertyMethodImplementation()
497 text->AddBlock(block); in AddPropertyDataMembers()
Dindented_text.h25 void AddBlock(const IndentedText& block);
Dproxy_generator.cc414 text->AddBlock(block); in AddConstructor()
423 text->AddBlock(block); in AddDestructor()
517 text->AddBlock(block); in AddSignalHandlerRegistration()
571 text->AddBlock(block); in AddPropertySet()
699 text->AddBlock(block); in AddMethodProxy()
765 text->AddBlock(block); in AddAsyncMethodProxy()
874 text->AddBlock(block); in AddMockMethodDeclaration()
898 text->AddBlock(block); in AddSignalHandlerRegistrationMock()
Dindented_text.cc26 void IndentedText::AddBlock(const IndentedText& block) { in AddBlock() function in chromeos_dbus_bindings::IndentedText
/external/v8/src/crankshaft/
Dhydrogen-flow-engine.h78 loop_effects_.AddBlock(NULL, graph_->blocks()->length(), zone); in HFlowEngine()
191 pred_counts_.AddBlock(0, graph_->blocks()->length(), zone_); in InitializeStates()
194 block_states_.AddBlock(NULL, graph_->blocks()->length(), zone_); in InitializeStates()
Dhydrogen-escape-analysis.cc165 block_states_.AddBlock(NULL, graph()->blocks()->length(), zone()); in AnalyzeDataFlow()
Dhydrogen-gvn.cc500 block_side_effects_.AddBlock( in HGlobalValueNumberingPhase()
502 loop_side_effects_.AddBlock( in HGlobalValueNumberingPhase()
Dhydrogen-load-elimination.cc411 fields_.AddBlock(NULL, num_fields - fields_.length(), zone_); in EnsureFields()
Dlithium-allocator.cc538 live_in_sets_.AddBlock(NULL, block_count, zone()); in InitializeLivenessAnalysis()
652 live_ranges_.AddBlock(NULL, index - live_ranges_.length() + 1, zone()); in LiveRangeFor()
Dhydrogen.h312 void AddBlock(HBasicBlock* block);
Dhydrogen.cc656 AddBlock(block); in RegisterBackEdge()
674 void HLoopInformation::AddBlock(HBasicBlock* block) { in AddBlock() function in v8::internal::HLoopInformation
678 AddBlock(block->parent_loop_header()); in AddBlock()
683 AddBlock(block->predecessors()->at(i)); in AddBlock()
Dhydrogen-instructions.h3064 values_.AddBlock(NULL, length, zone); // Resize list. in HCapturedObject()
/external/v8/src/
Dzone.h209 Vector<T> AddBlock(T value, int count, Zone* zone) { in AddBlock() function
210 return List<T, ZoneAllocationPolicy>::AddBlock(value, count, in AddBlock()
Dcollector.h54 inline Vector<T> AddBlock(int size, T initial_value) { in AddBlock() function
72 inline Vector<T> AddBlock(Vector<const T> source) { in AddBlock() function
Dsmall-pointer-list.h33 list()->AddBlock(NULL, capacity - list()->capacity(), zone); in Reserve()
Dlist.h111 Vector<T> AddBlock(T value, int count,
Dsafepoint-table.cc169 bits.AddBlock(0, bytes_per_entry, zone_); in Emit()
Dlist-inl.h80 Vector<T> List<T, P>::AddBlock(T value, int count, P alloc) { in AddBlock() function
Dd8.cc1652 i::Vector<uint8_t> block = data_.AddBlock(0, length); in WriteMemory()
/external/v8/test/cctest/
Dtest-utils.cc199 Vector<int> block = collector.AddBlock(7, 0xbadcafe); in TEST()
258 collector.AddBlock( in TEST()
Dtest-heap-profiler.cc862 i::Vector<char> chunk = buffer_.AddBlock(chars_written, '\0'); in WriteAsciiChunk()
/external/llvm/lib/Target/WebAssembly/
DRelooper.cpp82 void AddBlock(Block *New, int Id = -1);
119 R.AddBlock(B); in runOnFunction()
197 void RelooperAlgorithm::AddBlock(Block *New, int Id) { in AddBlock() function in RelooperAlgorithm
254 Parent->AddBlock(Split, Original->Id); in Calculate()
/external/v8/src/profiler/
Dheap-profiler.cc50 wrapper_callbacks_.AddBlock( in DefineWrapperClass()
/external/v8/src/parsing/
Dscanner.cc1709 backing_store_.AddBlock(bytes); in BackupKey()