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

  /external/google-breakpad/src/processor/
static_address_map-inl.h 48 const EntryType *&entry, AddressType *entry_address) const {
63 if (entry_address)
64 *entry_address = iterator.GetKey();
address_map-inl.h 65 EntryType *entry, AddressType *entry_address) const {
80 if (entry_address)
81 *entry_address = iterator->first;
static_address_map.h 60 // entry_address is not NULL, it will be set to the address that the entry
63 const EntryType *&entry, AddressType *entry_address) const;
address_map.h 61 // entry_address is not NULL, it will be set to the address that the entry
64 EntryType *entry, AddressType *entry_address) const;
  /external/google-breakpad/src/common/
dwarf_cfi_to_module_unittest.cc 114 entry_address = 0x89327ebf86b47492ULL;
119 ASSERT_TRUE(handler.Entry(0x4445c05c, entry_address, entry_size,
125 EXPECT_EQ(entry_address, entries[0]->address);
128 uint64 entry_address, entry_size; member in struct:RuleFixture
137 ASSERT_TRUE(handler.UndefinedRule(entry_address, 7));
148 ASSERT_TRUE(handler.UndefinedRule(entry_address, 10));
157 ASSERT_TRUE(handler.SameValueRule(entry_address, 6));
168 ASSERT_TRUE(handler.OffsetRule(entry_address + 1, return_reg,
175 expected_changes[entry_address + 1][".ra"] = ".cfa 16927065 + ^";
181 ASSERT_TRUE(handler.OffsetRule(entry_address + 1
    [all...]
  /external/v8/src/heap/
remembered-set.h 251 static SlotCallbackResult UpdateCodeEntry(Address entry_address,
253 Object* code = Code::GetObjectFromEntryAddress(entry_address);
257 Memory::Address_at(entry_address) =
objects-visiting.h 271 Address entry_address)) {
361 Address entry_address));
objects-visiting-inl.h 209 Heap* heap, HeapObject* object, Address entry_address) {
210 Code* code = Code::cast(Code::GetObjectFromEntryAddress(entry_address));
211 heap->mark_compact_collector()->RecordCodeEntrySlot(object, entry_address,
mark-compact.cc     [all...]
  /external/v8/src/snapshot/
serializer.h 287 void VisitCodeEntry(Address entry_address) override;
serializer.cc 652 void Serializer::ObjectSerializer::VisitCodeEntry(Address entry_address) {
653 int skip = OutputRawData(entry_address, kCanReturnSkipInsteadOfSkipping);
654 Code* object = Code::cast(Code::GetObjectFromEntryAddress(entry_address));
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]
  /external/v8/src/
objects.h     [all...]
objects.cc     [all...]

Completed in 139 milliseconds