HomeSort by relevance Sort by last modified time
    Searched refs:Relocatable (Results 1 - 9 of 9) 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...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Script.h 54 Relocatable,
67 // the value of mObjectType will be ScriptObject::Relocatable.
144 * Currently, it requires one to provide the relocatable object files with
147 * The usage of this function is flexible. You can have a relocatable object
150 * you haven't done that yet) and then link the output relocatable object
Script.cpp 202 mObjectType = ScriptObject::Relocatable;

Completed in 59 milliseconds