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

  /external/v8/src/
bootstrapper.h 48 class Bootstrapper final {
113 explicit Bootstrapper(Isolate* isolate);
122 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
128 explicit BootstrapperActive(Bootstrapper* bootstrapper)
129 : bootstrapper_(bootstrapper) {
138 Bootstrapper* bootstrapper_;
v8threads.cc 8 #include "src/bootstrapper.h"
145 from = isolate_->bootstrapper()->RestoreState(from);
177 Bootstrapper::ArchiveSpacePerThread() +
299 to = isolate_->bootstrapper()->ArchiveState(to);
314 isolate_->bootstrapper()->FreeThreadResources();
contexts.cc 8 #include "src/bootstrapper.h"
484 isolate->bootstrapper()->IsActive() || object->IsNativeContext();
492 if (child->GetIsolate()->bootstrapper()->IsActive()) return true;
property-descriptor.cc 7 #include "src/bootstrapper.h"
52 if (isolate->bootstrapper()->IsActive()) return false;
bootstrapper.cc 5 #include "src/bootstrapper.h"
82 Bootstrapper::Bootstrapper(Isolate* isolate)
87 Handle<String> Bootstrapper::GetNativeSource(NativeType type, int index) {
96 void Bootstrapper::Initialize(bool create_heap_objects) {
107 v8::Extension* Bootstrapper::free_buffer_extension_ = nullptr;
108 v8::Extension* Bootstrapper::gc_extension_ = nullptr;
109 v8::Extension* Bootstrapper::externalize_string_extension_ = nullptr;
110 v8::Extension* Bootstrapper::statistics_extension_ = nullptr;
111 v8::Extension* Bootstrapper::trigger_failure_extension_ = nullptr
    [all...]
log.cc 14 #include "src/bootstrapper.h"
    [all...]
objects-printer.cc 10 #include "src/bootstrapper.h"
    [all...]
lookup.cc 7 #include "src/bootstrapper.h"
276 if (isolate_->bootstrapper()->IsActive()) return;
    [all...]
isolate.h 64 class Bootstrapper;
999 Bootstrapper* bootstrapper() { return bootstrapper_; } function in class:v8::internal::Isolate
    [all...]
isolate.cc 23 #include "src/bootstrapper.h"
    [all...]
api.cc 26 #include "src/bootstrapper.h"
720 // bootstrapper to create a global proxy before we deserialize the context.
    [all...]
objects.cc 25 #include "src/bootstrapper.h"
    [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
154 type bootstrapper interface { type
193 if p.bootstrapper != nil {
194 p.AddProperties(p.bootstrapper.bootstrapperProps()...)
302 if p.bootstrapper != nil && p.isEmbeddedLauncherEnabled(pyVersion2) {
306 if p.bootstrapper.autorun() {
333 if p.bootstrapper != nil && p.isEmbeddedLauncherEnabled(pyVersion3)
    [all...]
test.go 70 module.bootstrapper = test
binary.go 70 module.bootstrapper = decorator
  /external/v8/src/runtime/
runtime-internal.cc 10 #include "src/bootstrapper.h"
29 CHECK(isolate->bootstrapper()->IsActive());
37 CHECK(isolate->bootstrapper()->IsActive());
40 Bootstrapper::ExportFromRuntime(isolate, container);
50 CHECK(isolate->bootstrapper()->IsActive());
runtime-scopes.cc 10 #include "src/bootstrapper.h"
685 DCHECK(!isolate->bootstrapper()->IsActive());
    [all...]
runtime-object.cc 6 #include "src/bootstrapper.h"
    [all...]
  /external/v8/src/js/
prologue.js 86 // To be called by bootstrapper
  /external/v8/src/objects/
scope-info.cc 12 #include "src/bootstrapper.h"
372 DCHECK(isolate->bootstrapper()->IsActive());
    [all...]
  /external/v8/src/heap/
factory.cc 12 #include "src/bootstrapper.h"
    [all...]
heap.cc 17 #include "src/bootstrapper.h"
    [all...]
  /external/v8/src/debug/
debug.cc 14 #include "src/bootstrapper.h"
    [all...]
  /external/v8/src/compiler/
pipeline.cc 16 #include "src/bootstrapper.h"
613 isolate->bootstrapper()->IsActive()
    [all...]

Completed in 403 milliseconds