HomeSort by relevance Sort by last modified time
    Searched refs:first_entry (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 44 struct jit_code_entry *first_entry; member in struct:jit_descriptor
136 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry;
141 __jit_debug_descriptor.first_entry = JITCodeEntry;
224 assert(__jit_debug_descriptor.first_entry == JITCodeEntry);
225 __jit_debug_descriptor.first_entry = NextEntry;
  /external/v8/src/ic/
stub-cache.h 64 reinterpret_cast<Address>(&first_entry(table)->key));
69 reinterpret_cast<Address>(&first_entry(table)->map));
74 reinterpret_cast<Address>(&first_entry(table)->value));
77 StubCache::Entry* first_entry(StubCache::Table table) { function in class:v8::internal::StubCache
  /external/e2fsprogs/ext2ed/
inode_com.c 28 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
48 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
75 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
96 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
126 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
137 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
275 if (entry_num==first_entry) {
402 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
413 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
  /external/lldb/source/Breakpoint/
BreakpointResolverFileLine.cpp 92 bool first_entry = true; local
103 if (first_entry)
107 first_entry = false;
  /external/lldb/include/lldb/Core/
UniqueCStringMap.h 210 const Entry *first_entry = &m_map[0]; local
211 const Entry *after_last_entry = first_entry + m_map.size();
213 if (first_entry <= next_entry && next_entry < after_last_entry)
  /external/v8/src/
heap-snapshot-generator.cc 3049 bool first_entry = true; local
    [all...]

Completed in 399 milliseconds