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

12 3 4 5 6 7 8 9

  /external/libmojo/mojo/edk/js/
drain_data.h 51 v8::Isolate* isolate_;
  /external/v8/src/
json-parser.h 24 : isolate_(isolate), reviver_(reviver) {}
31 Isolate* isolate_; member in class:v8::internal::BASE_EMBEDDED
136 inline Isolate* isolate() { return isolate_; }
154 Isolate* isolate_; member in class:v8::internal::BASE_EMBEDDED
messages.cc 285 if (!HasScript()) return isolate_->factory()->undefined_value();
286 return FormatEvalOrigin(isolate_, GetScript()).ToHandleChecked();
297 isolate_ = isolate;
326 if (!HasScript()) return isolate_->factory()->null_value();
327 return handle(GetScript()->name(), isolate_);
336 return isolate_->factory()->eval_string();
338 return isolate_->factory()->null_value();
369 if (!HasScript()) return isolate_->factory()->null_value();
370 return ScriptNameOrSourceUrl(GetScript(), isolate_);
374 if (receiver_->IsNullOrUndefined(isolate_)) {
652 Handle<Object> obj(Smi::FromInt(wasm_func_index_), isolate_); local
682 Handle<Smi> ix(Smi::FromInt(wasm_func_index_), isolate_); local
910 Isolate* isolate_; member in class:v8::internal::__anon36063::PrepareStackTraceScope
    [all...]
compilation-dependencies.h 19 : isolate_(isolate),
60 Isolate* isolate_; member in class:v8::internal::CompilationDependencies
handles.cc 122 : isolate_(isolate), zone_(isolate->allocator(), ZONE_NAME) {
123 HandleScopeData* handle_scope_data = isolate_->handle_scope_data();
136 isolate_->handle_scope_data()->canonical_scope = prev_canonical_scope_;
141 DCHECK_LE(canonical_level_, isolate_->handle_scope_data()->level);
142 if (isolate_->handle_scope_data()->level != canonical_level_) {
145 return HandleScope::CreateHandle(isolate_, object);
150 return isolate_->heap()
158 *entry = HandleScope::CreateHandle(isolate_, object);
compilation-cache.h 25 : isolate_(isolate),
65 Isolate* isolate() { return isolate_; }
68 Isolate* isolate_;
224 Isolate* isolate() { return isolate_; }
226 Isolate* isolate_;
keys.h 36 : isolate_(isolate), mode_(mode), filter_(filter) {}
67 Isolate* isolate() { return isolate_; }
102 Isolate* isolate_; member in class:v8::internal::BASE_EMBEDDED
128 : isolate_(isolate), receiver_(receiver), mode_(mode), filter_(filter) {
146 Isolate* isolate_; member in class:v8::internal::FastKeyAccumulator
map-updater.cc 67 return handle(GetFieldType(descriptor), isolate_);
69 return GetValue(descriptor)->OptimalType(isolate_, representation);
79 return handle(descriptors->GetFieldType(descriptor), isolate_);
82 ->OptimalType(isolate_, representation);
116 new_representation_, field_type, isolate_);
198 handle(old_descriptors_->GetFieldType(modified_descriptor_), isolate_),
202 isolate_);
221 root_map_ = handle(old_map_->FindRootMap(), isolate_);
283 Handle<Map> tmp_map(transition, isolate_);
286 isolate_);
421 Handle<Name> key(GetKey(i), isolate_); local
481 Handle<Object> value(GetValue(i), isolate_); local
498 Handle<Name> key(GetKey(i), isolate_); local
528 Handle<Object> value(GetValue(i), isolate_); local
    [all...]
isolate-inl.h 100 : isolate_(isolate),
101 pending_exception_(isolate_->pending_exception(), isolate_) {}
105 isolate_->set_pending_exception(*pending_exception_);
json-parser.cc 37 HandleScope outer_scope(isolate_);
40 isolate_, value, Object::GetPropertyOrElement(holder, name), Object);
48 isolate_, length_object,
49 Object::GetLengthFromArrayLike(isolate_, object), Object);
52 HandleScope inner_scope(isolate_);
53 Handle<Object> index = isolate_->factory()->NewNumber(i);
54 Handle<String> name = isolate_->factory()->NumberToString(index);
60 isolate_, contents,
66 HandleScope inner_scope(isolate_);
67 Handle<String> name(String::cast(contents->get(i)), isolate_);
    [all...]
