OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HeapThing
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
heap-snapshot-generator.h
287
typedef void*
HeapThing
;
294
virtual HeapEntry* AllocateEntry(
HeapThing
ptr) = 0;
304
int Map(
HeapThing
thing);
305
void Pair(
HeapThing
thing, int entry);
308
static uint32_t Hash(
HeapThing
thing) {
313
static bool HeapThingsMatch(
HeapThing
key1,
HeapThing
key2) {
346
virtual HeapEntry* AddEntry(
HeapThing
ptr,
348
virtual HeapEntry* FindEntry(
HeapThing
ptr) = 0;
349
virtual HeapEntry* FindOrAddEntry(
HeapThing
ptr
[
all
...]
/external/v8/src/
profile-generator.h
790
typedef void*
HeapThing
;
798
HeapThing
ptr, int children_count, int retainers_count) = 0;
810
HeapEntry* Map(
HeapThing
thing);
811
void Pair(
HeapThing
thing, HeapEntriesAllocator* allocator, HeapEntry* entry);
812
void CountReference(
HeapThing
from,
HeapThing
to,
836
static uint32_t Hash(
HeapThing
thing) {
841
static bool HeapThingsMatch(
HeapThing
key1,
HeapThing
key2) {
876
virtual HeapEntry* AddEntry(
HeapThing
ptr
[
all
...]
Completed in 65 milliseconds