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

1 2 3 4

  /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_;
v8.cc 10 #include "src/bootstrapper.h"
45 Bootstrapper::TearDownExtensions();
84 Bootstrapper::InitializeOncePerProcess();
codegen.cc 11 #include "src/bootstrapper.h"
91 if (info->isolate()->bootstrapper()->IsActive()) {
150 isolate->bootstrapper()->IsActive()
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"
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...]
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;
factory.h 287 // Foreign objects are pretenured when allocated by the bootstrapper.
395 // JS objects are pretenured when allocated by the bootstrapper and
408 // JS objects are pretenured when allocated by the bootstrapper and
code-factory.cc 7 #include "src/bootstrapper.h"
execution.cc 7 #include "src/bootstrapper.h"
isolate.h 44 class Bootstrapper;
824 Bootstrapper* bootstrapper() { return bootstrapper_; } function in class:v8::internal::Isolate
    [all...]
runtime-profiler.cc 10 #include "src/bootstrapper.h"
  /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()) {
runtime-maths.cc 10 #include "src/bootstrapper.h"
runtime-numbers.cc 9 #include "src/bootstrapper.h"
  /developers/build/templates/create/_MODULE_/
build.gradle.ftl 18 <#-- This build script is a bootstrapper for the "real" android build script that
  /external/v8/test/cctest/compiler/
test-run-stubs.cc 5 #include "src/bootstrapper.h"
  /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
  /build/blueprint/bootstrap/
bootstrap.go 720 // We're generating a bootstrapper Ninja file, so we need to set things
788 // When the current build.ninja file is a bootstrapper, we always want
789 // to have it replace itself with a non-bootstrapper build.ninja. To
809 // We're generating a bootstrapper Ninja file, so we need to set things
863 // the bootstrapper. If this is newer than the primaryBuilderNinjaFile,
876 // When the current build.ninja file is a bootstrapper, we always want
877 // to have it replace itself with a non-bootstrapper build.ninja. To
906 // We're generating a non-bootstrapper Ninja file, so we need to set it
  /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/autotest/site_utils/
mysql_bootstrap.py 207 """Main bootstrapper method.
  /external/v8/src/ast/
scopeinfo.cc 10 #include "src/bootstrapper.h"
199 DCHECK(isolate->bootstrapper()->IsActive());

Completed in 495 milliseconds

1 2 3 4