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

  /external/v8/src/
bootstrapper.h 68 class Bootstrapper final {
135 explicit Bootstrapper(Isolate* isolate);
144 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
150 explicit BootstrapperActive(Bootstrapper* bootstrapper)
151 : bootstrapper_(bootstrapper) {
160 Bootstrapper* bootstrapper_;
v8.cc 11 #include "src/bootstrapper.h"
46 Bootstrapper::TearDownExtensions();
85 Bootstrapper::InitializeOncePerProcess();
bootstrapper.cc 5 #include "src/bootstrapper.h"
33 Bootstrapper::Bootstrapper(Isolate* isolate)
39 Handle<String> Bootstrapper::SourceLookup(int index) {
59 template Handle<String> Bootstrapper::SourceLookup<Natives>(int index);
60 template Handle<String> Bootstrapper::SourceLookup<ExperimentalNatives>(
62 template Handle<String> Bootstrapper::SourceLookup<ExperimentalExtraNatives>(
64 template Handle<String> Bootstrapper::SourceLookup<ExtraNatives>(int index);
67 void Bootstrapper::Initialize(bool create_heap_objects) {
78 v8::Extension* Bootstrapper::free_buffer_extension_ = NULL
    [all...]
v8threads.cc 8 #include "src/bootstrapper.h"
140 from = isolate_->bootstrapper()->RestoreState(from);
172 Bootstrapper::ArchiveSpacePerThread() +
298 to = isolate_->bootstrapper()->ArchiveState(to);
313 isolate_->bootstrapper()->FreeThreadResources();
isolate.h 40 class Bootstrapper;
840 Bootstrapper* bootstrapper() { return bootstrapper_; } function in class:v8::internal::Isolate
    [all...]
isolate.cc 20 #include "src/bootstrapper.h"
895 if (bootstrapper()->IsActive()) return true;
    [all...]
  /external/toolchain-utils/
build_tool.py 48 class Bootstrapper(object):
785 rv = Bootstrapper.ResetToolEbuildFile(options.chromeos_root, 'gcc')
786 rv1 = Bootstrapper.ResetToolEbuildFile(options.chromeos_root, 'binutils')
834 if Bootstrapper(
  /prebuilts/misc/common/robolectric/3.1.1/lib/
classworlds-1.1-alpha-2.jar 
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1/
classworlds-1.1.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1-alpha-2/
classworlds-1.1-alpha-2.jar 
  /external/v8/src/runtime/
runtime-internal.cc 11 #include "src/bootstrapper.h"
28 CHECK(isolate->bootstrapper()->IsActive());
37 CHECK(isolate->bootstrapper()->IsActive());
40 Bootstrapper::ExportFromRuntime(isolate, container);
51 CHECK(isolate->bootstrapper()->IsActive());
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 

Completed in 610 milliseconds