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

  /external/v8/src/
arguments.h 88 class CustomArguments : public Relocatable {
93 JSObject* holder) : Relocatable(isolate) {
99 inline explicit CustomArguments(Isolate* isolate) : Relocatable(isolate) {
v8threads.cc 193 from = Relocatable::RestoreState(isolate_, from);
234 Relocatable::ArchiveSpacePerThread();
340 to = Relocatable::ArchiveState(isolate_, to);
378 data = Relocatable::Iterate(v, data);
objects.h     [all...]
isolate.h 336 /* State for Relocatable. */ \
337 V(Relocatable*, relocatable_top, NULL) \
    [all...]
objects.cc     [all...]
objects-inl.h     [all...]
heap.cc 880 Relocatable::PostGarbageCollectionProcessing();
    [all...]
  /external/chromium_org/v8/src/
v8threads.cc 197 from = Relocatable::RestoreState(isolate_, from);
238 Relocatable::ArchiveSpacePerThread();
361 to = Relocatable::ArchiveState(isolate_, to);
400 data = Relocatable::Iterate(v, data);
arguments.h 201 class CustomArgumentsBase : public Relocatable {
209 : Relocatable(isolate) {}
isolate.h 372 /* State for Relocatable. */ \
373 V(Relocatable*, relocatable_top, NULL) \
    [all...]
objects.cc     [all...]
objects.h     [all...]
objects-inl.h     [all...]
heap.cc     [all...]

Completed in 88 milliseconds