HomeSort by relevance Sort by last modified time
    Searched defs:entry_index (Results 1 - 9 of 9) sorted by null

  /bionic/libc/malloc_debug/
RecordData.cpp 212 unsigned int entry_index = cur_index_.fetch_add(1); local
213 if (entry_index < num_entries_) {
214 entries_[entry_index] = entry;
  /device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/
fip_create.c 287 unsigned int entry_index; local
299 for (entry_index = 0; entry_index < file_info_count; entry_index++) {
300 payload_size += files[entry_index].size;
328 entry_index = 0;
331 for (entry_index = 0; entry_index < file_info_count; entry_index++) {
334 &files[entry_index]);
    [all...]
  /external/eigen/bench/
analyze-blocking-sizes.cpp 278 for (size_t entry_index = 0; entry_index < num_entries; entry_index++) {
279 const uint16_t entry_product_size = first_file.entries[entry_index].product_size;
280 const uint16_t entry_block_size = first_file.entries[entry_index].block_size;
283 if (cur_file.entries[entry_index].product_size != entry_product_size ||
284 cur_file.entries[entry_index].block_size != entry_block_size)
307 size_t entry_index = 0; local
310 while (entry_index < num_entries) {
311 ++entry_index;
340 size_t entry_index = 0; local
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.h 598 int entry_index(HeapEntry* e) { return e->index() * kNodeFieldsCount; } function in class:v8::internal::HeapSnapshotJSONSerializer
heap-snapshot-generator.cc 426 int entry_index = static_cast<int>(reinterpret_cast<intptr_t>(entry->value)); local
427 EntryInfo& entry_info = entries_.at(entry_index);
440 int entry_index = local
442 EntryInfo& entry_info = entries_.at(entry_index);
549 int entry_index = static_cast<int>( local
551 EntryInfo& entry_info = entries_.at(entry_index);
    [all...]
  /external/v8/src/wasm/
wasm-interpreter.cc 919 InterpreterCode* GetIndirectCode(uint32_t table_index, uint32_t entry_index) {
923 if (entry_index >= table->values.size()) return nullptr;
924 uint32_t index = table->values[entry_index];
1425 uint32_t entry_index = Pop().to<uint32_t>(); local
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 654 size_t entry_index = (reinterpret_cast<uintptr_t>(symb) - local
660 Obj->template getEntry<Elf_Versym>(dot_gnu_version_sec, entry_index);
    [all...]
  /external/v8/src/
code-stub-assembler.cc 4063 Node* entry_index = IntPtrMul(entry, IntPtrConstant(Dictionary::kEntrySize)); local
    [all...]
objects.cc 17912 int entry_index = EntryToIndex(entry); local
17941 int entry_index = EntryToIndex(entry); local
    [all...]

Completed in 1370 milliseconds