Searched refs:first_entry (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 44 struct jit_code_entry *first_entry; member 126 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry; in NotifyDebugger() 131 __jit_debug_descriptor.first_entry = JITCodeEntry; in NotifyDebugger() 210 assert(__jit_debug_descriptor.first_entry == JITCodeEntry); in deregisterObjectInternal() 211 __jit_debug_descriptor.first_entry = NextEntry; in deregisterObjectInternal()
|
/third_party/node/deps/v8/src/ic/ |
D | stub-cache.h | 56 reinterpret_cast<Address>(&first_entry(table)->key)); in key_reference() 61 reinterpret_cast<Address>(&first_entry(table)->map)); in map_reference() 66 reinterpret_cast<Address>(&first_entry(table)->value)); in value_reference() 69 StubCache::Entry* first_entry(StubCache::Table table) { in first_entry() function
|
/third_party/openssl/apps/ |
D | rehash.c | 83 HENTRY *first_entry, *last_entry; member 145 for (ep = bp->first_entry; ep; ep = ep->next) { in add_entry() 179 if (bp->first_entry == NULL) in add_entry() 180 bp->first_entry = ep; in add_entry() 412 for (ep = bp->first_entry; ep; ep = ep->next) in do_dir() 416 for (ep = bp->first_entry; ep; ep = nextep) { in do_dir()
|
/third_party/node/deps/openssl/openssl/apps/ |
D | rehash.c | 83 HENTRY *first_entry, *last_entry; member 145 for (ep = bp->first_entry; ep; ep = ep->next) { in add_entry() 179 if (bp->first_entry == NULL) in add_entry() 180 bp->first_entry = ep; in add_entry() 412 for (ep = bp->first_entry; ep; ep = ep->next) in do_dir() 416 for (ep = bp->first_entry; ep; ep = nextep) { in do_dir()
|
/third_party/node/deps/v8/src/objects/ |
D | code.cc | 645 bool first_entry = true; in Disassemble() local 648 if (first_entry) { in Disassemble() 649 first_entry = false; in Disassemble()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-collections-gen.cc | 771 const TNode<IntPtrT> first_entry = SmiUntag(CAST(UnsafeLoadFixedArrayElement( in FindOrderedHashTableEntry() local 778 TVARIABLE(IntPtrT, var_entry, first_entry); in FindOrderedHashTableEntry()
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 30413 pub fn first_entry(&mut self) -> Option<OccupiedEntry<'_, K, V>> 30447 self.first_entry().map(|entry| entry.remove_entry()) 35769 assert_eq!(map.first_entry().unwrap().key(), &0); 36732 assert_eq!(map.first_entry().unwrap().key().id(), 1); 36764 assert_eq!(map.first_entry().unwrap().key().id(), 1); 37394 assert!(a.first_entry().is_none()); 37397 assert_eq!(a.first_entry().unwrap().key(), &1); 37400 assert_eq!(a.first_entry().unwrap().key(), &1); 37403 assert_eq!(a.first_entry().unwrap().key(), &0); 37405 let (k1, v1) = a.first_entry().unwrap().remove_entry(); [all …]
|
/third_party/node/deps/v8/src/compiler/ |
D | effect-control-linearizer.cc | 6556 Node* first_entry = ChangeSmiToIntPtr(__ Load( in LowerFindOrderedHashMapEntryForInt32Key() local 6564 __ Goto(&loop, first_entry); in LowerFindOrderedHashMapEntryForInt32Key()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 49212 FileSystemChooser::ResultEntry first_entry = entries.front(); 49217 binding_context.storage_key.origin(), first_entry.type, first_entry.path,
|