Home
last modified time | relevance | path

Searched refs:first_entry (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp44 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/
H A Dstub-cache.h56 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 in v8::internal::StubCache
/third_party/node/deps/openssl/openssl/apps/
H A Drehash.c80 HENTRY *first_entry, *last_entry; member
142 for (ep = bp->first_entry; ep; ep = ep->next) { in add_entry()
176 if (bp->first_entry == NULL) in add_entry()
177 bp->first_entry = ep; in add_entry()
418 for (ep = bp->first_entry; ep; ep = ep->next) in do_dir()
422 for (ep = bp->first_entry; ep; ep = nextep) { in do_dir()
/third_party/openssl/apps/
H A Drehash.c83 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/eudev/export_include/
H A Dlibudev.h63 * @first_entry: first entry to start with
67 #define udev_list_entry_foreach(list_entry, first_entry) \
68 for (list_entry = first_entry; \
/third_party/eudev/src/libudev/
H A Dlibudev.h63 * @first_entry: first entry to start with
67 #define udev_list_entry_foreach(list_entry, first_entry) \
68 for (list_entry = first_entry; \
/third_party/node/deps/v8/src/objects/
H A Dcode.cc645 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/
H A Dbuiltins-collections-gen.cc658 const TNode<IntPtrT> first_entry = SmiUntag(CAST(UnsafeLoadFixedArrayElement(
665 TVARIABLE(IntPtrT, var_entry, first_entry);
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc6556 Node* first_entry = ChangeSmiToIntPtr(__ Load( in LowerFindOrderedHashMapEntryForInt32Key() local
6564 __ Goto(&loop, first_entry); in LowerFindOrderedHashMapEntryForInt32Key()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs30404 /// if let Some(mut entry) = map.first_entry() {
30413 pub fn first_entry(&mut self) -> Option<OccupiedEntry<'_, K, V>> in first_entry() functions
30447 self.first_entry().map(|entry| entry.remove_entry()) in pop_first()
[all...]

Completed in 62 milliseconds