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

1 2

  /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.
prologue.js 159 // To be called by bootstrapper
  /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_;
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();
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;
objects-printer.cc 10 #include "src/bootstrapper.h"
    [all...]
lookup.cc 7 #include "src/bootstrapper.h"
162 if (isolate_->bootstrapper()->IsActive()) return;
    [all...]
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...]
isolate.h 40 class Bootstrapper;
840 Bootstrapper* bootstrapper() { return bootstrapper_; } function in class:v8::internal::Isolate
    [all...]
objects-debug.cc 8 #include "src/bootstrapper.h"
    [all...]
factory.cc 11 #include "src/bootstrapper.h"
    [all...]
isolate.cc 20 #include "src/bootstrapper.h"
895 if (bootstrapper()->IsActive()) return true;
    [all...]
  /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
  /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/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/v8/src/objects/
scope-info.cc 12 #include "src/bootstrapper.h"
335 DCHECK(isolate->bootstrapper()->IsActive());
    [all...]
  /external/v8/src/debug/
debug.cc 12 #include "src/bootstrapper.h"
445 Handle<Context> context = isolate_->bootstrapper()->CreateEnvironment(
    [all...]
  /external/v8/
Android.v8.mk 43 src/bootstrapper.cc \

Completed in 300 milliseconds

1 2