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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8GCController.h 41 class V8GCController {
V8GCController.cpp 32 #include "bindings/v8/V8GCController.h"
73 Node* V8GCController::opaqueRootForGC(Node* node, v8::Isolate*)
76 // The same special handling is in V8GCController::gcTree().
162 // The same special handling is in V8GCController::opaqueRootForGC().
263 v8::UniqueId id(reinterpret_cast<intptr_t>(V8GCController::opaqueRootForGC(*it, m_isolate)));
280 Node* root = V8GCController::opaqueRootForGC(node, m_isolate);
328 void V8GCController::gcPrologue(v8::GCType type, v8::GCCallbackFlags flags)
338 void V8GCController::minorGCPrologue(v8::Isolate* isolate)
355 void V8GCController::majorGCPrologue(bool constructRetainedObjectInfos, v8::Isolate* isolate)
375 void V8GCController::gcEpilogue(v8::GCType type, v8::GCCallbackFlags flags
    [all...]
V8Initializer.cpp 40 #include "bindings/v8/V8GCController.h"
159 v8::V8::AddGCPrologueCallback(V8GCController::gcPrologue);
160 v8::V8::AddGCEpilogueCallback(V8GCController::gcEpilogue);
ScriptController.cpp 44 #include "bindings/v8/V8GCController.h"
133 V8GCController::hintForCollectGarbage();
495 V8GCController::hintForCollectGarbage();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8NodeListCustom.cpp 36 #include "bindings/v8/V8GCController.h"
57 setObjectGroup(V8GCController::opaqueRootForGC(owner, isolate), wrapper, isolate);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfacePython.cpp 40 #include "bindings/v8/V8GCController.h"
160 setObjectGroup(V8GCController::opaqueRootForGC(owner, isolate), wrapper, isolate);
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_derived.target.darwin-arm.mk 241 third_party/WebKit/Source/bindings/v8/V8GCController.cpp \
webcore_derived.target.darwin-mips.mk 241 third_party/WebKit/Source/bindings/v8/V8GCController.cpp \
webcore_derived.target.darwin-x86.mk 241 third_party/WebKit/Source/bindings/v8/V8GCController.cpp \
webcore_derived.target.linux-arm.mk 241 third_party/WebKit/Source/bindings/v8/V8GCController.cpp \
webcore_derived.target.linux-mips.mk 241 third_party/WebKit/Source/bindings/v8/V8GCController.cpp \
webcore_derived.target.linux-x86.mk 241 third_party/WebKit/Source/bindings/v8/V8GCController.cpp \
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 115 #include "bindings/v8/V8GCController.h"
828 V8GCController::collectGarbage(v8::Isolate::GetCurrent());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.pm 542 AddToImplIncludes("bindings/v8/V8GCController.h");
546 setObjectGroup(V8GCController::opaqueRootForGC(owner, isolate), wrapper, isolate);
    [all...]

Completed in 2840 milliseconds