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);
140 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
146 explicit BootstrapperActive(Bootstrapper* bootstrapper)
147 : bootstrapper_(bootstrapper) {
156 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"
93 if (info->isolate()->bootstrapper()->IsActive()) {
159 bool print_code = info->isolate()->bootstrapper()->IsActive()
property-descriptor.cc 7 #include "src/bootstrapper.h"
49 if (isolate->bootstrapper()->IsActive()) return false;
contexts.cc 8 #include "src/bootstrapper.h"
561 isolate->bootstrapper()->IsActive() || object->IsNativeContext();
569 if (child->GetIsolate()->bootstrapper()->IsActive()) return true;
bootstrapper.cc 5 #include "src/bootstrapper.h"
24 Bootstrapper::Bootstrapper(Isolate* isolate)
30 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...]
isolate.cc 18 #include "src/bootstrapper.h"
799 if (bootstrapper()->IsActive()) return true;
863 if (bootstrapper()->IsActive()) {
    [all...]
compiler.cc 13 #include "src/bootstrapper.h"
    [all...]
isolate.h 42 class Bootstrapper;
801 Bootstrapper* bootstrapper() { return bootstrapper_; } function in class:v8::internal::Isolate
    [all...]
objects-debug.cc 7 #include "src/bootstrapper.h"
    [all...]
factory.cc 9 #include "src/bootstrapper.h"
    [all...]
api.cc 26 #include "src/bootstrapper.h"
    [all...]
objects.cc 17 #include "src/bootstrapper.h"
    [all...]
  /external/v8/src/runtime/
runtime-internal.cc 9 #include "src/bootstrapper.h"
23 RUNTIME_ASSERT(isolate->bootstrapper()->IsActive());
32 RUNTIME_ASSERT(isolate->bootstrapper()->IsActive());
35 Bootstrapper::ExportFromRuntime(isolate, container);
45 RUNTIME_ASSERT(isolate->bootstrapper()->IsActive());
48 Bootstrapper::ExportExperimentalFromRuntime(isolate, container);
59 RUNTIME_ASSERT(isolate->bootstrapper()->IsActive());
277 if (!isolate->bootstrapper()->IsActive()) {
runtime-maths.cc 10 #include "src/bootstrapper.h"
256 DCHECK(!isolate->bootstrapper()->IsActive());
  /external/v8/src/js/
prologue.js 161 // To be called by bootstrapper
promise.js 158 // For bootstrapper.
v8natives.js 886 // assign is added in bootstrapper.cc.
887 // keys is added in bootstrapper.cc.
    [all...]
  /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/test/cctest/
test-serialize.cc 35 #include "src/bootstrapper.h"
305 isolate->bootstrapper()->SourceLookup<Natives>(i);
424 isolate->bootstrapper()->SourceLookup<Natives>(i);
555 isolate->bootstrapper()->SourceLookup<Natives>(i);
    [all...]
  /external/v8/src/ast/
scopeinfo.cc 10 #include "src/bootstrapper.h"
224 DCHECK(isolate->bootstrapper()->IsActive());
  /external/v8/src/debug/
debug.cc 9 #include "src/bootstrapper.h"
391 Handle<Context> context = isolate_->bootstrapper()->CreateEnvironment(
    [all...]
  /external/v8/
Android.v8common.mk 31 src/bootstrapper.cc \
  /external/v8/src/heap/
heap.cc 13 #include "src/bootstrapper.h"
    [all...]

Completed in 791 milliseconds

1 2