Searched refs:GCType (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/heap/
H A Dheap.h1419 GCType gc_type_filter, bool pass_isolate = true);
1423 GCType gc_type_filter, bool pass_isolate = true);
1426 void CallGCPrologueCallbacks(GCType gc_type, GCCallbackFlags flags);
1427 void CallGCEpilogueCallbacks(GCType gc_type, GCCallbackFlags flags);
1565 GCCallbackPair(v8::Isolate::GCCallback callback, GCType gc_type,
1574 GCType gc_type;
H A Dheap.cc1296 GCType gc_type =
1396 void Heap::CallGCPrologueCallbacks(GCType gc_type, GCCallbackFlags flags) {
1416 void Heap::CallGCEpilogueCallbacks(GCType gc_type,
5716 GCType gc_type, bool pass_isolate) {
5737 GCType gc_type, bool pass_isolate) {
/external/v8/src/
H A Dglobal-handles.cc526 GCType::kGCTypeProcessWeakCallbacks, kNoGCCallbackFlags);
529 GCType::kGCTypeProcessWeakCallbacks, kNoGCCallbackFlags);
1012 GCType::kGCTypeProcessWeakCallbacks, kNoGCCallbackFlags);
1015 GCType::kGCTypeProcessWeakCallbacks, kNoGCCallbackFlags);
H A Dapi.cc7846 void Isolate::AddGCPrologueCallback(GCCallback callback, GCType gc_type) {
7858 void Isolate::AddGCEpilogueCallback(GCCallback callback, GCType gc_type) {
7870 void V8::AddGCPrologueCallback(GCCallback callback, GCType gc_type) {
7877 void V8::AddGCEpilogueCallback(GCCallback callback, GCType gc_type) {
/external/v8/include/
H A Dv8.h5901 enum GCType { enum in namespace:v8
5931 typedef void (*GCCallback)(GCType type, GCCallbackFlags flags);
6750 typedef void (*GCCallback)(Isolate* isolate, GCType type,
6758 * It is possible to specify the GCType filter for your callback. But it is
6760 * different GCType filters.
6763 GCType gc_type_filter = kGCTypeAll);
6781 * It is possible to specify the GCType filter for your callback. But it is
6783 * different GCType filters.
6786 GCType gc_type_filter = kGCTypeAll);
7320 * to specify the GCType filte
[all...]
/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc2290 const GCType major_gc_type = kGCTypeMarkSweepCompact;

Completed in 133 milliseconds