/external/dbus-binding-generator/chromeos-dbus-bindings/ |
D | indented_text_unittest.cc | 60 TEST_F(IndentedTextTest, AddBlock) { in TEST_F() argument 68 text_.AddBlock(block0); in TEST_F() 69 text_.AddBlock(block1); in TEST_F()
|
D | adaptor_generator.cc | 322 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()
|
D | indented_text.h | 25 void AddBlock(const IndentedText& block);
|
D | proxy_generator.cc | 414 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()
|
D | indented_text.cc | 26 void IndentedText::AddBlock(const IndentedText& block) { in AddBlock() function in chromeos_dbus_bindings::IndentedText
|
/external/v8/src/crankshaft/ |
D | hydrogen-flow-engine.h | 78 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()
|
D | hydrogen-escape-analysis.cc | 165 block_states_.AddBlock(NULL, graph()->blocks()->length(), zone()); in AnalyzeDataFlow()
|
D | hydrogen-gvn.cc | 500 block_side_effects_.AddBlock( in HGlobalValueNumberingPhase() 502 loop_side_effects_.AddBlock( in HGlobalValueNumberingPhase()
|
D | hydrogen-load-elimination.cc | 411 fields_.AddBlock(NULL, num_fields - fields_.length(), zone_); in EnsureFields()
|
D | lithium-allocator.cc | 538 live_in_sets_.AddBlock(NULL, block_count, zone()); in InitializeLivenessAnalysis() 652 live_ranges_.AddBlock(NULL, index - live_ranges_.length() + 1, zone()); in LiveRangeFor()
|
D | hydrogen.h | 312 void AddBlock(HBasicBlock* block);
|
D | hydrogen.cc | 656 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()
|
D | hydrogen-instructions.h | 3064 values_.AddBlock(NULL, length, zone); // Resize list. in HCapturedObject()
|
/external/v8/src/ |
D | zone.h | 209 Vector<T> AddBlock(T value, int count, Zone* zone) { in AddBlock() function 210 return List<T, ZoneAllocationPolicy>::AddBlock(value, count, in AddBlock()
|
D | collector.h | 54 inline Vector<T> AddBlock(int size, T initial_value) { in AddBlock() function 72 inline Vector<T> AddBlock(Vector<const T> source) { in AddBlock() function
|
D | small-pointer-list.h | 33 list()->AddBlock(NULL, capacity - list()->capacity(), zone); in Reserve()
|
D | list.h | 111 Vector<T> AddBlock(T value, int count,
|
D | safepoint-table.cc | 169 bits.AddBlock(0, bytes_per_entry, zone_); in Emit()
|
D | list-inl.h | 80 Vector<T> List<T, P>::AddBlock(T value, int count, P alloc) { in AddBlock() function
|
D | d8.cc | 1652 i::Vector<uint8_t> block = data_.AddBlock(0, length); in WriteMemory()
|
/external/v8/test/cctest/ |
D | test-utils.cc | 199 Vector<int> block = collector.AddBlock(7, 0xbadcafe); in TEST() 258 collector.AddBlock( in TEST()
|
D | test-heap-profiler.cc | 862 i::Vector<char> chunk = buffer_.AddBlock(chars_written, '\0'); in WriteAsciiChunk()
|
/external/llvm/lib/Target/WebAssembly/ |
D | Relooper.cpp | 82 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/ |
D | heap-profiler.cc | 50 wrapper_callbacks_.AddBlock( in DefineWrapperClass()
|
/external/v8/src/parsing/ |
D | scanner.cc | 1709 backing_store_.AddBlock(bytes); in BackupKey()
|