HomeSort by relevance Sort by last modified time
    Searched refs:Relocatable (Results 1 - 7 of 7) 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...]

Completed in 62 milliseconds