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

1 2 3 4

  /external/chromium_org/v8/src/
bootstrapper.h 67 class Bootstrapper FINAL {
125 explicit Bootstrapper(Isolate* isolate);
133 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
139 explicit BootstrapperActive(Bootstrapper* bootstrapper)
140 : bootstrapper_(bootstrapper) {
149 Bootstrapper* bootstrapper_;
158 NativesExternalStringResource(Bootstrapper* bootstrapper,
v8.cc 10 #include "src/bootstrapper.h"
43 Bootstrapper::TearDownExtensions();
93 Bootstrapper::InitializeOncePerProcess();
code-factory.cc 7 #include "src/bootstrapper.h"
codegen.cc 7 #include "src/bootstrapper.h"
102 if (info->isolate()->bootstrapper()->IsActive()) {
166 bool print_code = info->isolate()->bootstrapper()->IsActive()
v8threads.cc 8 #include "src/bootstrapper.h"
145 from = isolate_->bootstrapper()->RestoreState(from);
177 Bootstrapper::ArchiveSpacePerThread() +
303 to = isolate_->bootstrapper()->ArchiveState(to);
318 isolate_->bootstrapper()->FreeThreadResources();
contexts.cc 7 #include "src/bootstrapper.h"
54 DCHECK(this->GetIsolate()->bootstrapper()->IsActive());
401 if (child->GetIsolate()->bootstrapper()->IsActive()) return true;
413 isolate->bootstrapper()->IsActive() ||
bootstrapper.cc 5 #include "src/bootstrapper.h"
23 Bootstrapper* bootstrapper,
27 if (bootstrapper->delete_these_non_arrays_on_tear_down_ == NULL) {
28 bootstrapper->delete_these_non_arrays_on_tear_down_ = new List<char*>(2);
32 bootstrapper->delete_these_non_arrays_on_tear_down_->
37 Bootstrapper::Bootstrapper(Isolate* isolate)
46 Handle<String> Bootstrapper::NativesSourceLookup(int index) {
68 void Bootstrapper::Initialize(bool create_heap_objects)
    [all...]
lookup.cc 7 #include "src/bootstrapper.h"
71 return isolate_->bootstrapper()->IsActive();
runtime-profiler.cc 11 #include "src/bootstrapper.h"
103 !isolate_->bootstrapper()->IsActive()) {
promise.js 12 // For bootstrapper.
146 // For bootstrapper.
mksnapshot.cc 17 #include "src/bootstrapper.h"
396 internal_isolate->bootstrapper()->NativesSourceLookup(i);
isolate.h 35 class Bootstrapper;
855 Bootstrapper* bootstrapper() { return bootstrapper_; } function in class:v8::internal::Isolate
    [all...]
factory.h 271 // Foreign objects are pretenured when allocated by the bootstrapper.
362 // JS objects are pretenured when allocated by the bootstrapper and
373 // JS objects are pretenured when allocated by the bootstrapper and
isolate.cc 13 #include "src/bootstrapper.h"
682 if (isolate->bootstrapper()->IsActive()) return YES;
    [all...]
  /developers/build/templates/create/_MODULE_/
build.gradle.ftl 18 <#-- This build script is a bootstrapper for the "real" android build script that
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 34 #include "src/bootstrapper.h"
419 isolate->bootstrapper()->NativesSourceLookup(i);
546 isolate->bootstrapper()->NativesSourceLookup(i);
  /external/chromium_org/v8/tools/gyp/
v8_base.host.darwin-arm.mk 41 v8/src/bootstrapper.cc \
v8_base.host.darwin-arm64.mk 41 v8/src/bootstrapper.cc \
v8_base.host.darwin-mips.mk 41 v8/src/bootstrapper.cc \
v8_base.host.darwin-mips64.mk 41 v8/src/bootstrapper.cc \
v8_base.host.darwin-x86.mk 41 v8/src/bootstrapper.cc \
v8_base.host.darwin-x86_64.mk 41 v8/src/bootstrapper.cc \
v8_base.host.linux-arm.mk 41 v8/src/bootstrapper.cc \
v8_base.host.linux-arm64.mk 41 v8/src/bootstrapper.cc \
v8_base.host.linux-mips.mk 41 v8/src/bootstrapper.cc \

Completed in 251 milliseconds

1 2 3 4