HomeSort by relevance Sort by last modified time
    Searched refs:isolate_ (Results 126 - 150 of 214) sorted by null

1 2 3 4 56 7 8 9

  /external/v8/src/heap/
spaces.cc 88 : isolate_(isolate),
149 LOG(isolate_, NewEvent("CodeRange", code_range_->address(), requested));
219 if (!isolate_->heap()->memory_allocator()->CommitExecutableMemory(
230 return isolate_->heap()->memory_allocator()->CommitMemory(start, length,
291 : isolate_(isolate),
310 code_range_ = new CodeRange(isolate_);
414 MarkCompactCollector* mc = isolate_->heap()->mark_compact_collector();
659 Heap* heap = isolate_->heap();
702 LOG(isolate_, StringEvent("MemoryAllocator::AllocateRawMemory",
765 isolate_->counters()->memory_allocated()->Increment
    [all...]
mark-compact-inl.h 60 if (function->next_function_link()->IsUndefined(isolate_)) {
mark-compact.cc 893 Code* lazy_compile = isolate_->builtins()->builtin(Builtins::kCompileLazy);
895 isolate_->builtins()->builtin(Builtins::kInterpreterEntryTrampoline);
896 Object* undefined = isolate_->heap()->undefined_value();
933 isolate_->heap()->mark_compact_collector()->RecordCodeEntrySlot(
938 isolate_->heap()->mark_compact_collector()->RecordSlot(
949 Code* lazy_compile = isolate_->builtins()->builtin(Builtins::kCompileLazy);
951 isolate_->builtins()->builtin(Builtins::kInterpreterEntryTrampoline);
    [all...]
mark-compact.h 268 : isolate_(isolate),
302 Isolate* isolate_; member in class:v8::internal::CodeFlusher
  /external/v8/src/x64/
assembler-x64-inl.h 413 Assembler::FlushICache(isolate_, pc_, sizeof(Address));
461 Assembler::FlushICache(isolate_, pc_, sizeof(Address));
477 Assembler::set_target_address_at(isolate_, pc_, host_,
505 isolate_, pc_ + 1, host_, stub->instruction_start(), icache_flush_mode);
519 Assembler::FlushICache(isolate_,
  /external/v8/samples/
process.cc 86 : isolate_(isolate), script_(script) {}
129 Isolate* GetIsolate() { return isolate_; }
131 Isolate* isolate_; member in class:JsHttpRequestProcessor
  /external/v8/src/ic/
ic.h 94 Isolate* isolate() const { return isolate_; }
189 receiver_map_ = isolate_->factory()->heap_number_map();
245 Isolate* isolate_; member in class:v8::internal::IC
  /external/v8/src/
messages.h 78 explicit StackFrameBase(Isolate* isolate) : isolate_(isolate) {}
79 Isolate* isolate_; member in class:v8::internal::StackFrameBase
210 Isolate* isolate_; member in class:v8::internal::FrameArrayIterator
    [all...]
string-builder.h 390 Factory* factory() { return isolate_->factory(); }
421 Isolate* isolate_;
api.cc 228 : isolate_(isolate), context_(context), escaped_(false) {
230 DCHECK(!isolate_->external_caught_exception());
231 isolate_->handle_scope_implementer()->IncrementCallDepth();
243 if (do_callback) isolate_->FireBeforeCallEnteredCallback();
247 if (!escaped_) isolate_->handle_scope_implementer()->DecrementCallDepth();
248 if (do_callback) isolate_->FireCallCompletedCallback();
250 if (do_callback) CheckMicrotasksScopesConsistency(isolate_);
257 auto handle_scope_implementer = isolate_->handle_scope_implementer();
260 isolate_->OptionalRescheduleException(call_depth_is_zero);
264 i::Isolate* const isolate_; member in class:v8::__anon35713::CallDepthScope::i
495 Isolate* isolate_; member in struct:v8::__anon35714::SnapshotCreatorData
2641 i::Handle<i::JSObject> obj(i::JSObject::cast(raw_obj), isolate_); local
    [all...]
frames-inl.h 56 : iterator_(iterator), isolate_(iterator_->isolate()) {
counters.h 108 : isolate_(isolate), name_(name), ptr_(NULL), lookup_done_(false) { }
169 Isolate* isolate_; member in class:v8::internal::StatsCounter
191 isolate_(isolate) { }
218 Isolate* isolate() const { return isolate_; }
229 Isolate* isolate_; member in class:v8::internal::Histogram
    [all...]
assembler.cc 142 : isolate_(isolate),
319 Assembler::FlushICache(isolate_, pc_, sizeof(int64_t));
331 Assembler::FlushICache(isolate_, pc_, sizeof(int64_t));
346 Assembler::FlushICache(isolate_, pc_, sizeof(int32_t));
358 Assembler::FlushICache(isolate_, pc_, sizeof(int64_t));
366 Assembler::set_target_address_at(isolate_, pc_, host_, target,
    [all...]
code-stubs.h 198 explicit CodeStub(Isolate* isolate) : minor_key_(0), isolate_(isolate) {}
244 Isolate* isolate() const { return isolate_; }
250 : minor_key_(MinorKeyFromKey(key)), isolate_(isolate) {}
311 Isolate* isolate_;
422 miss_handler_ = ExternalReference(Runtime::FunctionForId(id), isolate_);
484 Isolate* isolate_;
    [all...]
bootstrapper.cc 34 : isolate_(isolate),
41 Heap* heap = isolate_->heap();
42 if (Source::GetSourceCache(heap)->get(index)->IsUndefined(isolate_)) {
48 isolate_->factory()->NewNativeSourceString(resource);
54 isolate_); local
68 extensions_cache_.Initialize(isolate_, create_heap_objects);
135 DeleteNativeSources(Natives::GetSourceCache(isolate_->heap()));
136 DeleteNativeSources(ExperimentalNatives::GetSourceCache(isolate_->heap()));
137 DeleteNativeSources(ExtraNatives::GetSourceCache(isolate_->heap()));
139 ExperimentalExtraNatives::GetSourceCache(isolate_->heap()))
294 Isolate* isolate_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
fast-accessor-assembler.cc 23 isolate_(isolate),
  /external/v8/src/regexp/
regexp-macro-assembler-irregexp.cc 26 isolate_(isolate) {}
432 Handle<ByteArray> array = isolate_->factory()->NewByteArray(length());
  /external/v8/src/debug/
liveedit.h 63 Isolate* isolate_; member in class:v8::internal::LiveEditFunctionTracker
  /external/v8/src/snapshot/
serializer.cc 16 : isolate_(isolate),
319 isolate_->InitializeLoggingAndCounters();
320 code_address_map_ = new CodeAddressMap(isolate_);
342 LOG(serializer_->isolate_,
  /external/v8/src/profiler/
heap-snapshot-generator.cc 2501 Isolate* isolate_; member in class:v8::internal::__anon36128::NullContextScope
    [all...]
  /external/v8/src/arm/
assembler-arm-inl.h 119 Assembler::set_target_address_at(isolate_, pc_, host_,
244 Assembler::set_target_address_at(isolate_, pc_, host_, NULL);
  /external/v8/src/compiler/
ast-graph-builder.h 77 Isolate* isolate_; member in class:v8::internal::compiler::AstGraphBuilder
134 Isolate* isolate() const { return isolate_; }
pipeline.cc 89 : isolate_(info->isolate()),
112 JSGraph(isolate_, graph_, common_, javascript_, simplified_, machine_);
121 : isolate_(info->isolate()),
144 : isolate_(info->isolate()),
161 : isolate_(info->isolate()),
181 Isolate* isolate() const { return isolate_; }
331 Isolate* const isolate_; member in class:v8::internal::compiler::PipelineData
    [all...]
  /external/v8/src/asmjs/
asm-typer.h 376 Isolate* isolate_; member in class:v8::internal::wasm::final
  /external/v8/src/wasm/
wasm-objects.cc 102 : isolate_(isolate),
126 handle(WasmCompiledModule::cast(weak_next->value()), isolate_);
138 handle(WasmCompiledModule::cast(weak_prev->value()), isolate_);
146 Isolate* isolate_; member in class:__anon36218::CompiledModulesIterator
168 it.isolate_);
    [all...]

Completed in 171 milliseconds

1 2 3 4 56 7 8 9