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

1 2

  /external/v8/src/
bootstrapper.h 68 class Bootstrapper final {
132 explicit Bootstrapper(Isolate* isolate);
141 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
147 explicit BootstrapperActive(Bootstrapper* bootstrapper)
148 : bootstrapper_(bootstrapper) {
157 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 11 #include "src/bootstrapper.h"
91 if (info->isolate()->bootstrapper()->IsActive()) {
150 isolate->bootstrapper()->IsActive()
contexts.cc 8 #include "src/bootstrapper.h"
589 isolate->bootstrapper()->IsActive() || object->IsNativeContext();
597 if (child->GetIsolate()->bootstrapper()->IsActive()) return true;
property-descriptor.cc 7 #include "src/bootstrapper.h"
51 if (isolate->bootstrapper()->IsActive()) return false;
bootstrapper.cc 5 #include "src/bootstrapper.h"
26 Bootstrapper::Bootstrapper(Isolate* isolate)
32 Handle<String> Bootstrapper::SourceLookup(int index) {
52 template Handle<String> Bootstrapper::SourceLookup<Natives>(int index);
53 template Handle<String> Bootstrapper::SourceLookup<ExperimentalNatives>(
55 template Handle<String> Bootstrapper::SourceLookup<ExperimentalExtraNatives>(
57 template Handle<String> Bootstrapper::SourceLookup<ExtraNatives>(int index);
60 void Bootstrapper::Initialize(bool create_heap_objects) {
71 v8::Extension* Bootstrapper::free_buffer_extension_ = NULL
    [all...]
lookup.cc 7 #include "src/bootstrapper.h"
162 if (isolate_->bootstrapper()->IsActive()) return;
isolate.h 44 class Bootstrapper;
824 Bootstrapper* bootstrapper() { return bootstrapper_; } function in class:v8::internal::Isolate
    [all...]
objects-debug.cc 7 #include "src/bootstrapper.h"
    [all...]
isolate.cc 18 #include "src/bootstrapper.h"
841 if (bootstrapper()->IsActive()) return true;
890 if (bootstrapper()->IsActive()) {
    [all...]
factory.cc 9 #include "src/bootstrapper.h"
    [all...]
api.cc 28 #include "src/bootstrapper.h"
    [all...]
objects.cc 20 #include "src/bootstrapper.h"
    [all...]
  /external/v8/src/js/
v8natives.js 209 // __defineGetter__ is added in bootstrapper.cc.
210 // __lookupGetter__ is added in bootstrapper.cc.
211 // __defineSetter__ is added in bootstrapper.cc.
212 // __lookupSetter__ is added in bootstrapper.cc.
221 // Others are added in bootstrapper.cc.
harmony-atomics.js 153 // The Atomics global is defined by the bootstrapper.
prologue.js 173 // To be called by bootstrapper
promise.js 229 // For bootstrapper.
  /external/v8/src/runtime/
runtime-internal.cc 9 #include "src/bootstrapper.h"
24 CHECK(isolate->bootstrapper()->IsActive());
33 CHECK(isolate->bootstrapper()->IsActive());
36 Bootstrapper::ExportFromRuntime(isolate, container);
46 CHECK(isolate->bootstrapper()->IsActive());
49 Bootstrapper::ExportExperimentalFromRuntime(isolate, container);
60 CHECK(isolate->bootstrapper()->IsActive());
358 if (!isolate->bootstrapper()->IsActive()) {
  /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/ast/
scopeinfo.cc 10 #include "src/bootstrapper.h"
199 DCHECK(isolate->bootstrapper()->IsActive());
  /external/v8/src/debug/
debug.cc 9 #include "src/bootstrapper.h"
543 Handle<Context> context = isolate_->bootstrapper()->CreateEnvironment(
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 35 #include "src/bootstrapper.h"
264 isolate->bootstrapper()->SourceLookup<Natives>(i);
365 isolate->bootstrapper()->SourceLookup<Natives>(i);
483 isolate->bootstrapper()->SourceLookup<Natives>(i);
    [all...]
  /external/v8/
Android.v8common.mk 32 src/bootstrapper.cc \
  /external/v8/src/heap/
heap.cc 13 #include "src/bootstrapper.h"
    [all...]

Completed in 962 milliseconds

1 2