HomeSort by relevance Sort by last modified time
    Searched full:bootstrapper (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /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();
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();
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...]
codegen.cc 14 #include "src/bootstrapper.h"
95 if (info->isolate()->bootstrapper()->IsActive()) {
238 isolate->bootstrapper()->IsActive()
property-descriptor.cc 7 #include "src/bootstrapper.h"
51 if (isolate->bootstrapper()->IsActive()) return false;
contexts.cc 7 #include "src/bootstrapper.h"
726 isolate->bootstrapper()->IsActive() || object->IsNativeContext();
734 if (child->GetIsolate()->bootstrapper()->IsActive()) return true;
  /external/v8/src/js/
v8natives.js 91 // propertyIsEnumerable is added in bootstrapper.cc.
92 // __defineGetter__ is added in bootstrapper.cc.
93 // __lookupGetter__ is added in bootstrapper.cc.
94 // __defineSetter__ is added in bootstrapper.cc.
95 // __lookupSetter__ is added in bootstrapper.cc.
harmony-atomics.js 141 // The Atomics global is defined by the bootstrapper.
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
pythonba.cpp 10 // Setup chainer/bootstrapper standard UI for WiX toolset.
51 BalExitOnFailure(hr, "Failed to create bootstrapper application interface.");
pythonba.def 10 ; WiX Standard Bootstrapper Application DLL entry points.
pch.h 10 // Precompiled header for standard bootstrapper application.
LICENSE.txt 1 This license applies to the bootstrapper application that is embedded within the installer. It has no impact on the licensing for the rest of the installer or Python itself, as no code covered by this license exists in any other part of the product.
  /build/soong/python/
python.go 120 // the bootstrapper is used to bootstrap .par executable.
121 // bootstrapper might be nil (Python library module).
122 bootstrapper bootstrapper
157 type bootstrapper interface { type
193 if p.bootstrapper != nil {
194 p.AddProperties(p.bootstrapper.bootstrapperProps()...)
281 if p.bootstrapper != nil && p.isEmbeddedLauncherEnabled(pyVersion2) {
297 if p.bootstrapper != nil && p.isEmbeddedLauncherEnabled(pyVersion3) {
339 if p.bootstrapper != nil
    [all...]
test.go 48 module.bootstrapper = test
binary.go 67 module.bootstrapper = decorator
  /developers/build/templates/create/_MODULE_/
build.gradle.ftl 18 <#-- This build script is a bootstrapper for the "real" android build script that
  /external/v8/src/runtime/
runtime-maths.cc 10 #include "src/bootstrapper.h"
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());
runtime-numbers.cc 9 #include "src/bootstrapper.h"
  /external/v8/src/ast/
context-slot-cache.cc 10 #include "src/bootstrapper.h"
  /prebuilts/misc/common/robolectric/3.1.1/lib/
classworlds-1.1-alpha-2.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/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(

Completed in 1303 milliseconds

1 2 3 4