log-inl.h 44 Logger::CallEventLogger(isolate_, TimerEvent::name(), se,
runtime-profiler.h 42 Isolate* isolate_; member in class:v8::internal::OptimizationReason
fast-accessor-assembler.h 99 Isolate* isolate() const { return isolate_; }
102 Isolate* isolate_; member in class:v8::internal::FastAccessorAssembler
lookup.h 66 isolate_(isolate),
67 name_(isolate_->factory()->InternalizeName(name)),
91 isolate_(isolate),
136 Isolate* isolate() const { return isolate_; }
161 Heap* heap() const { return isolate_->heap(); }
162 Factory* factory() const { return isolate_->factory(); }
170 return handle(JSGlobalObject::cast(map->prototype()), isolate_);
254 return handle(result, isolate_);
360 Isolate* const isolate_; member in class:v8::internal::BASE_EMBEDDED
assert-scope.cc 115 : isolate_(isolate), old_data_(isolate->per_isolate_assert_data()) {
118 isolate_->set_per_isolate_assert_data(DataBit::update(old_data_, kAllow));
124 isolate_->set_per_isolate_assert_data(old_data_);
  /external/v8/src/profiler/
cpu-profiler.cc 236 processor_->AddDeoptStack(isolate_, pc, fp_to_sp_delta);
245 : isolate_(isolate),
256 : isolate_(isolate),
276 profiles_.reset(new CpuProfilesCollection(isolate_));
282 RuntimeCallStats* rcs = isolate_->counters()->runtime_call_stats();
297 processor_->AddCurrentStack(isolate_);
310 isolate_->debug()->feature_tracker()->Track(DebugFeatureTracker::kProfiler);
316 processor_->AddCurrentStack(isolate_);
319 Logger* logger = isolate_->logger();
324 processor_.reset(new ProfilerEventsProcessor(isolate_, generator_.get()
    [all...]
sampling-heap-profiler.cc 54 : isolate_(heap->isolate()),
99 HandleScope scope(isolate_);
101 Handle<Object> obj(heap_object, isolate_);
159 JavaScriptFrameIterator it(isolate_);
172 switch (isolate_->current_vm_state()) {
217 ToApiHandle<v8::String>(isolate_->factory()->InternalizeUtf8String(""));
232 isolate_->factory()->InternalizeUtf8String(names_->GetName(name)));
244 isolate_->factory()->InternalizeUtf8String(node->name_)),
262 isolate_->heap()->CollectAllGarbage(
269 Script::Iterator iterator(isolate_);
    [all...]
  /external/v8/src/debug/
debug-scopes.cc 24 : isolate_(isolate),
44 context_ = Handle<Context>(context_->previous(), isolate_);
74 context_ = Handle<Context>(context_->declaration_context(), isolate_);
77 context_ = Handle<Context>(context_->previous(), isolate_);
129 CHECK(isolate_->has_pending_exception());
130 isolate_->clear_pending_exception();
137 : isolate_(isolate),
147 : isolate_(isolate),
162 isolate_);
166 context_ = Handle<Context>(context_->previous(), isolate_);
    [all...]
  /external/v8/src/compiler-dispatcher/
optimizing-compile-dispatcher.h 29 : isolate_(isolate),
72 Isolate* isolate_; member in class:v8::internal::OptimizingCompileDispatcher
optimizing-compile-dispatcher.cc 39 : isolate_(isolate), dispatcher_(dispatcher) {
54 TimerEventScope<TimerEventRecompileConcurrent> timer(isolate_);
74 Isolate* isolate_; member in class:v8::internal::OptimizingCompileDispatcher::CompileTask
120 isolate_->stack_guard()->RequestInstallCode();
187 HandleScope handle_scope(isolate_);
225 new CompileTask(isolate_, this), v8::Platform::kShortRunningTask);
232 new CompileTask(isolate_, this), v8::Platform::kShortRunningTask);
compiler-dispatcher.cc 218 : isolate_(isolate),
222 tracer_(new CompilerDispatcherTracer(isolate_)),
279 isolate_, tracer_.get(), function, max_stack_size_));
299 DoNextStepOnMainThread(isolate_, job->second.get(),
322 isolate_, tracer_.get(), script, function, literal, parse_zone,
350 DoNextStepOnMainThread(isolate_, job->second.get(),
368 isolate_, &RuntimeCallStats::CompileWaitForDispatcher);
398 DoNextStepOnMainThread(isolate_, job->second.get(),
512 reinterpret_cast<v8::Isolate*>(isolate_),
513 new MemoryPressureTask(isolate_, task_manager_.get(), this))
    [all...]
  /external/v8/src/libsampler/
sampler.h 36 Isolate* isolate() const { return isolate_; }
91 Isolate* isolate_; member in class:v8::sampler::Sampler
  /external/v8/src/wasm/
wasm-module.cc 212 : isolate_(isolate), module_(module) {}
219 : CancelableTask(helper->isolate_), helper_(helper) {}
228 Isolate* isolate_; member in class:__anon36213::CompilationHelper
267 thrower, isolate_, &module_env, func, i));
293 if (isolate_->cancelable_task_manager()->TryAbort(task_ids[i]) !=
341 CanonicalHandleScope canonical(isolate_);
388 thrower, isolate_, module_env, &func);
403 Factory* factory = isolate_->factory();
407 WasmModuleWrapper::New(isolate_, module_);
409 temp_instance.context = isolate_->native_context()
1345 Isolate* isolate_; member in class:InstantiationHelper
    [all...]
  /external/v8/src/inspector/
wasm-translation.h 65 v8::Isolate* isolate_; member in class:v8_inspector::WasmTranslation
  /external/v8/src/compiler/
js-graph.h 33 : isolate_(isolate),
154 Isolate* isolate() const { return isolate_; }
188 Isolate* isolate_; member in class:v8::internal::compiler::JSGraph

Completed in 217 milliseconds

12 3 4 5 6 7 8 9